Hi, wondering if I can get a bit of help with IPv6.
Following instructions in FreeBSD Handbook have the following in /etc/rc.conf for IPv6:
Other than ping6 to itself, gets 100% packet loss.
We have other VM's on the network running other OS's and they can ping6 anywhere and can be ssh'd to using their IPv6 addresses.
Normally we run pf but in trying to debug this issue, rc.conf has pf off:
Thanks for your help!
Following instructions in FreeBSD Handbook have the following in /etc/rc.conf for IPv6:
Code:
ifconfig_em0_ipv6="inet6 accept_rtadv"
rtsold_enable="YES"
ipv6_defaultrouter="2607:xxxx:1001::1"
ifconfig_em0_ipv6="inet6 2607:xxxx:1001:0000:0000:0000:0000:00a1 prefixlen 64"
Other than ping6 to itself, gets 100% packet loss.
Code:
# ping6 2607:xxxx:1001::a1
PING6(56=40+8+8 bytes) 2607:xxxx:1001::a1 --> 2607:xxxx:1001::a1
16 bytes from 2607:xxxx:1001::a1, icmp_seq=0 hlim=64 time=0.287 ms
# ping6 google.com
PING6(56=40+8+8 bytes) 2607:xxxx:1001::a1 --> 2607:f8b0:400b:80e::200e
^C
--- google.com ping6 statistics ---
3 packets transmitted, 0 packets received, 100.0% packet loss
Normally we run pf but in trying to debug this issue, rc.conf has pf off:
Code:
pf_enable="NO"
Thanks for your help!