public_v6:windows
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
public_v6:windows [2013/06/21 06:08] – [Installieren] admin | public_v6:windows [2025/01/04 10:23] (aktuell) – admin | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Windows | + | ====== Windows ====== |
- | ===== Installieren ===== | + | * [[public_v6: |
+ | === Ping in Windows erlauben === | ||
+ | * https:// | ||
+ | * https:// | ||
- | Windows | + | === Größe von Windows |
- | ipv6 install | ||
- | | ||
- | IPv6 Interface-Konfiguration anzeigen: | + | |
- | + | * https://rt-seven-lite.informer.com/download/ | |
- | | + | |
- | + | * https://www.heise.de/download/product/ntlite-97492 | |
- | + | ||
- | ====== SLAAC ====== | + | |
- | + | ||
- | Windows XP bildet die Interface-ID der IPv6 Adresse basierend auf dem modifizierten EUI-64 Verfahren. | + | |
- | Ab Windows Vista wird dazu ein sogenannter //" | + | |
- | + | ||
- | http://download.microsoft.com/download/ | + | |
- | http://technet.microsoft.com/en-us/magazine/ | + | |
- | + | ||
- | Dieses Verhalten kann per netsh-Befehl abgeschalten werden: | + | |
- | netsh interface ipv6 set global randomizeidentifiers=disabled | + | |
- | + | ||
- | + | ||
- | ====== Teredo ====== | + | |
- | + | ||
- | !!! Teredo sendet nur dann IPv6 Pakete, wenn das Ziel ausschließlich über IPv6 erreichbar ist (DNS-Antwort). Bei Dual-Stack angebundenen Hosts wird immer IPv4 verwendet. | + | |
- | + | ||
- | Status anzeigen lassen: | + | |
- | + | ||
- | netsh interface ipv6 show teredo | + | |
- | + | ||
- | Teredo in Netzen mit Microsoft Active Directory aktivieren: | + | |
- | + | ||
- | netsh interface ipv6 set teredo enterpriseclient | + | |
- | + | ||
- | Teredo deaktivieren: | + | |
- | + | ||
- | netsh interface ipv6 set teredo disable | + | |
- | ===== Routing einrichten ===== | + | |
- | + | ||
- | ==== Interface Adresse manuell konfigurieren ==== | + | |
- | + | ||
- | + | ||
- | | + | |
- | | + | |
- | | + | |
- | + | ||
- | Beispiel: | + | |
- | ==== Forwarding und Advertising auf einem Interface aktivieren ==== | + | |
- | + | ||
- | + | ||
- | netsh interface ipv6 set interface InterfaceNameOrIndex [forwarding=]enabled|disabled] | + | |
- | | + | |
- | + | ||
- | === Beispiel: === | + | |
- | + | ||
- | + | ||
- | ==== Route hinzufügen ==== | + | |
- | + | ||
- | + | ||
- | netsh interface ipv6 add route IPv6Address/PrefixLength InterfaceNameOrIndex | + | |
- | | + | |
- | | + | |
- | + | ||
- | === Beispiel: === | + | |
- | + | ||
- | + | ||
- | netsh interface ipv6 add route fec0: | + | |
- | netsh interface ipv6 add route fec0: | + | |
- | + | ||
- | ==== Default Route hinzufügen ==== | + | |
- | + | ||
- | + | ||
- | === Beispiel: === | + | |
- | + | ||
- | + | ||
- | netsh interface ipv6 add route ::/0 "Local Area Connection 3" nexthop=fe80:: | + | |
- | publish=yes | + | |
- | + | ||
- | + | ||
- | ==== Netshell ==== | + | |
- | + | ||
- | < | + | |
- | C:>netsh interface ipv6 show /? | + | |
- | + | ||
- | The following commands are available: | + | |
- | + | ||
- | Commands in this context: | + | |
- | + | ||
- | show address | + | |
- | + | ||
- | show bindingcacheentries | + | |
- | + | ||
- | show destinationcache | + | |
- | + | ||
- | show dns - Displays the DNS server addresses. | + | |
- | + | ||
- | show global | + | |
- | + | ||
- | show interface | + | |
- | + | ||
- | show joins - Shows IPv6 multicast addresses. | + | |
- | + | ||
- | show mobility | + | |
- | + | ||
- | show neighbors | + | |
- | + | ||
- | show prefixpolicy | + | |
- | + | ||
- | show privacy | + | |
- | + | ||
- | show routes | + | |
- | + | ||
- | show siteprefixes | + | |
- | + | ||
- | show state - Shows the state of deprecated functionality. | + | |
- | + | ||
- | show teredo | + | |
- | </code> | + | |
- | + | ||
- | ===== Links ===== | + | |
- | + | ||
- | [[http://technet.microsoft.com/en-us/library/bb878102.aspx|Microsoft Cable Guy]] | + |
public_v6/windows.1371794924.txt.gz · Zuletzt geändert: 2017/01/24 18:49 (Externe Bearbeitung)