I'm new to TrueNAS and FreeBSD.
I installed TrueNAS in a virtual machine with Proxmox, I made autoconfigure ipv6 enable, with it, I'm able to visit my TrueNAS via ipv6, but TrueNAS itself is not able to make any IPv6 call.
There's how to route table looks like.
I installed TrueNAS in a virtual machine with Proxmox, I made autoconfigure ipv6 enable, with it, I'm able to visit my TrueNAS via ipv6, but TrueNAS itself is not able to make any IPv6 call.
Code:
root@TrueNas[~]# ping6 2606:4700:4700::1111 ping6: UDP connect: No route to host root@TrueNas[~]#
There's how to route table looks like.
Code:
root@TrueNas[~]# netstat -rn6 Routing tables Internet6: Destination Gateway Flags Netif Expire ::/96 ::1 UGRS lo0 ::1 link#2 UHS lo0 ::ffff:0.0.0.0/96 ::1 UGRS lo0 xxxx:xxxx:xxxx:xxxx::/64 link#1 U vtnet0 xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx link#1 UHS lo0 fe80::/10 ::1 UGRS lo0 fe80::%vtnet0/64 link#1 U vtnet0 fe80::xxxx:xxxx:xxxx:xxxx%vtnet0 link#1 UHS lo0 fe80::%lo0/64 link#2 U lo0 fe80::1%lo0 link#2 UHS lo0 ff02::/16 ::1 UGRS lo0 root@TrueNas[~]#