Seems I just can't nail the right rc.conf configuration for IPv6 on my FreeBSD 10 VPS. I'd like to go completely IPv6 and tutorials/instructions i followed aren't really working for me somehow.
It's just a basic, minimalistic web server VPS with one NIC.
/etc/rc.conf
ifconfig_vtnet0_ipv6="inet6 2a00:f48:1024:feed:b00b:feed:b3c9:c7c9 prefixlen 64"
ipv6_defaultrouter="2a00:f48:1024:feed::1"
rtsold_enable="YES"
ip6addrctl_policy="ipv6_prefer"
/etc/resolv.conf
nameserver 2001:4860:4860:8888
nameserver 2001:4860:4860:8844
Is that the right defaultrouter field value? It would help if somebody suggested changes or shown their configs.