From owner-freebsd-pf@freebsd.org Tue Oct 13 10:32:26 2015 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53C4BA12024 for ; Tue, 13 Oct 2015 10:32:26 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [IPv6:2a01:4f8:162:1127::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.codepro.be", Issuer "Gandi Standard SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B8DE82A for ; Tue, 13 Oct 2015 10:32:26 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from [IPv6:2a02:1811:2419:4e02:f868:3baa:f735:70fe] (unknown [IPv6:2a02:1811:2419:4e02:f868:3baa:f735:70fe]) by venus.codepro.be (Postfix) with ESMTPSA id 210E820D83; Tue, 13 Oct 2015 12:32:22 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.0 \(3096.1\)) Subject: Re: Rules sanity check From: Kristof Provost In-Reply-To: Date: Tue, 13 Oct 2015 12:32:21 +0200 Cc: freebsd-pf@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: To: David Mehler X-Mailer: Apple Mail (2.3096.1) X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 10:32:26 -0000 > On 13 Oct 2015, at 05:51, David Mehler wrote: > Some things I know definitely aren't working is the ipv6 allowing of > ssh and http, ipv6 ping doesn't work gives a udp error, ftp from the > machine the data connection doesn't come through, i'm assuming i'll > have that same problem when I set up a jailed ftp server as well. >=20 You really, really want to allow ICMPv6. Without ICMPv6 critical things like path MTU (remember, there=E2=80=99s no router fragmentation in = IPv6, you *need* path MTU discovery) and router advertisements. It=E2=80=99s still possible to filter out undesirable ICMPv6 types, but = I=E2=80=99d start out just allowing everything. I=E2=80=99ve not looked at the rest of it in any depth, but the ICMPv6 = thing probably explains all of the IPv6 issues you=E2=80=99ve had. Regards, Kristof