Recent articles (showing 1-10 out of 69):
To tell your FreeBSD installation to prefer IPv6 over IPv4, add the following line to your /etc/rc.conf file:
ip6addrctl_policy="ipv6_prefer" Copy
And you can activate it without a reboot by typing:
service ip6addrctl start Copy
This instructs FreeBSD to prefer IPv6 over IPv4 where possible (and falling back to IPv4 when needed)