Benutzer-Werkzeuge

Webseiten-Werkzeuge


public_v6:windows

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
public_v6:windows [2013/05/26 18:37] adminpublic_v6:windows [2025/01/04 10:23] (aktuell) admin
Zeile 1: Zeile 1:
-====== Windows IPv6 ======+====== Windows ======
  
-===== Installieren =====+  * [[public_v6:windows_v6|IPv6 Konfiguration]] 
  
 +=== Ping in Windows erlauben ===
 +  * https://www.windowspro.de/wolfgang-sommergut/ping-windows-10-erlauben-gui-powershell-netsh-gpo
 +  * https://superuser.com/questions/1683853/cannot-ping-a-windows-11-machine
  
-Windows XP IPv6 installieren+=== Größe von Windows Installationen verringern ===
  
-  IPv6 Install 
-   
-===== Routing einrichten ===== 
  
-==== Interface Adresse manuell konfigurieren ==== +  * https://forums.tomshardware.com/faq/reduce-windows-7-os-size.2485612/ 
- +  * https://rt-seven-lite.informer.com/download/ 
- +  [[https://www.heise.de/forum/heise-Security/News-Kommentare/Gefaelschter-Bluescreen-Troubleshooter-Malware-zockt-Windows-Nutzer-ab/Re-Ich-wuerde-erstmal-mit-Hiren-s-Boot-CD-starten/posting-31460286/show/|Beitrag im Heise Forum]] 
-  netsh interface ipv6 add address InterfaceNameOrIndex IPv6Address [[type=]unicast|anycast] +  * https://www.heise.de/download/product/ntlite-97492
-   [[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 ==== +
- +
-<code> +
-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. +
-</code> +
- +
-===== Links ===== +
- +
-[[http://technet.microsoft.com/en-us/library/bb878102.aspx|Microsoft Cable Guy]]+
public_v6/windows.1369593420.txt.gz · Zuletzt geändert: 2017/01/24 18:49 (Externe Bearbeitung)