[GELÖST] Ladeprobleme bei Webseiten und Medien mit aktiviertem IPv6

Internet und Telefon gestört oder gar ganz ausgefallen? Speedprobleme, die nicht offensichtlich auf die verwendeten Geräte zurückzuführen sind? Dann ist dieses Forum genau richtig!
Forumsregeln
Forenregeln


Bitte gib bei der Erstellung eines Threads im Feld „Präfix“ an, ob du Kunde von Vodafone Kabel Deutschland („[VFKD]“), von Vodafone West („[VF West]“), von eazy („[eazy]“) oder von O2 über Kabel („[O2]“) bist.
maik005
Kabelfreak
Beiträge: 1528
Registriert: 27.09.2016, 00:33

Re: [OFFEN] Ladeprobleme bei Webseiten und Medien mit aktiviertem IPv6

Beitrag von maik005 »

@philwo

Das Skipt würde ich gern benutzen. Kannst du das auch auf MacOS umschreiben?
Ansonsten müsste ich Linux booten um es nutzen zu können, richtig?
philwo
Newbie
Beiträge: 40
Registriert: 21.06.2017, 10:35
Bundesland: Bayern

Re: [OFFEN] Ladeprobleme bei Webseiten und Medien mit aktiviertem IPv6

Beitrag von philwo »

@maik005 Ich benutze selber macOS, das Skript sollte so funktionieren (du musst aber vermutlich den Netzwerk-Interfacenamen `en5` noch anpassen). :)

Die eingerichteten temporären Adressen sollten spätestens nach einem Reboot alle wieder weg sein, alternativ in den System-Einstellungen kurz beim Netzwerkadapter IPv6 auf "Link-local only" und dann wieder auf "Automatically" stellen.

Ich habe aber noch was sehr komisches rausgefunden, Update folgt gleich..
philwo
Newbie
Beiträge: 40
Registriert: 21.06.2017, 10:35
Bundesland: Bayern

Re: [OFFEN] Ladeprobleme bei Webseiten und Medien mit aktiviertem IPv6

Beitrag von philwo »

Ich habe eine Quelladresse gefunden, mit der ich einen meiner beiden vServer in der Hetzner Cloud nicht mehr anpingen kann (mit anderen gehts). Aber ich verstehe nicht, was da los ist.

ping6 von meiner normalen IPv6 Adresse aus geht:

Code: Alles auswählen

$ ping6 2a01:4f8:c2c:fd5b::2                         
PING6(56=40+8+8 bytes) 2a02:810d:1380:3758:4018:98bf:e672:478c --> 2a01:4f8:c2c:fd5b::2
16 bytes from 2a01:4f8:c2c:fd5b::2, icmp_seq=0 hlim=52 time=24.958 ms
16 bytes from 2a01:4f8:c2c:fd5b::2, icmp_seq=1 hlim=52 time=17.869 ms
16 bytes from 2a01:4f8:c2c:fd5b::2, icmp_seq=2 hlim=52 time=18.737 ms
^C
--- 2a01:4f8:c2c:fd5b::2 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 17.869/20.521/24.958/3.157 ms
ping6 von einer "problematischen" IPv6 Adresse auf den Server schlägt fehl:

Code: Alles auswählen

$ ping6 -S 2a02:810d:1380:3758:a22:4be8:dae:4f75 2a01:4f8:c2c:fd5b::2
PING6(56=40+8+8 bytes) 2a02:810d:1380:3758:a22:4be8:dae:4f75 --> 2a01:4f8:c2c:fd5b::2
^C
--- 2a01:4f8:c2c:fd5b::2 ping6 statistics ---
7 packets transmitted, 0 packets received, 100.0% packet loss
tcpdump auf dem Server zeigt, dass die Pakete ankommen und beantwortet werden:

Code: Alles auswählen

# tcpdump -n host 2a02:810d:1380:3758:a22:4be8:dae:4f75
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on ens3, link-type EN10MB (Ethernet), capture size 262144 bytes
20:52:31.518357 IP6 2a02:810d:1380:3758:a22:4be8:dae:4f75 > 2a01:4f8:c2c:fd5b::2: ICMP6, echo request, seq 0, length 16
20:52:31.518406 IP6 2a01:4f8:c2c:fd5b::2 > 2a02:810d:1380:3758:a22:4be8:dae:4f75: ICMP6, echo reply, seq 0, length 16
20:52:32.524861 IP6 2a02:810d:1380:3758:a22:4be8:dae:4f75 > 2a01:4f8:c2c:fd5b::2: ICMP6, echo request, seq 1, length 16
20:52:32.524913 IP6 2a01:4f8:c2c:fd5b::2 > 2a02:810d:1380:3758:a22:4be8:dae:4f75: ICMP6, echo reply, seq 1, length 16
20:52:33.521906 IP6 2a02:810d:1380:3758:a22:4be8:dae:4f75 > 2a01:4f8:c2c:fd5b::2: ICMP6, echo request, seq 2, length 16
20:52:33.521972 IP6 2a01:4f8:c2c:fd5b::2 > 2a02:810d:1380:3758:a22:4be8:dae:4f75: ICMP6, echo reply, seq 2, length 16
20:52:34.521274 IP6 2a02:810d:1380:3758:a22:4be8:dae:4f75 > 2a01:4f8:c2c:fd5b::2: ICMP6, echo request, seq 3, length 16
20:52:34.521321 IP6 2a01:4f8:c2c:fd5b::2 > 2a02:810d:1380:3758:a22:4be8:dae:4f75: ICMP6, echo reply, seq 3, length 16
Vermutung: Die Rückrichtung ist irgendwie gestört, die Pakete werden gedropped, oder?

Aber ich kann vom vServer aus den Rechner anpingen:

Code: Alles auswählen

# ping -6 2a02:810d:1380:3758:a22:4be8:dae:4f75
PING 2a02:810d:1380:3758:a22:4be8:dae:4f75(2a02:810d:1380:3758:a22:4be8:dae:4f75) 56 data bytes
64 bytes from 2a02:810d:1380:3758:a22:4be8:dae:4f75: icmp_seq=1 ttl=243 time=25.2 ms
64 bytes from 2a02:810d:1380:3758:a22:4be8:dae:4f75: icmp_seq=2 ttl=243 time=18.1 ms
64 bytes from 2a02:810d:1380:3758:a22:4be8:dae:4f75: icmp_seq=3 ttl=243 time=18.9 ms
64 bytes from 2a02:810d:1380:3758:a22:4be8:dae:4f75: icmp_seq=4 ttl=243 time=19.9 ms
...
Und was überraschenderweise auch geht, ist vom Rechner aus per SSH auf den Server zu kommen (obwohl Ping ja nicht geht) - wird hier ausschließlich ICMPv6 Reply vom vServer zum Rechner geblockt? Aber das passt ja wiederum nicht zu den beobachteten "Hängern" bei YouTube, DNS-Abfragen, ...

Und in der Tat, wenn ich statt "ping6" mal ein "dig" auf Cloudflare mache, kriege ich auch immer eine Antwort, kann das Problem also da auch nicht mehr reproduzieren. War das also alles nur Einbildung?

Nein. Denn wenn ich das Tool "sip-ping" von lwahlmeier auf GitHub mal so patche, dass ich da eine Quelladresse für die SIP OPTIONS Requests angeben kann und dann statt einem "ping6" diese SIP-Pings an Sipgate schicke, dann sehe ich wieder diese zufälligen Timeouts, je nach meiner Quelladresse. Da tritt das Problem also weiterhin auf.

Irgendwas spinnt da wirklich, aber es scheint komplexer zu sein als "ein Router droppt einfach alle Pakete mit ungerader IPv6 Adresse".

Ich brauch mal eine Pause und mach Feierabend für heute - wenn ihr noch Ideen habt, bitte her damit. :shock:
robert_s
Insider
Beiträge: 7280
Registriert: 30.11.2010, 15:09
Bundesland: Berlin

Re: [OFFEN] Ladeprobleme bei Webseiten und Medien mit aktiviertem IPv6

Beitrag von robert_s »

philwo hat geschrieben: 14.10.2020, 21:39 Ich habe eine Quelladresse gefunden, mit der ich einen meiner beiden vServer in der Hetzner Cloud nicht mehr anpingen kann (mit anderen gehts). Aber ich verstehe nicht, was da los ist.
Mit welchen Endgeräten auf Deiner Seite ist das denn? Aus Deinen vorhergehenden Posts lese ich, dass Du schon mal 7590+TC4400, 6591 und Arris Vodafone Station verwendet hast. Wenn der Test mit einer der Fritz!Boxen war, könntest Du es noch mal mit der Arris Vodafone Station probieren?
philwo
Newbie
Beiträge: 40
Registriert: 21.06.2017, 10:35
Bundesland: Bayern

Re: [OFFEN] Ladeprobleme bei Webseiten und Medien mit aktiviertem IPv6

Beitrag von philwo »

robert_s hat geschrieben: 14.10.2020, 21:44 Mit welchen Endgeräten auf Deiner Seite ist das denn? Aus Deinen vorhergehenden Posts lese ich, dass Du schon mal 7590+TC4400, 6591 und Arris Vodafone Station verwendet hast. Wenn der Test mit einer der Fritz!Boxen war, könntest Du es noch mal mit der Arris Vodafone Station probieren?
In den letzten Tagen habe ich eine FritzBox 6660 mit Firmware 7.22 dran. 7590+TC4400 liegen derzeit im Schrank, die 6591 hatte ich wegen vielen Problemen damals nach kurzer Zeit zurückgeschickt.

Ich probiere es morgen gern mit der Arris Vodafone Station und dem Rechner direkt daran per Ethernet angeschlossen.
robert_s
Insider
Beiträge: 7280
Registriert: 30.11.2010, 15:09
Bundesland: Berlin

Re: [OFFEN] Ladeprobleme bei Webseiten und Medien mit aktiviertem IPv6

Beitrag von robert_s »

philwo hat geschrieben: 14.10.2020, 21:51 Ich probiere es morgen gern mit der Arris Vodafone Station und dem Rechner direkt daran per Ethernet angeschlossen.
Bitte nicht vergessen, denn das Ergebnis ist wirklich wichtig.
philwo
Newbie
Beiträge: 40
Registriert: 21.06.2017, 10:35
Bundesland: Bayern

Re: [OFFEN] Ladeprobleme bei Webseiten und Medien mit aktiviertem IPv6

Beitrag von philwo »

robert_s hat geschrieben: 14.10.2020, 22:00 Bitte nicht vergessen, denn das Ergebnis ist wirklich wichtig.
Kurze Frage noch: Bridge-Mode aktiviert oder deaktiviert für den Test? (Ich habe einen Anschluss wo ich auch im Bridge-Mode eine IPv6 bekomme... warum auch immer.)
maik005
Kabelfreak
Beiträge: 1528
Registriert: 27.09.2016, 00:33

Re: [OFFEN] Ladeprobleme bei Webseiten und Medien mit aktiviertem IPv6

Beitrag von maik005 »

habe das Skript gerade minimal umgeschrieben und es läuft.
Ich musste die IPv6 Adresse in den Mac Einstellungen manuell festlegen und dann über die shell mit ifconfig löschen. Erst dann nimmt er zuverlässig die zufällig festgelegte IPv6 für die aktuell ausgehende Verbindung.
Ich habe im Skript noch die beiden Cloudflare DNS Server ergänzt und lasse es nun mal etwas laufen. Ergebnis folgt.

Aktuell gezwungenermaßen mit der Vodafone Station von Arris Firmware AR01.02.037.09_042820_711.PC20.10
Test läuft aktuell über 5GHz WLAN da ich keinen LAN Port mehr frei habe :flöt: Ist aber direkte Luftline nur 3m

EDIT
Ich habe einen Anschluss wo ich auch im Bridge-Mode eine IPv6 bekomme... warum auch immer.
Das ist doch normal?!
maik005
Kabelfreak
Beiträge: 1528
Registriert: 27.09.2016, 00:33

Re: [OFFEN] Ladeprobleme bei Webseiten und Medien mit aktiviertem IPv6

Beitrag von maik005 »

Mist... peinlich.
Hab übersehen das im Skript der Ping Befehl ja mit der zufälligen Quelladresse ausgeführt wird. :mussweg:
philwo
Newbie
Beiträge: 40
Registriert: 21.06.2017, 10:35
Bundesland: Bayern

Re: [OFFEN] Ladeprobleme bei Webseiten und Medien mit aktiviertem IPv6

Beitrag von philwo »

robert_s hat geschrieben: 14.10.2020, 22:00
philwo hat geschrieben: 14.10.2020, 21:51 Ich probiere es morgen gern mit der Arris Vodafone Station und dem Rechner direkt daran per Ethernet angeschlossen.
Bitte nicht vergessen, denn das Ergebnis ist wirklich wichtig.
Arris Vodafone Station ist dran (kein Bridge-Mode), Computer hängt als einziges Gerät per Ethernet an LAN1. Hier ist schon mal der Durchlauf einiger Pings von der Standard-Adresse aus - vier Server von sipgate.de und www.heise.de sind unerreichbar:

Code: Alles auswählen

PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2a00:1450:4016:803::200e
16 bytes from 2a00:1450:4016:803::200e, icmp_seq=0 hlim=116 time=13.578 ms
16 bytes from 2a00:1450:4016:803::200e, icmp_seq=1 hlim=116 time=9.867 ms
16 bytes from 2a00:1450:4016:803::200e, icmp_seq=2 hlim=116 time=7.767 ms

--- 2a00:1450:4016:803::200e ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 7.767/10.404/13.578/2.403 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2a00:1450:4016:802::2004
16 bytes from 2a00:1450:4016:802::2004, icmp_seq=0 hlim=115 time=13.274 ms
16 bytes from 2a00:1450:4016:802::2004, icmp_seq=1 hlim=115 time=10.416 ms
16 bytes from 2a00:1450:4016:802::2004, icmp_seq=2 hlim=115 time=10.356 ms

--- 2a00:1450:4016:802::2004 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 10.356/11.349/13.274/1.362 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2a00:1450:4016:805::200e
16 bytes from 2a00:1450:4016:805::200e, icmp_seq=0 hlim=105 time=25.150 ms
16 bytes from 2a00:1450:4016:805::200e, icmp_seq=1 hlim=105 time=20.094 ms
16 bytes from 2a00:1450:4016:805::200e, icmp_seq=2 hlim=105 time=21.471 ms

--- 2a00:1450:4016:805::200e ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 20.094/22.238/25.150/2.134 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2a00:1450:4016:804::200e
16 bytes from 2a00:1450:4016:804::200e, icmp_seq=0 hlim=116 time=13.164 ms
16 bytes from 2a00:1450:4016:804::200e, icmp_seq=1 hlim=116 time=8.442 ms
16 bytes from 2a00:1450:4016:804::200e, icmp_seq=2 hlim=116 time=9.756 ms

--- 2a00:1450:4016:804::200e ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 8.442/10.454/13.164/1.990 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2a00:1450:4016:803::200e
16 bytes from 2a00:1450:4016:803::200e, icmp_seq=0 hlim=116 time=11.891 ms
16 bytes from 2a00:1450:4016:803::200e, icmp_seq=1 hlim=116 time=8.425 ms
16 bytes from 2a00:1450:4016:803::200e, icmp_seq=2 hlim=116 time=10.423 ms

--- 2a00:1450:4016:803::200e ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 8.425/10.246/11.891/1.420 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2a00:1450:4016:802::200e
16 bytes from 2a00:1450:4016:802::200e, icmp_seq=0 hlim=115 time=12.626 ms
16 bytes from 2a00:1450:4016:802::200e, icmp_seq=1 hlim=115 time=11.047 ms
16 bytes from 2a00:1450:4016:802::200e, icmp_seq=2 hlim=115 time=7.801 ms

--- 2a00:1450:4016:802::200e ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 7.801/10.491/12.626/2.009 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:4860:4860::8888
16 bytes from 2001:4860:4860::8888, icmp_seq=0 hlim=116 time=14.577 ms
16 bytes from 2001:4860:4860::8888, icmp_seq=1 hlim=116 time=9.473 ms
16 bytes from 2001:4860:4860::8888, icmp_seq=2 hlim=116 time=10.572 ms

--- 2001:4860:4860::8888 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 9.473/11.541/14.577/2.193 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:4860:4860::8844
16 bytes from 2001:4860:4860::8844, icmp_seq=0 hlim=115 time=11.937 ms
16 bytes from 2001:4860:4860::8844, icmp_seq=1 hlim=115 time=9.672 ms
16 bytes from 2001:4860:4860::8844, icmp_seq=2 hlim=115 time=9.503 ms

--- 2001:4860:4860::8844 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 9.503/10.371/11.937/1.110 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:4860:4860::6464
16 bytes from 2001:4860:4860::6464, icmp_seq=0 hlim=116 time=14.410 ms
16 bytes from 2001:4860:4860::6464, icmp_seq=1 hlim=116 time=14.106 ms
16 bytes from 2001:4860:4860::6464, icmp_seq=2 hlim=116 time=8.696 ms

--- 2001:4860:4860::6464 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 8.696/12.404/14.410/2.625 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:4860:4860::64
16 bytes from 2001:4860:4860::64, icmp_seq=0 hlim=116 time=14.704 ms
16 bytes from 2001:4860:4860::64, icmp_seq=1 hlim=116 time=9.920 ms
16 bytes from 2001:4860:4860::64, icmp_seq=2 hlim=116 time=9.143 ms

--- 2001:4860:4860::64 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 9.143/11.256/14.704/2.459 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2a00:1450:4016:803::200a
16 bytes from 2a00:1450:4016:803::200a, icmp_seq=0 hlim=115 time=15.746 ms
16 bytes from 2a00:1450:4016:803::200a, icmp_seq=1 hlim=115 time=8.264 ms
16 bytes from 2a00:1450:4016:803::200a, icmp_seq=2 hlim=115 time=8.636 ms

--- 2a00:1450:4016:803::200a ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 8.264/10.882/15.746/3.443 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2606:4700:4700::1001
16 bytes from 2606:4700:4700::1001, icmp_seq=0 hlim=57 time=17.614 ms
16 bytes from 2606:4700:4700::1001, icmp_seq=1 hlim=57 time=19.314 ms
16 bytes from 2606:4700:4700::1001, icmp_seq=2 hlim=57 time=17.392 ms

--- 2606:4700:4700::1001 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 17.392/18.107/19.314/0.859 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2606:4700:4700::1111
16 bytes from 2606:4700:4700::1111, icmp_seq=0 hlim=57 time=18.434 ms
16 bytes from 2606:4700:4700::1111, icmp_seq=1 hlim=57 time=18.538 ms
16 bytes from 2606:4700:4700::1111, icmp_seq=2 hlim=57 time=15.602 ms

--- 2606:4700:4700::1111 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 15.602/17.525/18.538/1.360 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2a01:4f8:c2c:fd5b::2
16 bytes from 2a01:4f8:c2c:fd5b::2, icmp_seq=0 hlim=51 time=33.713 ms
16 bytes from 2a01:4f8:c2c:fd5b::2, icmp_seq=1 hlim=51 time=29.414 ms
16 bytes from 2a01:4f8:c2c:fd5b::2, icmp_seq=2 hlim=51 time=18.039 ms

--- 2a01:4f8:c2c:fd5b::2 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 18.039/27.055/33.713/6.613 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2a01:4f8:c17:659e::2
16 bytes from 2a01:4f8:c17:659e::2, icmp_seq=0 hlim=51 time=25.936 ms
16 bytes from 2a01:4f8:c17:659e::2, icmp_seq=1 hlim=51 time=21.849 ms
16 bytes from 2a01:4f8:c17:659e::2, icmp_seq=2 hlim=51 time=23.346 ms

--- 2a01:4f8:c17:659e::2 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 21.849/23.710/25.936/1.688 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:ab7::1

--- 2001:ab7::1 ping6 statistics ---
3 packets transmitted, 0 packets received, 100.0% packet loss
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:ab7::2

--- 2001:ab7::2 ping6 statistics ---
3 packets transmitted, 0 packets received, 100.0% packet loss
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:ab7::3

--- 2001:ab7::3 ping6 statistics ---
3 packets transmitted, 0 packets received, 100.0% packet loss
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:ab7::4
16 bytes from 2001:ab7::4, icmp_seq=0 hlim=54 time=23.113 ms
16 bytes from 2001:ab7::4, icmp_seq=1 hlim=54 time=20.243 ms
16 bytes from 2001:ab7::4, icmp_seq=2 hlim=54 time=17.942 ms

--- 2001:ab7::4 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 17.942/20.433/23.113/2.115 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:ab7:2000::12
16 bytes from 2001:ab7:2000::12, icmp_seq=0 hlim=56 time=21.578 ms
16 bytes from 2001:ab7:2000::12, icmp_seq=1 hlim=56 time=18.900 ms
16 bytes from 2001:ab7:2000::12, icmp_seq=2 hlim=56 time=17.925 ms

--- 2001:ab7:2000::12 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 17.925/19.468/21.578/1.544 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:ab7:3000::12

--- 2001:ab7:3000::12 ping6 statistics ---
3 packets transmitted, 0 packets received, 100.0% packet loss
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:503:ba3e::2:30
16 bytes from 2001:503:ba3e::2:30, icmp_seq=0 hlim=243 time=18.724 ms
16 bytes from 2001:503:ba3e::2:30, icmp_seq=1 hlim=243 time=13.305 ms
16 bytes from 2001:503:ba3e::2:30, icmp_seq=2 hlim=243 time=13.633 ms

--- 2001:503:ba3e::2:30 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 13.305/15.221/18.724/2.481 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:500:200::b
16 bytes from 2001:500:200::b, icmp_seq=0 hlim=46 time=135.084 ms
16 bytes from 2001:500:200::b, icmp_seq=1 hlim=46 time=138.086 ms
16 bytes from 2001:500:200::b, icmp_seq=2 hlim=46 time=130.756 ms

--- 2001:500:200::b ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 130.756/134.642/138.086/3.009 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:500:2::c
16 bytes from 2001:500:2::c, icmp_seq=0 hlim=52 time=20.678 ms
16 bytes from 2001:500:2::c, icmp_seq=1 hlim=52 time=16.617 ms
16 bytes from 2001:500:2::c, icmp_seq=2 hlim=52 time=15.413 ms

--- 2001:500:2::c ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 15.413/17.569/20.678/2.252 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:500:2d::d
16 bytes from 2001:500:2d::d, icmp_seq=0 hlim=57 time=17.459 ms
16 bytes from 2001:500:2d::d, icmp_seq=1 hlim=57 time=15.166 ms
16 bytes from 2001:500:2d::d, icmp_seq=2 hlim=57 time=15.582 ms

--- 2001:500:2d::d ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 15.166/16.069/17.459/0.997 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:500:a8::e
16 bytes from 2001:500:a8::e, icmp_seq=0 hlim=57 time=17.355 ms
16 bytes from 2001:500:a8::e, icmp_seq=1 hlim=57 time=14.807 ms
16 bytes from 2001:500:a8::e, icmp_seq=2 hlim=57 time=15.233 ms

--- 2001:500:a8::e ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 14.807/15.798/17.355/1.114 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:500:2f::f
16 bytes from 2001:500:2f::f, icmp_seq=0 hlim=57 time=18.116 ms
16 bytes from 2001:500:2f::f, icmp_seq=1 hlim=57 time=13.355 ms
16 bytes from 2001:500:2f::f, icmp_seq=2 hlim=57 time=15.390 ms

--- 2001:500:2f::f ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 13.355/15.620/18.116/1.950 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:500:1::53
16 bytes from 2001:500:1::53, icmp_seq=0 hlim=53 time=19.900 ms
16 bytes from 2001:500:1::53, icmp_seq=1 hlim=53 time=13.406 ms
16 bytes from 2001:500:1::53, icmp_seq=2 hlim=53 time=14.163 ms

--- 2001:500:1::53 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 13.406/15.823/19.900/2.899 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:7fe::53
16 bytes from 2001:7fe::53, icmp_seq=0 hlim=55 time=29.071 ms
16 bytes from 2001:7fe::53, icmp_seq=1 hlim=55 time=24.793 ms
16 bytes from 2001:7fe::53, icmp_seq=2 hlim=55 time=23.205 ms

--- 2001:7fe::53 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 23.205/25.690/29.071/2.477 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:503:c27::2:30
16 bytes from 2001:503:c27::2:30, icmp_seq=0 hlim=54 time=56.224 ms
16 bytes from 2001:503:c27::2:30, icmp_seq=1 hlim=54 time=50.929 ms
16 bytes from 2001:503:c27::2:30, icmp_seq=2 hlim=54 time=51.586 ms

--- 2001:503:c27::2:30 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 50.929/52.913/56.224/2.357 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:7fd::1
16 bytes from 2001:7fd::1, icmp_seq=0 hlim=54 time=19.680 ms
16 bytes from 2001:7fd::1, icmp_seq=1 hlim=54 time=18.078 ms
16 bytes from 2001:7fd::1, icmp_seq=2 hlim=54 time=16.130 ms

--- 2001:7fd::1 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 16.130/17.963/19.680/1.452 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:500:9f::42
16 bytes from 2001:500:9f::42, icmp_seq=0 hlim=55 time=27.050 ms
16 bytes from 2001:500:9f::42, icmp_seq=1 hlim=55 time=20.421 ms
16 bytes from 2001:500:9f::42, icmp_seq=2 hlim=55 time=20.521 ms

--- 2001:500:9f::42 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 20.421/22.664/27.050/3.102 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2001:dc3::35
16 bytes from 2001:dc3::35, icmp_seq=0 hlim=56 time=32.804 ms
16 bytes from 2001:dc3::35, icmp_seq=1 hlim=56 time=26.630 ms
16 bytes from 2001:dc3::35, icmp_seq=2 hlim=56 time=25.895 ms

--- 2001:dc3::35 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 25.895/28.443/32.804/3.098 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2a02:2e0:3fe:1001:302::
16 bytes from 2a02:2e0:3fe:1001:302::, icmp_seq=0 hlim=53 time=19.347 ms
16 bytes from 2a02:2e0:3fe:1001:302::, icmp_seq=1 hlim=53 time=14.717 ms
16 bytes from 2a02:2e0:3fe:1001:302::, icmp_seq=2 hlim=53 time=16.429 ms

--- 2a02:2e0:3fe:1001:302:: ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 14.717/16.831/19.347/1.911 ms
PING6(56=40+8+8 bytes) 2a02:810d:13c0:2908:44f8:31a2:18c2:c54b --> 2a02:2e0:3fe:1001:7777:772e:2:85

--- 2a02:2e0:3fe:1001:7777:772e:2:85 ping6 statistics ---
3 packets transmitted, 0 packets received, 100.0% packet loss
Beim zweiten Anlauf habe ich eine IPv6 Quelladresse gefunden mit der einer meiner vServer nicht pingbar ist. Hier ist nun die Rückrichtung wirklich dicht - ich kann auch vom vServer aus den Computer zu Hause nicht anpingen auf dieser IPv6 (auf anderen klappt es, Firewall in der Vodafone Station habe ich ausgeschaltet).

Hier sind bi-direktionale MTRs einmal von/zur funktionierenden und einmal von/zur "defekten" Adresse. :D

Computer zu vServer von funktionierender IPv6:

Code: Alles auswählen

philwo@takaramono:~/bin $ sudo /usr/local/sbin/mtr -zna 2a02:810d:13c0:2908:2f7a:7140:3306:74cd  2a01:4f8:c17:659e::2 
                                         My traceroute  [v0.94]
takaramono (2a02:810d:13c0:2908:2f7a:7140:3306:74cd) -> 2a01:4f8:c17:659e::2    2020-10-14T22:49:22+0200
Keys:  Help   Display mode   Restart statistics   Order of fields   quit
                                                                Packets               Pings
 Host                                                         Loss%   Snt   Last   Avg  Best  Wrst StDev
 1. AS3209   2a02:810d:13c0:2908:f2af:85ff:fe9d:1f0c          98.5%    67    2.3   2.3   2.3   2.3   0.0
 2. AS3209   2a02:810d:1:27::1                                 0.0%    67    9.3  13.3   7.8  69.7   8.7
 3. AS3209   2a02:8100:6:2::10a:1ba1                           0.0%    67   10.8  11.2   7.5  24.8   3.3
 4. AS3209   2a02:8100:6:2::14:181                            87.7%    66   20.3  13.3  10.3  20.3   3.3
 5. AS3209   2a00::dfff:0:c02:c01:11                          87.7%    66   13.2  14.2   9.9  24.5   4.6
 6. (waiting for reply)
 7. AS24940  2a01:4f8:0:e0f0::59                               0.0%    66   22.3  22.1  15.6  64.7   7.0
 8. AS24940  2a01:4f8:0:3::1be                                63.1%    66   22.3  30.6  21.9  59.5  10.3
 9. AS24940  2a01:4f8:0:e172::a06e                             0.0%    66   25.1  26.6  19.9  47.2   6.6
10. (waiting for reply)
11. AS24940  2a01:4f8:0:e172::1205                             0.0%    66   29.7  25.2  20.8  34.5   3.2
12. (waiting for reply)
13. AS24940  2a01:4f8:c17:659e::2                              0.0%    66   19.9  20.8  17.7  27.1   2.4
Computer zu vServer von "defekter" IPv6:

Code: Alles auswählen

philwo@takaramono:~/bin $ sudo /usr/local/sbin/mtr -zna 2a02:810d:13c0:2908:5dd8:1f9e:6164:232b 2a01:4f8:c17:659e::2

                                         My traceroute  [v0.94]
takaramono (2a02:810d:13c0:2908:5dd8:1f9e:6164:232b) -> 2a01:4f8:c17:659e::2    2020-10-14T22:49:31+0200
Keys:  Help   Display mode   Restart statistics   Order of fields   quit
                                                                Packets               Pings
 Host                                                         Loss%   Snt   Last   Avg  Best  Wrst StDev
 1. AS3209   2a02:810d:13c0:2908:f2af:85ff:fe9d:1f0c          98.5%    67    1.8   1.8   1.8   1.8   0.0
 2. AS3209   2a02:810d:1:27::1                                 0.0%    67    9.3  11.8   5.9  28.1   3.9
 3. AS3209   2a02:8100:6:2::10a:1ba1                           0.0%    67    9.1  11.6   7.3  29.4   3.6
 4. AS3209   2a02:8100:6:2::14:181                            38.8%    67    9.4  11.7   7.1  26.7   3.2
 5. AS3209   2a00::dfff:0:c02:c01:11                          98.5%    67   13.7  13.7  13.7  13.7   0.0
 6. (waiting for reply)
 7. AS24940  2a01:4f8:0:e0f0::59                               0.0%    67   18.7  21.2  14.0  47.8   7.3
 8. AS24940  2a01:4f8:0:3::11a                                47.0%    67   46.6  36.5  22.5  79.0  13.7
 9. AS24940  2a01:4f8:0:e172::a002                             0.0%    67   30.9  26.9  21.6  43.6   4.1
10. (waiting for reply)
11. AS24940  2a01:4f8:0:e172::1205                             0.0%    67   28.5  25.9  21.7  55.6   4.7
12. (waiting for reply)
vServer zu funktionierender IPv6 des Computers:

Code: Alles auswählen

[root@vm1-htz ~]# sudo mtr -zn 2a02:810d:13c0:2908:2f7a:7140:3306:74cd
                                         My traceroute  [v0.85]
vm1-htz (::)                                                                    Wed Oct 14 22:51:11 2020
Keys:  Help   Display mode   Restart statistics   Order of fields   quit
                                                                Packets               Pings
 Host                                                         Loss%   Snt   Last   Avg  Best  Wrst StDev
 1. AS???   fe80::1                                            0.0%   148    0.3   0.3   0.1   1.0   0.0
 2. AS24940 2a01:4f8:0:e172::1205                              0.0%   148    0.9   0.9   0.6   3.6   0.2
 3. AS24940 2a01:4f8:0:e172::1201                              0.0%   148   11.4   7.0   0.7  74.7   9.4
 4. AS24940 2a01:4f8:0:e172::a019                              0.0%   148    1.0   2.4   0.8  30.0   4.1
 5. AS24940 2a01:4f8:0:e172::a071                             12.2%   148    6.6   1.9   0.4  27.4   4.0
 6. AS24940 2a01:4f8:0:3::119                                  0.0%   148    5.1   7.8   5.0  41.5   6.3
 7. AS24940 2a01:4f8:0:e0f0::5a                               56.1%   148    5.9   6.1   5.4  19.7   1.9
 8. AS3209  2a00::1d0:0:0                                     58.8%   148   11.5  11.7  11.1  27.6   2.0
 9. AS3209  2a00::1d0:0:0                                     51.4%   147   11.0  11.0  10.6  11.7   0.0
10. AS3209  2a00::dfff:0:c01:c01:a                            17.8%   147   11.1  11.1  10.8  14.7   0.3
11. AS3209  2a02:8100:6:2::14:189                              0.0%   147   11.8  12.8  11.3  22.1   2.2
12. AS3209  2a02:8100:6:2::10a:1bae                            0.0%   147   14.1  17.3  13.8  62.2   9.0
13. AS3209  2a02:810d:0:27:4c87:99e4:b755:9cad                 0.0%   147   25.8  22.5  15.2  32.7   2.8
    AS3209  2a02:810d:13c0:2908:2f7a:7140:3306:74cd
14. AS3209  2a02:810d:13c0:2908:2f7a:7140:3306:74cd            0.0%   147   20.0  22.3  15.7  33.7   2.8
vServer zu "defekter" IPv6 des Computers:

Code: Alles auswählen

[root@vm1-htz ~]# sudo mtr -zn 2a02:810d:13c0:2908:5dd8:1f9e:6164:232b
                                         My traceroute  [v0.85]
vm1-htz (::)                                                                    Wed Oct 14 22:51:36 2020
Keys:  Help   Display mode   Restart statistics   Order of fields   quit
                                                                Packets               Pings
 Host                                                         Loss%   Snt   Last   Avg  Best  Wrst StDev
 1. AS???   fe80::1                                            0.0%   179    0.3   0.3   0.2   1.4   0.1
 2. AS24940 2a01:4f8:0:e172::1205                              0.0%   179    0.7   0.9   0.6   5.5   0.3
 3. AS24940 2a01:4f8:0:e172::1201                              0.0%   179    3.4   7.9   0.6  97.5  11.4
 4. AS24940 2a01:4f8:0:e172::a015                              0.0%   178    1.6   2.4   0.8  26.8   3.2
 5. AS24940 2a01:4f8:0:e172::a001                             11.2%   178    0.7   3.2   0.5  39.7   6.2
 6. AS24940 2a01:4f8:0:3::119                                  0.0%   178    8.8  19.2   5.0  66.6  11.7
 7. AS24940 2a01:4f8:0:e0f0::5a                               68.9%   178    5.8   5.8   5.5   6.5   0.0
 8. ???
Sprich, beim Übergang vom Hetzner-Netz (AS24940) zu Vodafone (AS3209) geht das Ding verloren. Im anderen MTR steht an dieser Stelle der Router 2a00::1d0:0:0.

Haben wir hier einen Verdächtigen gefunden? :)