1

Frage

2

Antwort

3

Lösung

IPv6 SLAAC seit 01.04.046.17.EURO.PC20 nicht funktional
jengelh
Daten-Fan
Daten-Fan

Die IPv6 Router Advertisement (RA) Pakete, die von der Vodafone Station (Arris) kommen sind seit Firmware 01.04.046.17.EURO.PC20 offenbar kaputt, denn sie enthalten laut der Ausgabe von gängigen Linux-Kommandozeilten-Programmen `tcpdump` und `radvdump` eine unsinnige Lifetime von 0 Sekunden statt der gewohnten 86400s. Zwischen 05. August und 11. August wurde die defekte Firmware bei meiner Station auto-deployed, der Wechsel war von 01.04.046.15.EURO.PC20 (gut) auf die 17er (schlecht).

 

radvdump-Ausgabe:

        prefix 2a02:8108:96c0:4a1c::/64
        {
                AdvValidLifetime 0;
                AdvPreferredLifetime 0;
                AdvOnLink on;
                AdvAutonomous on;
                AdvRouterAddr off;
        }; # End of prefix definition

Ausgabe von tcpdump stößt ins gleiche Horn:

12:49:33.329108 IP6 (flowlabel 0xd5501, hlim 255, next-header ICMPv6 (58) payload length: 104) fe80::f2af:85ff:fe9a:33ec > ff02::1: [icmp6 sum ok] ICMP6, router advertisement, length 104
        hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 1800s, reachable time 3600000ms, retrans timer 0ms
          rdnss option (25), length 24 (3):  lifetime 300s, addr: 2a02:8108:96c0:4a1c:f2af:85ff:fe9a:33ec
            0x0000:  0000 0000 012c 2a02 8108 96c0 4a1c f2af
            0x0010:  85ff fe9a 33ec
          prefix info option (3), length 32 (4): 2a02:8108:96c0:4a1c::/64, Flags [onlink, auto], valid time 0s, pref. time 0s
            0x0000:  40c0 0000 0000 0000 0000 0000 0000 2a02
            0x0010:  8108 96c0 4a1c 0000 0000 0000 0000
          route info option (24), length 24 (3):  ::/0, pref=medium, lifetime=1800s
            0x0000:  0000 0000 0708 0000 0000 0000 0000 0000
            0x0010:  0000 0000 0000
          source link-address option (1), length 8 (1): f0:af:85:9a:33:ec
            0x0000:  f0af 859a 33ec

Mit einer Lifetime von 0 wird aber IPv6 Stateless Autoconfiguration und IPv6 Privacy Extensions komplett ausgehebelt. Setzt die Version bitte wieder zurück.

1 Akzeptierte Lösung

Akzeptierte Lösungen

Ich habe mich jetzt noch mal vergewissert, ob lifetime=0 eine besondere Bedeutung zukommt (ja, Knowledge-Base-Artikel von Broadcom "A Lifetime of 0 indicates that the router is not a default router anymore"). Also Zustandsänderung irgendwo im Netz. Infolgedessen also mal das Ding gerebootet. Und nun gibt's wieder ordentliche RAs.

        prefix 2a02:8108:96c0:4a1c::/64
        {
                AdvValidLifetime 67894;
                AdvPreferredLifetime 24694;
                AdvOnLink on;
                AdvAutonomous on;
                AdvRouterAddr off;
        }; # End of prefix definition


        route 2a02:8108:96c0:4a1c::/62
        {
                AdvRoutePreference medium;
                AdvRouteLifetime 67894;
        }; # End of route definition
19:51:39.211180 IP6 (flowlabel 0x70e57, hlim 255, next-header ICMPv6 (58) payload length: 128) fe80::f2af:85ff:fe9a:33ec > ff02::1: [icmp6 sum ok] ICMP6, router advertisement, length 128
        hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 1800s, reachable time 3600000ms, retrans timer 0ms
          rdnss option (25), length 24 (3):  lifetime 300s, addr: 2a02:8108:96c0:4a1c:f2af:85ff:fe9a:33ec
            0x0000:  0000 0000 012c 2a02 8108 96c0 4a1c f2af
            0x0010:  85ff fe9a 33ec
          prefix info option (3), length 32 (4): 2a02:8108:96c0:4a1c::/64, Flags [onlink, auto], valid time 67894s, pref. time 24694s
            0x0000:  40c0 0001 0936 0000 6076 0000 0000 2a02
            0x0010:  8108 96c0 4a1c 0000 0000 0000 0000
          route info option (24), length 24 (3):  2a02:8108:96c0:4a1c::/62, pref=medium, lifetime=67894s
            0x0000:  3e00 0001 0936 2a02 8108 96c0 4a1c 0000
            0x0010:  0000 0000 0000
          route info option (24), length 24 (3):  ::/0, pref=medium, lifetime=1800s
            0x0000:  0000 0000 0708 0000 0000 0000 0000 0000
            0x0010:  0000 0000 0000
          source link-address option (1), length 8 (1): f0:af:85:9a:33:ec
            0x0000:  f0af 859a 33ec

Oh well. ¯\_(ツ)_/¯

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten 2
IPv6only
Digitalisierer
Digitalisierer

Hier übers Forum wirst du keinen Support erhalten. Das IPv6-Thema tobt auch schon seit Wochen, aber niemand kümmert sich. Der telefonische Support ist ebenfalls absolut nicht hilfreich und führt lediglich Speedtests aus.

Ich habe mich jetzt noch mal vergewissert, ob lifetime=0 eine besondere Bedeutung zukommt (ja, Knowledge-Base-Artikel von Broadcom "A Lifetime of 0 indicates that the router is not a default router anymore"). Also Zustandsänderung irgendwo im Netz. Infolgedessen also mal das Ding gerebootet. Und nun gibt's wieder ordentliche RAs.

        prefix 2a02:8108:96c0:4a1c::/64
        {
                AdvValidLifetime 67894;
                AdvPreferredLifetime 24694;
                AdvOnLink on;
                AdvAutonomous on;
                AdvRouterAddr off;
        }; # End of prefix definition


        route 2a02:8108:96c0:4a1c::/62
        {
                AdvRoutePreference medium;
                AdvRouteLifetime 67894;
        }; # End of route definition
19:51:39.211180 IP6 (flowlabel 0x70e57, hlim 255, next-header ICMPv6 (58) payload length: 128) fe80::f2af:85ff:fe9a:33ec > ff02::1: [icmp6 sum ok] ICMP6, router advertisement, length 128
        hop limit 64, Flags [managed, other stateful], pref medium, router lifetime 1800s, reachable time 3600000ms, retrans timer 0ms
          rdnss option (25), length 24 (3):  lifetime 300s, addr: 2a02:8108:96c0:4a1c:f2af:85ff:fe9a:33ec
            0x0000:  0000 0000 012c 2a02 8108 96c0 4a1c f2af
            0x0010:  85ff fe9a 33ec
          prefix info option (3), length 32 (4): 2a02:8108:96c0:4a1c::/64, Flags [onlink, auto], valid time 67894s, pref. time 24694s
            0x0000:  40c0 0001 0936 0000 6076 0000 0000 2a02
            0x0010:  8108 96c0 4a1c 0000 0000 0000 0000
          route info option (24), length 24 (3):  2a02:8108:96c0:4a1c::/62, pref=medium, lifetime=67894s
            0x0000:  3e00 0001 0936 2a02 8108 96c0 4a1c 0000
            0x0010:  0000 0000 0000
          route info option (24), length 24 (3):  ::/0, pref=medium, lifetime=1800s
            0x0000:  0000 0000 0708 0000 0000 0000 0000 0000
            0x0010:  0000 0000 0000
          source link-address option (1), length 8 (1): f0:af:85:9a:33:ec
            0x0000:  f0af 859a 33ec

Oh well. ¯\_(ツ)_/¯