gorstj
Casual Member
Still trying to get IPv6 connectivity from my Unifi router working (it works from routable IPv6 addresses within the LAN - just IPv6 from the router itself is not working e.g. 'ping -6 google.com')
My route -6 command looks like the following - the default IPv6 route has a 'next hop' that seems to be a link local address which is very odd!
Any thoughts to if this is normal? How to delete that route and add something a bit more approrpaite?
My route -6 command looks like the following - the default IPv6 route has a 'next hop' that seems to be a link local address which is very odd!
Any thoughts to if this is normal? How to delete that route and add something a bit more approrpaite?
Code:
root@Cloud-Gateway-Ultra:~# route -6
Kernel IPv6 routing table
Destination Next Hop Flag Met Ref Use If
[::]/0 fe80::aa7:41ff:feff:480c UG 512 5 0 eth4
[::]/0 [::] !n -1 1 0 lo
2a0e:1d42:0:ee:0:1:0:xxx/128 [::] Ue 256 1 0 eth4
2a0e:1d47:cf01:xxxx::/64 [::] Ue 256 6 0 br0
fe80::/64 [::] U 256 4 0 switch0.101
fe80::/64 [::] U 256 1 0 switch0.102
fe80::/64 [::] U 256 1 0 switch0.502
fe80::/64 [::] U 256 1 0 switch0.1
fe80::/64 [::] U 256 1 0 eth0
fe80::/64 [::] U 256 1 0 eth1
fe80::/64 [::] U 256 1 0 eth2
fe80::/64 [::] U 256 1 0 eth3
fe80::/64 [::] U 256 1 0 switch0
fe80::/64 [::] U 256 5 0 br0
fe80::/64 [::] U 256 1 0 br101
fe80::/64 [::] U 256 1 0 br102
fe80::/64 [::] U 256 1 0 br502
fe80::/64 [::] U 256 1 0 eth4
fe80::/64 [::] U 256 1 0 honeypot0
[::]/0 [::] !n -1 1 0 lo
localhost/128 [::] Un 0 7 0 lo
2a0e:1d42:0:ee:0:1:0:xxx/128 [::] Un 0 5 0 eth4
2a0e:1d47:cf01:xxxx::/128 [::] Un 0 3 0 br0
2a0e:1d47:cf01:xxxx::1/128 [::] Un 0 8 0 br0























