If i set the WAN interface to DHCP6 and delegation size to 48 (according to my ISP), and LAN interface to "Track Interface:WAN", my WAN gets a address like this:
IPv6 Link Local fe80::202:1eff:fef2:8981%xl0
IPv6 address 2001:4610:a:b::xxx
Subnet mask IPv6 128
Gateway IPv6 fe80::2a0:a50f:fc7a:8b00
And my LAN gets:
IPv6 Link Local fe80::1:1%bge0
IPv6 address 2001:4641:7766:0:21a:a0ff:xxxx:xxxx
Subnet mask IPv6 64
And internal clients also gets a IPV6 address..
However, im unable to ping anything related to IPV6.
ping6 ipv6.google.com
PING6(56=40+8+8 bytes) 2001:4641:7766::34cf:6c49:85df:9bb8 --> 2a00:1450:400f:803::1001
^C
--- ipv6.l.google.com ping6 statistics ---
3 packets transmitted, 0 packets received, 100.0% packet loss
Ive added a WAN firewall rule to allow IPV6 UDP Source Port:547 Destination Port: 546. I also added WAN rule to allow IPV6 ICMP.
What am i doing wrong? :)
C