Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2008 01:59:13 +0100
From:      "Colin Brace" <cb@lim.nl>
To:        freebsd-questions@freebsd.org
Subject:   Re: PF vs. ping6
Message-ID:  <aec9371b0802211659m3a754558i3e49463233b0f732@mail.gmail.com>
In-Reply-To: <20080222003601.GN88015@hal.rescomp.berkeley.edu>
References:  <aec9371b0802211614v6b886952k895ec5426ad5a0ee@mail.gmail.com> <20080222003601.GN88015@hal.rescomp.berkeley.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?aec9371b0802211659m3a754558i3e49463233b0f732>