IPv6 with TrueNAS Core 13

Qiao Wng

Cadet
Joined
Aug 12, 2022
Messages
3
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.

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[~]#                                                                
                                                                                
 

Qiao Wng

Cadet
Joined
Aug 12, 2022
Messages
3
It just recovered, just after toggling several times of autoconfigure ipv6. DON'T understand the root cause.
 

Tzvia

Cadet
Joined
Jun 17, 2017
Messages
2
Well, I don't use Proxmox so while I can't help you there, (Truenas is on bare metal here) I was able to ping6 so I output my routing table in the hope it sheds some light. I do see that my routing table does list a default gateway: "default fe80::4262:xxxx:xxxx:xxxx%igb0 UG igb0" which I don't see in your output. And hopefully someone else here with more experience with Truenas can chime in as well. Can you ping another device in the same network as your NAS, to rule out a default gateway issue?

Destination​
Gateway​
Flags​
Netif​
Expire​
::/96​
::1​
UGRS​
lo0​
default​
fe80::4262:xxxx:xxxx:xxxx%igb0​
UG​
igb0​
::1​
link#3​
UHS​
lo0​
::ffff:0.0.0.0/96​
::1​
UGRS​
lo0​
2603:8000:xxxx:xxxx::/64​
link#1​
U​
igb0​
2603:8000:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx​
link#1​
UHS​
lo0​
fd00:xxxx:xxxx::/64​
link#1​
U​
igb0​
fd00:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx​
link#1​
UHS​
lo0​
fe80::/10​
::1​
UGRS​
lo0​
fe80::%igb0/64​
link#1​
U​
igb0​
fe80::ec4:7aff:xxxx:xxxx%igb0​
link#1​
UHS​
lo0​
fe80::%lo0/64​
link#3​
U​
lo0​
fe80::1%lo0​
link#3​
UHS​
lo0​
ff02::/16​
::1​
UGRS​
lo0​



root@truenas[~]# ping6 2606:4700:4700::1111
PING6(56=40+8+8 bytes) 2603:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx --> 2606:4700:4700::1111
16 bytes from 2606:4700:4700::1111, icmp_seq=0 hlim=53 time=11.379 ms
16 bytes from 2606:4700:4700::1111, icmp_seq=1 hlim=53 time=9.573 ms
16 bytes from 2606:4700:4700::1111, icmp_seq=2 hlim=53 time=8.822 ms
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
What's your router and how frequently are router advertisements sent on your LAN?
 
Top