Tips - Disable l'IPV6 on Vmware Virtual Machine

Mi è capitato che su diversi Server non si riuscisse a disabilitare completemante l'IPV6 risultando il ping fra alcuni server in IPV6 e non IPV4.

Il problema sta nella presenza, in gestione periferiche (visualizza quelle nascoste), del 6to4 adapter.


Questo è un driver software che serve a garantire interoperabilita' tra l'IPv4 e IPv6

Per disattivare tale feature:

Start --> CMD e digitare

netsh Interface 6to4 set state state=disabled


e poi


netsh interface isatap set state disabled


Vedere anche il seguente articolo:


http://support.microsoft.com/kb/932520/e…




<------>

I found that ipv6 was still active after unchecking it on server Lan Settings.

Problem was due to 6to4 and isatap adapter.

Here they are commands used and relative article:

netsh Interface 6to4 set state state=disabled 
netsh interface isatap set state disabled 
microsoft Article


http://support.microsoft.com/kb/932520/e…