I'm having an issue getting proper ipv6 service from my home router. On the same machine, my Fedora Linux get's a working ipv6.
My settings
Posting here because I had the same issue on another box running TrueNAS
rc.conf looks like :
Ifconfig looks like
Netstat -rn looks like
I have not spotted anything in dmesg. I have tried following https://forums.freebsd.org/threads/how-to-get-complete-boot-message.53547/#post-301139 to get the full boot console log, but it doesnt' work.
Any idea what I could do to log what rtsold does and figure out why I don't automatically get an ipv6? I can manually configure one, but then I have to manage ipv6 for all my machines and that's painful.
My settings
FreeBSD NomadBSD 14.1-RELEASE-p2 FreeBSD 14.1-RELEASE-p2 NOMADBSD amd64
Posting here because I had the same issue on another box running TrueNAS
rc.conf looks like :
nomad@NomadBSD ~> cat /etc/rc.conf |grep ipv6
ipv6_activate_all_interfaces="YES"
#ifconfig_em0_ipv6="inet6 accept_rtadv"
ifconfig_wlan0_ipv6="inet6 accept_rtadv"
ifconfig_em0_ipv6="inet6 accept_rtadv"
nomad@NomadBSD ~> cat /etc/rc.conf |grep rts
rtsold_enable="YES"
Ifconfig looks like
nomad@NomadBSD ~> cat /etc/rc.conf |grep ipv6
ipv6_activate_all_interfaces="YES"
#ifconfig_em0_ipv6="inet6 accept_rtadv"
ifconfig_wlan0_ipv6="inet6 accept_rtadv"
ifconfig_em0_ipv6="inet6 accept_rtadv"
nomad@NomadBSD ~> cat /etc/rc.conf |grep rts
rtsold_enable="YES"
Netstat -rn looks like
nomad@NomadBSD ~> netstat -rn
Routing tables
Internet:
Destination Gateway Flags Netif Expire
default 192.168.0.254 UGS wlan0
127.0.0.1 link#2 UH lo0
192.168.0.0/24 link#3 U wlan0
192.168.0.37 link#2 UHS lo0
Internet6:
Destination Gateway Flags Netif Expire
::/96 link#2 URS lo0
default fe80::160c:76ff:fead:c9e8%wlan0 UG wlan0
::1 link#2 UHS lo0
::ffff:0.0.0.0/96 link#2 URS lo0
2a01:e0a:abd:8a90::/64 link#3 U wlan0
fe80::%lo0/10 link#2 URS lo0
fe80::%em0/64 link#1 U em0
fe80::86a9:38ff:fe6e:3865%lo0 link#2 UHS lo0
fe80::%lo0/64 link#2 U lo0
fe80::1%lo0 link#2 UHS lo0
fe80::%wlan0/64 link#3 U wlan0
fe80::123d:1cff:fe96:d543%lo0 link#2 UHS lo0
ff02::/16 link#2 URS lo0
nomad@NomadBSD ~>
I have not spotted anything in dmesg. I have tried following https://forums.freebsd.org/threads/how-to-get-complete-boot-message.53547/#post-301139 to get the full boot console log, but it doesnt' work.
Any idea what I could do to log what rtsold does and figure out why I don't automatically get an ipv6? I can manually configure one, but then I have to manage ipv6 for all my machines and that's painful.