From owner-freebsd-pf@freebsd.org Mon Jun 22 06:42:41 2020 Return-Path: Delivered-To: freebsd-pf@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A1A803419EB for ; Mon, 22 Jun 2020 06:42:41 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49r0G93prfz4FfV; Mon, 22 Jun 2020 06:42:41 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.codepro.be", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id 69CD82FF69; Mon, 22 Jun 2020 06:42:41 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: by venus.codepro.be (Postfix, authenticated sender kp) id 10D081F107; Mon, 22 Jun 2020 08:42:40 +0200 (CEST) From: "Kristof Provost" To: "David Mehler" Cc: freebsd-pf Subject: Re: Need a PF consultant Date: Mon, 22 Jun 2020 08:42:39 +0200 X-Mailer: MailMate (1.13.1r5671) Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.33 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: Mon, 22 Jun 2020 06:42:41 -0000 On 22 Jun 2020, at 2:06, David Mehler wrote: > Thanks for all your replies. > > Donald, the IPv6 dns is working fine in this situation. > > Kristof, here's what I originally had in my pf.conf file for ICMP: > > pass out quick on $ext_if proto { icmp, icmp6 } modulate state > pass in quick on $ext_if proto { icmp, icmp6 } > That’s a somewhat bigger hammer than what I proposed, but that should work as well. > I commented that out, added in your rules, disabled and reenabled PF, > and did a ping6. Good news is the first time I tried ping6 it worked, > bad news is the second time I tried it about two minutes later it sent > out the ping6 but didn't return anything, zero packets received. A few > minutes later doing the UDP connect no route to host thing again. > > While the original focus of my question was IPv6 would you be willing > to assist me with my general configuration? As I said I can go in to > much more detail on this. Please do send me the information you have, yes. Best regards, Kristof