One thing I just noticed it that I can ping the IPv4 gateway:
but pinging the IPv6 gateway fails with "No route to host":
(but again, curling https://www.example.com over IPv6 on the firewall works, so I assume the gateway is fine)
Not sure if pinging the IPv6 gateway is ever supposed to work. I'm still learning IPv6 :)
Code Select
root@opnsense:/home/chenxiaolong # ping -c 1 174.100.64.1
PING 174.100.64.1 (174.100.64.1): 56 data bytes
64 bytes from 174.100.64.1: icmp_seq=0 ttl=255 time=23.105 ms
--- 174.100.64.1 ping statistics ---
1 packets transmitted, 1 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 23.105/23.105/23.105/0.000 ms
but pinging the IPv6 gateway fails with "No route to host":
Code Select
root@opnsense:/home/chenxiaolong # ping6 -c 1 fe80::201:5cff:fe8d:9c46%em0
PING6(56=40+8+8 bytes) fe80::7285:c2ff:fecd:bcf5%em0 --> fe80::201:5cff:fe8d:9c46%em0
ping6: sendmsg: No route to host
ping6: wrote fe80::201:5cff:fe8d:9c46%em0 16 chars, ret=-1
--- fe80::201:5cff:fe8d:9c46%em0 ping6 statistics ---
1 packets transmitted, 0 packets received, 100.0% packet loss
(but again, curling https://www.example.com over IPv6 on the firewall works, so I assume the gateway is fine)
Not sure if pinging the IPv6 gateway is ever supposed to work. I'm still learning IPv6 :)