Hello
I just placed my server running FreeBSD 11 in a data center which provides IPv4 and IPv6 connectivity....IPv4 is no problem of course...
For the IPv6 setup I've been giving this information:
Prefix: 2a02:xxx:xxxx::/48
Gateway: fe80::1
So I changed rc.conf to read:
But I can't reach any IPv6 destination at all....also tried with ACCEPT_RTADV to the ifconfig bce0 statement.
Interestingly though is the fact that local bind daemon can resolve IPv6 names...
I just placed my server running FreeBSD 11 in a data center which provides IPv4 and IPv6 connectivity....IPv4 is no problem of course...
For the IPv6 setup I've been giving this information:
Prefix: 2a02:xxx:xxxx::/48
Gateway: fe80::1
So I changed rc.conf to read:
Code:
ifconfig_bce0_ipv6="inet6 2a02:xxx:xxxx::5 prefixlen 48"
ipv6_defaultrouter="fe80::1"
But I can't reach any IPv6 destination at all....also tried with ACCEPT_RTADV to the ifconfig bce0 statement.
Interestingly though is the fact that local bind daemon can resolve IPv6 names...