Zauważyłem dziwne zachowanie na jednej z moich maszyn z Linuksem 4.8.0 (Debian Sid)
Mój router usługodawcy internetowego wysyła adresy IPv6 RA w następujący sposób:
IP6 (hlim 255, next-header ICMPv6 (58) payload length: 128) fe80::5667:51ff:fee7:7cf > ff02::1: [icmp6 sum ok] ICMP6, router advertisement, length 128
hop limit 64, Flags [other stateful], pref high, router lifetime 180s, reachable time 0s, retrans time 0s
prefix info option (3), length 32 (4): <prefix>::/64, Flags [onlink, auto], valid time 1138201s, pref. time 533401s
route info option (24), length 24 (3): <prefix>::/64, pref=medium, lifetime=1143629s
rdnss option (25), length 40 (5): lifetime 360s, addr: <dns1> addr: <dns2>
mtu option (5), length 8 (1): 1500
source link-address option (1), length 8 (1): 54:67:51:e7:07:cf
Powoduje to następującą tabelę routingu:
ip -6 r
<prefix>::/64 via fe80::5667:51ff:fee7:7cf dev eth0 proto ra metric 100 pref medium
fe80::5667:51ff:fee7:7cf dev eth0 proto static metric 100 pref medium
fe80::/64 dev eth0 proto kernel metric 256 pref medium
default via fe80::5667:51ff:fee7:7cf dev eth0 proto static metric 100 pref medium
Pierwszy wpis jest nieparzysty. Cały ruch podsieci lokalnej jest przesyłany przez router, co nie jest zbyt optymalne. Mam także wartość accept_ra_rt_info_max_plen na 0.
Na moim innym komputerze w tej samej podsieci z Linuksem 4.7.0 (Debian Jessie) tabela routingu wygląda na oczekiwaną:
<prefix>::/64 dev eth0 proto kernel metric 256 expires 1136467sec
fe80::/64 dev eth0 proto kernel metric 256
default via fe80::5667:51ff:fee7:7cf dev eth0 proto ra metric 1024 expires 120sec hoplimit 64
Co może być powodem tego zachowania? Jak mogę zmodyfikować konfigurację, aby ruch w lokalnej podsieci nie był wysyłany przez router?