Hi,
Switched over my fibre RSP (Retail Service Provider) from Bigpipe,200/20,MikroTik RB850Gx2 to 2Degrees Broadband,Max/max, FRITZ!Box 7560. I changed the router due to reachability issues for some WWW sites. And its always easier to diagnose issues if you use their issued router. I have turned off the FRITZ!Box DHCP server, Wi-Fi AP, and renumbered it to 192.168.1.249 because the home network is not exactly greenfields...
Things have gone swimmingly for the Window 10 box, but Linux (3.16.0-5-amd64 #1 SMP Debian 3.16.51) isn't faring so well.
Addresses and routes are appearing but packets aren't flowing:
ip -6 addr dev eth1
2: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qlen 1000
inet6 2406:e006:28a6:0:960c:6dff:fe80:61b/64 scope global noprefixroute dynamic
valid_lft 2528064sec preferred_lft 540864sec
inet6 2406:e006:1c6:1:960c:6dff:fe80:61b/64 scope global noprefixroute dynamic
valid_lft 7110sec preferred_lft 3510sec
inet6 fe80::960c:6dff:fe80:61b/64 scope link
valid_lft forever preferred_lft forever
ip -6 route list dev eth1
2406:e006:1c6:1::/64 proto ra metric 1
2406:e006:1c6::/48 via fe80::eadf:70ff:fe31:3452 proto ra metric 1
2406:e006:28a6::/64 proto ra metric 1
fe80::/64 proto kernel metric 256 mtu 1492
default via fe80::eadf:70ff:fe31:3452 proto static metric 1024
I can reach the default next hop:
ping6 fe80::eadf:70ff:fe31:3452%eth1
PING fe80::eadf:70ff:fe31:3452%eth1(fe80::eadf:70ff:fe31:3452) 56 data bytes
64 bytes from fe80::eadf:70ff:fe31:3452: icmp_seq=1 ttl=64 time=0.997 ms
64 bytes from fe80::eadf:70ff:fe31:3452: icmp_seq=2 ttl=64 time=0.676 ms
64 bytes from fe80::eadf:70ff:fe31:3452: icmp_seq=3 ttl=64 time=0.752 ms
64 bytes from fe80::eadf:70ff:fe31:3452: icmp_seq=4 ttl=64 time=0.719 ms
But traceroute6 doesn't get very far:
traceroute6 -n 2001:8b0:0:30::666:102
traceroute to 2001:8b0:0:30::666:102 (2001:8b0:0:30::666:102) from 2406:e006:28a6:0:960c:6dff:fe80:61b, 30 hops max, 24 byte packets
1 * * *
2 * * *
3 * * *
etc. etc.
So Windows 10 is working just fine in exactly the same network, but Debian (perhaps due to greater compliance or misconfiguration in the past) is struggling in a way that it didn't when using the MikroTik.
Any suggestions or requests for additional information gratefully received.
Hamish.