From owner-freebsd-net@FreeBSD.ORG Sun Oct 5 17:17:10 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 563246D9 for ; Sun, 5 Oct 2014 17:17:10 +0000 (UTC) Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE72CFBE for ; Sun, 5 Oct 2014 17:17:09 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id fb4so2660573wid.0 for ; Sun, 05 Oct 2014 10:17:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=fG6YcLWAmkpBG9NQ+wYB3GHaoXppelKGl9XA9Zjxh0M=; b=XKrhJjWQItia4iPglGHXuxX4c7PZHtk+1fdDOAoJ59gWoIkxOK4J6FwSBd9KmwOkBz psf/AThr8aPvOrh0Vt5PU/8whp2u6YApdoMD5RRTX3ghjPrR0QripLoXe28h5+pbo6lh WZ5JO9uQacPbd5/kwrcgKqqxnr6cY+RFXxUMUPk9PFRPHgNgzkSBygMDqM4sZUUbYOj5 LezbVDWxWo/P3WRwWJ+OzGcDnfyMRM6LNcr3XZ2rDhDMDvALZpCHB9Jd9k9tWWvqpNDt Plnd06lJM5a2ZM4H28ZZvFaTiARXUzawo1I8+5zYuS9OHfk+ubkpZ/DV0afErhx/oO4L ky9A== X-Gm-Message-State: ALoCoQkc+2/x8EcoHLZJ3bn4wCF0zU75oEJwiSCdtlOAfa7f8+XcrCU+xY0S9l4rn5ALVVzFzqVW MIME-Version: 1.0 X-Received: by 10.180.184.225 with SMTP id ex1mr2696270wic.22.1412528972129; Sun, 05 Oct 2014 10:09:32 -0700 (PDT) Received: by 10.27.94.16 with HTTP; Sun, 5 Oct 2014 10:09:32 -0700 (PDT) In-Reply-To: References: Date: Sun, 5 Oct 2014 13:09:32 -0400 Message-ID: Subject: Re: remote host accepts loose source routed IP packets From: el kalin To: Brandon Vincent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-net , freebsd-users@freebsd.org, freebsd-security@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2014 17:17:10 -0000 thanks brandon=E2=80=A6 but that didn't help=E2=80=A6. i still get the same result=E2=80=A6 i guess i'd report this as a bug=E2=80=A6 On Sun, Oct 5, 2014 at 11:58 AM, Brandon Vincent wrote: > On Sun, Oct 5, 2014 at 8:33 AM, el kalin wrote: > > should is submit this as a bug? > > Can you first try adding "set block-policy return" to pf.conf? OpenVAS > might be assuming that a lack of response from your system to source > routed packets is an acknowledgement that it is accepting them. > > Brandon Vincent >