public_v6:windows
Dies ist eine alte Version des Dokuments!
Inhaltsverzeichnis
Windows IPv6
Installieren
Windows XP IPv6 installieren
ipv6 install
Routing einrichten
Interface Adresse manuell konfigurieren
netsh interface ipv6 add address InterfaceNameOrIndex IPv6Address [[type=]unicast|anycast] [[validlifetime=]Minutes|infinite] [[preferredlifetime=]Minutes|infinite] [[store=]active|persistent]
Beispiel:
Forwarding und Advertising auf einem Interface aktivieren
netsh interface ipv6 set interface InterfaceNameOrIndex [forwarding=]enabled|disabled] [[advertise=]enabled|disabled] [[mtu=]MTUSize] [[store=]active|persistent]
Beispiel:
Route hinzufügen
netsh interface ipv6 add route IPv6Address/PrefixLength InterfaceNameOrIndex [[nexthop=]IPv6Address] [[publish=]no|age|yes] [[validlifetime=]Minutes|infinite] [[preferredlifetime=]Minutes|infinite] [[store=]active|persistent]
Beispiel:
netsh interface ipv6 add route fec0:0:0:1::/64 "Local Area Connection" publish=yes netsh interface ipv6 add route fec0:0:0:2::/64 "Local Area Connection 2" publish=yes
Default Route hinzufügen
Beispiel:
netsh interface ipv6 add route ::/0 "Local Area Connection 3" nexthop=fe80::2aa:ff:fe98:2ab1 publish=yes
Netshell
C:>netsh interface ipv6 show /? The following commands are available: Commands in this context: show address - Shows IPv6 addresses. show bindingcacheentries - Shows binding cache entries. show destinationcache - Shows destination cache entries. show dns - Displays the DNS server addresses. show global - Shows global configuration parameters. show interface - Shows interface parameters. show joins - Shows IPv6 multicast addresses. show mobility - Shows mobility configuration parameters. show neighbors - Shows neighbor cache entries. show prefixpolicy - Shows prefix policy entries. show privacy - Shows privacy configuration parameters. show routes - Shows route table entries. show siteprefixes - Shows site prefix table entries. show state - Shows the state of deprecated functionality. show teredo - Shows Teredo service state.
Links
public_v6/windows.1371794855.txt.gz · Zuletzt geändert: 2017/01/24 18:49 (Externe Bearbeitung)