From owner-freebsd-questions@FreeBSD.ORG Fri Feb 22 00:59:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F08C216A40A for ; Fri, 22 Feb 2008 00:59:14 +0000 (UTC) (envelope-from colin.brace@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id 7E7BE13C44B for ; Fri, 22 Feb 2008 00:59:14 +0000 (UTC) (envelope-from colin.brace@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so299695fka.11 for ; Thu, 21 Feb 2008 16:59:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=qSNWFjqhZwt/88f8/NQhyaBw4lINymAMJdxhpSNA2W0=; b=KEOA0KCc9FIxa6gQlZQrR552Ig/STu11WksycMtcXsVGHVKkcLuvjLNniet7pb+t50Bfcl1ScMDBpPs8Vm0Yb3/7mpIFn/f8LhswmFqjTn7smnp6jTELrD5v5aDUI7HkCsPYix+fLn2VVLqtHuyPPS+7Cm8XAbMKs3+s8VU88L0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Gk0PhcL61C/QgqLDC8BX3+iaGUgCaPiDwMqsMqecoti9hId2kKzhLLkBE0vk+GnN4MWDHfVg8Z3O4ntW7kTJ6P+/QVAjpvfQyLqP+ACxajIEHzPP+Dcnl7WnwLWpurzkdxsemsbOUOrEUIDBGHtryPGLd232PB26bhp7FdXr4c8= Received: by 10.82.177.3 with SMTP id z3mr18287083bue.28.1203641953053; Thu, 21 Feb 2008 16:59:13 -0800 (PST) Received: by 10.82.108.2 with HTTP; Thu, 21 Feb 2008 16:59:13 -0800 (PST) Message-ID: Date: Fri, 22 Feb 2008 01:59:13 +0100 From: "Colin Brace" Sender: colin.brace@gmail.com To: freebsd-questions@freebsd.org In-Reply-To: <20080222003601.GN88015@hal.rescomp.berkeley.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080222003601.GN88015@hal.rescomp.berkeley.edu> X-Google-Sender-Auth: 2c79f2e498f56b83 Subject: Re: PF vs. ping6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 00:59:15 -0000 On Fri, Feb 22, 2008 at 1:36 AM, Christopher Cowart > I don't use pf, but I'm guessing from the man page that you may need to > try: > pass quick on fxp0 proto 41 Ah, finally, this works: pass quick on $ext_if proto 41 pass quick on gif0 inet6 which PF "interprets" as: pass quick on fxp0 proto ipv6 all keep state pass quick on gif0 inet6 all flags S/SA keep state Thanks Christopher, I really appreciate it. -- Colin Brace Amsterdam http://lim.nl