On Mon, Jan 30, 2006 at 01:56:32AM +0100, Jerome Magnin wrote:
> checked my pf.conf, and spent some time looking at the following line:
> ---><---
> nat on $ext_if inet from ! ($ext_if) to any -> ($ext_if)
> ---><---
> I changed this line to
> ---><---
> nat on $ext_if inet from $lan_address to any -> ($ext_if)
> ---><---
> and reloaded the ruleset and no longer had the ipv6 problems.
>
please, disregard the previous post, for my pf.conf missed the "inet"
keyboard in "nat on $ext_if inet from ! ($ext_if) to any -> ($ext_if)".
--
Jerome