Alexandre on Nostr: I found something strange on my home server upgraded to #FreeBSD 14.0-RELEASE. I got ...
I found something strange on my home server upgraded to #FreeBSD 14.0-RELEASE.
I got 2 jails built with #Bastille. Both are using VNet. Their network is setup with static #IPv4 and #SLAAC #IPv6.
All works fine. I can ping in both ways and using IPv4 & IPv6 other computers on the local network.
Jails can ping the host in IPv4 in both ways, but IPv6 ping doesn’t work to the host. If the host try to ping jails, it works and IPv6 ping from jails to host magically works.
I tried to disable #PF on jails but it doesn’t changed anything.
Did I missed anything new in 14.0 with network stack?
Host contains this in /etc/rc.conf:
ifconfig_em0="SYNCDHCP"
ifconfig_em0_ipv6="inet6 accept_rtadv"
ipv6_cpe_wanif="em0"
In jails I set this:
ifconfig_vnet0="inet 192.168.1.123/24"
defaultrouter="192.168.1.1"
ifconfig_vnet0_ipv6="inet6 accept_rtadv"
ipv6_cpe_wanif="vnet0"
I got 2 jails built with #Bastille. Both are using VNet. Their network is setup with static #IPv4 and #SLAAC #IPv6.
All works fine. I can ping in both ways and using IPv4 & IPv6 other computers on the local network.
Jails can ping the host in IPv4 in both ways, but IPv6 ping doesn’t work to the host. If the host try to ping jails, it works and IPv6 ping from jails to host magically works.
I tried to disable #PF on jails but it doesn’t changed anything.
Did I missed anything new in 14.0 with network stack?
Host contains this in /etc/rc.conf:
ifconfig_em0="SYNCDHCP"
ifconfig_em0_ipv6="inet6 accept_rtadv"
ipv6_cpe_wanif="em0"
In jails I set this:
ifconfig_vnet0="inet 192.168.1.123/24"
defaultrouter="192.168.1.1"
ifconfig_vnet0_ipv6="inet6 accept_rtadv"
ipv6_cpe_wanif="vnet0"