tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Cannot get IPv6 router working



Roy Marples wrote:
My NetBSD-5 IPv6 PPPoE router doesn't want to route :/

Turns out it was a problem with the PF firewall configuration

Faulty line:
nat on $ext_if from !($ext_if) -> ($ext_if:0)

Fixed line:
nat on $ext_if inet from !($ext_if) -> ($ext_if:0)

So basically we only NAT IPv4 traffic.

Anyone mind if I update /usr/share/examples/pf/faq-exammple1 to reflect this, or is this a bug with PF?

Thanks

Roy


Home | Main Index | Thread Index | Old Index