I have read a few manuals about configuring IPv6 on FreeBSD. But I seem to do something wrong.
I'm running FreeBSD 10 on a VPS, and received an IPv6 address and gateway from my ISP.
I have the following IPv4 network configuration in my rc.conf file.
IPv4 has always worked and I want to keep it like that
I now added the following lines for IPv6.
I rebooted the server and I don't seem able to reach my server through IPv6.
IPv4 is still working fine.
Ifconfig lists the following for the network interface:
Since IPv6 is all new for me, I thought I could be making a stupid mistake that the experts overhere would find immediately.
I hope I haven't posted in the wrong forum, or that I am asking really stupid things...
I'm running FreeBSD 10 on a VPS, and received an IPv6 address and gateway from my ISP.
I have the following IPv4 network configuration in my rc.conf file.
Code:
ifconfig_xn0="inet [address] netmask 255.255.254.0"
defaultrouter="[address]"
IPv4 has always worked and I want to keep it like that
I now added the following lines for IPv6.
Code:
ipv6_network_interfaces="xn0"
ifconfig_xn0_ipv6="inet6 [address] prefixlen 64"
ipv6_defaultrouter="[address]"
ip6addrctl_policy="ipv4_prefer"
I rebooted the server and I don't seem able to reach my server through IPv6.
IPv4 is still working fine.
Ifconfig lists the following for the network interface:
Code:
xn0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=503<RXCSUM,TXCSUM,TSO4,LRO>
ether d2:4c:71:51:78:8a
inet [address] netmask 0xfffffe00 broadcast [address]
inet6 fe80::d04c:71ff:fe51:788a%xn0 prefixlen 64 scopeid 0x2
inet6 [address] prefixlen 64
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
media: Ethernet manual
status: active
Since IPv6 is all new for me, I thought I could be making a stupid mistake that the experts overhere would find immediately.
I hope I haven't posted in the wrong forum, or that I am asking really stupid things...