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 [2017/06/18 10:09] – [Netshell] admin | public_v6:windows [2025/01/04 10:23] (aktuell) – admin | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Windows | + | ====== Windows ====== |
- | ===== Interface | + | * [[public_v6: |
+ | === Ping in Windows erlauben === | ||
+ | * https:// | ||
+ | * https:// | ||
- | IPv6 Interface-Konfiguration anzeigen: | + | === Größe von Windows Installationen verringern === |
- | netsh interface ipv6 show addresses | ||
- | === Interface für Statische Route ermitteln === | + | * https://forums.tomshardware.com/faq/reduce-windows-7-os-size.2485612/ |
- | + | * https://rt-seven-lite.informer.com/download/ | |
- | http://windowsitpro.com/networking/q-when-i-add-static-ip-route-what-value-do-i-use-interface | + | |
- | + | * 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/ | + | |
- | http:// | + | |
- | + | ||
- | Dieses Verhalten kann per netsh-Befehl abgeschalten werden: | + | |
- | netsh interface ipv6 set global randomizeidentifiers=disabled | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | ===== 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: | + | |
- | + | ||
- | 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]] | + | |
- | + | ||
- | + | ||
- | ===== 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 | + |
public_v6/windows.1497780597.txt.gz · Zuletzt geändert: 2017/06/18 10:09 von admin