Hi 
I tried to set up IPv6 on myfbsd FreeBSD, and:
rc.conf
but IPv6 is not working. Onfbsd FreeBSD 8.2 I had no problems.
I tried to set up IPv6 on my
Code:
ifconfig gif0 create
ifconfig gif0 tunnel XXX.XXX.XX.XX 62.205.132.12
ifconfig gif0 inet6 2a01:d0:ffff:XXX::2 2a01:d0:ffff:XXX::1 prefixlen 128
route -n add -inet6 default 2a01:d0:ffff:XXX::1
ifconfig gif0 up
ifconfig gif0 inet6 2a01:d0:8XXX:: prefixlen 48
ifconfig gif0 inet6 2a01:d0:8XXX::1 prefixlen 128
rc.conf
Code:
ipv6_enable="YES"
ipv6_activate_all_interfaces="YES"
but IPv6 is not working. On