<!DOCTYPE html> <html> <head> </head> <body> <p>Quick mode:</p> <p><strong><em>netsh int ipv6 set int "Ethernet" routerdiscovery=disabled</em></strong></p> <p><strong><em>netsh int ipv6 set int "Ethernet" managedaddress=disabled</em></strong></p> <p> </p> <p>Visualizzare gli indici delle interfacce</p> <p><strong>netsh int ipv6 show int</strong></p> <p>Mostra i setting (compreso managedaddress)</p> <p><strong>netsh int ipv6 show int <numero_interfaccia></strong></p> <p>Cancellare un IP</p> <p><strong>netsh int ipv6 delete address 17 2001:67c:13fc::1:2b9e</strong></p> <p><strong>netsh int ipv6 delete address [index] <static IPv6 address></strong></p> <p><br />To disable Router Discovery:</p> <p><strong>netsh int ipv6 set int [index] routerdiscovery=disabled</strong></p> <p><br />To enable Managed Address:</p> <p><strong>netsh int ipv6 set int [index] managedaddress=enabled<br /><br /></strong></p> <p><span style="font-size: large; color: #3366ff;"><strong>Su Windows 2012 R2 questo che segue è l'unico modo di disattivarlo permanentemente<br /><br /></strong><span style="color: #000000; font-size: medium;">Entrare in Powershell:</span><strong><br /></strong></span></p> <p><strong>Set-NetIPInterface Ethernet -AddressFamily IPv6 -RouterDiscovery Disabled<br />Set-NetIPInterface Ethernet -AddressFamily IPv6 -ManagedAddressConfiguration Disabled<br />Set-NetIPInterface Ethernet -AddressFamily IPv6 -DHCP Disabled<br /><br />Set-NetIPInterface LAN -AddressFamily IPv6 -RouterDiscovery Disabled<br />Set-NetIPInterface LAN -AddressFamily IPv6 -ManagedAddressConfiguration Disabled<br />Set-NetIPInterface LAN -AddressFamily IPv6 -DHCP Disabled<br /><br />Set-NetIPInterface DMZ -AddressFamily IPv6 -RouterDiscovery Disabled<br />Set-NetIPInterface DMZ -AddressFamily IPv6 -ManagedAddressConfiguration Disabled<br />Set-NetIPInterface DMZ -AddressFamily IPv6 -DHCP Disabled<br /><br />Set-NetIPInterface Ethernet0 -AddressFamily IPv6 -<mark class="pmf-highlighted-string">RouterDiscovery</mark> Disabled<br />Set-NetIPInterface Ethernet0 -AddressFamily IPv6 -ManagedAddressConfiguration Disabled<br />Set-NetIPInterface Ethernet0 -AddressFamily IPv6 -DHCP Disabled<br /></strong></p> <p><strong>Set-NetIPInterface Wi-Fi -AddressFamily IPv6 -<mark class="pmf-highlighted-string">RouterDiscovery</mark> Disabled<br />Set-NetIPInterface Wi-Fi -AddressFamily IPv6 -ManagedAddressConfiguration Disabled<br />Set-NetIPInterface Wi-Fi -AddressFamily IPv6 -DHCP Disabled</strong></p> </body> </html>
Subscribe
0 Comments
Oldest