Hi! I have a server with FreeBSD 13.2 with dual stack. The problem is with IPv6 on host, which ends always with timeout. Curiously dual-stack jails works perfectly fine with IPv6. Can anyone please take a look at my config and point me to the right direction? Thanks!
/etc/rc.conf (only IPv6 relevant stuff, IPv4 parts removed):
/etc/rtadv.conf
That's all I remember I touched. Please let me know if you need more files, I'll post them here. Thanks a lot!
/etc/rc.conf (only IPv6 relevant stuff, IPv4 parts removed):
Code:
ifconfig_vtnet0_ipv6="inet6 accept_rtadv"
ipv6_gateway_enable="YES"
ipv6_defaultrouter="fe80::5400:3ff:fefb:bcb2%vtnet0"
rtsold_enable="YES"
rtsold_flags="-aF"
ipv6_activate_all_interfaces="YES"
# jail network
cloned_interfaces="bridge0"
ifconfig_bridge0_name="vtnet0bridge"
ifconfig_vtnet0bridge_ipv6="inet6 fd10:6c79:8ae5:8b91::1 -ifdisabled auto_linklocal
/etc/rtadv.conf
Code:
vtnet0bridge:addr="fd10:6c79:8ae5:8b91::"
That's all I remember I touched. Please let me know if you need more files, I'll post them here. Thanks a lot!