Roy Marples wrote:
OK, I'm almost there with IPv6 now. The router is working fine by itself with IPv6. My test site is http://www.goscomb.net as it's my ISP and the transport is pure IPv6wget -6 http://www.goscomb.net works fine.Clients at first appear fine as well, and can connect to ipv6.google.com, however this failswget -6 http://www.goscomb.net
As usual, my PF configuration to blame. I needed to clamp max-mss in pppoe0 to 1432. It used to be 1452, which I recall was needed for my wireless clients. Probably the extra overhead of IPv6.
So my IPv6 is now working very well on server and clients :)What is nice about this setup is that whilst IPv6 doesn't require nasty NAT, my PF firewall is a firewall for all my clients too!
Thanks Roy