Need some advice: UFB on Netgear D7000
Netgear D7000 - Wifi ADSL modem Firmware Version V1.0.1.48_1.0.1
- Reboot
[ADVANCED] -> [Advanced Setup] -> [IPv6]
[Internet Connection Type] -> [DHCP]
- Reboot
See IPv6 under [ADVANCED] -> [Advanced Setup] -> [IPv6] -> [Internet Connection Type] = [DHCP]
- It get a ip
- Router's IPv6 Address On WAN 2403:9800:C041:FFE0:42F4:405D:82FF:A553/64
- LAN Setup
Router's IPv6 Address On LAN 2403:9800:C048:0850:425D:82FF:FEFF:A552/60
- IP Address Assignment = [Auto Config]
Linux pc on wifi behind the Netgear D7000
$ ip -6 route
2403:9800:c048:850::/64 dev wlp2s0 proto kernel metric 256 expires 1555sec pref medium
2403:9800:c048:850::/64 via fe80::425d:82ff:feff:a552 dev wlp2s0 proto ra metric 600 pref medium
fe80::/64 dev wlp2s0 proto kernel metric 256 pref medium
default via fe80::425d:82ff:feff:a552 dev wlp2s0 proto static metric 600 pref medium
$ ip -6 addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 state UNKNOWN qlen 1000
inet6 ::1/128 scope host
3: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 2403:9800:c048:850:71b9:4ec3:c86f:4cfa/64 scope global temporary dynamic
inet6 2403:9800:c048:850:4665:bcea:b026:d719/64 scope global mngtmpaddr noprefixroute dynamic
inet6 fe80::fde5:3ee:b0ce:ee6b/64 scope link
$ ping6 fe80::425d:82ff:feff:a552%wlp2s0
PING fe80::425d:82ff:feff:a552%wlp2s0(fe80::425d:82ff:feff:a552) 56 data bytes
64 bytes from fe80::425d:82ff:feff:a552: icmp_seq=1 ttl=64 time=29.5 ms
64 bytes from fe80::425d:82ff:feff:a552: icmp_seq=2 ttl=64 time=1.72 ms
^C
$ ping6 2403:9800:C041:FFE0:42F4:405D:82FF:A553
PING 2403:9800:C041:FFE0:42F4:405D:82FF:A553(2403:9800:c041:ffe0:42f4:405d:82ff:a553) 56 data bytes
64 bytes from 2403:9800:c041:ffe0:42f4:405d:82ff:a553: icmp_seq=1 ttl=64 time=1.93 ms
64 bytes from 2403:9800:c041:ffe0:42f4:405d:82ff:a553: icmp_seq=2 ttl=64 time=1.68 ms
^C
$ ping6 -n www.google.com
PING www.google.com(2404:6800:4006:808::2004) 56 data bytes
From 2403:9800:c048:850:425d:82ff:feff:a552 icmp_seq=1 Destination unreachable: No route
$ ping6 www.geekzone.co.nz
PING www.geekzone.co.nz(2400:cb00:2048:1::6818:20e) 56 data bytes
From 2403:9800:c048:850:425d:82ff:feff:a552 icmp_seq=1 Destination unreachable: No route
From 2403:9800:c048:850:425d:82ff:feff:a552 icmp_seq=2 Destination unreachable: No route
^C
Questions
- Is it normal for the Default route to point to a link-local addr ?
- Is the Destination unreachable, my Netgear informing me it does not know how to route the traffic ? What could be the reason ?