Hello,
i want to setup a ipv6 only jail. IPv6 address is already working:
But i could not connect to any website or service. I've added into /etc/resolv.conf:
But this didn't help either.
Otherwise direct pinging of the ip didn't work:
Content of my /etc/rc.conf is:
Has anyone an idea how to figure out the problem?
Greetings,
Torsten
i want to setup a ipv6 only jail. IPv6 address is already working:
Code:
# ifconfig
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
ether 14:da:e9:b3:99:a8
inet6 2a01:4f8:150:50a0::7 prefixlen 64
nd6 options=8023<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL,DEFAULTIF>
media: Ethernet 100baseTX <full-duplex>
status: active
But i could not connect to any website or service. I've added into /etc/resolv.conf:
Code:
nameserver [2001:4860:4860::8888]
Otherwise direct pinging of the ip didn't work:
Code:
ping6 2001:4860:4860::8888
PING6(56=40+8+8 bytes) 2a01:4f8:150:50a0::7 --> 2001:4860:4860::8888
Content of my /etc/rc.conf is:
Code:
ipv6_enable="YES"
ipv6_defaultrouter="fe80::1%re0"
Has anyone an idea how to figure out the problem?
Greetings,
Torsten