zettelkasten/OneNoteExport/Technik/Dokumentation/Installationsanleitungen/16_DHCP IPv6.md
2023-08-17 19:32:37 +02:00

575 B

DHCP IPv6

Mittwoch, 19. Dezember 2018

23:21

 

https://social.technet.microsoft.com/Forums/en-US/4b8745b7-0477-4923-9c16-aa0cf1e53465/how-do-i-properly-configuring-ipv6-dhcp-on-windows-server-2016

Das geht mittels:

netsh interface ipv6 set interface <Schnittstellenname> managedaddress=disabled

 

Und mit folgendem Befehl ruft der Client Optionen ab:

netsh interface ipv6 set interface <Schnittstellenname> otherstateful=enabled

 

 

 

netsh interface ipv6 add route fdd0:0:0:1::/64 publish=yes int = Zahl der Netzwerkkarte

netsh int ipv6 show int