Now Available:

Featured Resource:

line

Newsletter

Email Address:


line

Ask the Expert

Have a question for our resident expert? Email your questions to Greg.

« Windows 7 to be More Evolutionary than Revolutionary | Main | http://live.sysinternals.com. Freakin' Cool. »

Dealing with IPv6 Before you Need to Deal with IPv6

Over at MCPmag.com, I pen some great info on how to deal with IPv6 when you haven't yet implemented it in your network. There, I talk about the new "-4" switch used with ping to ensure that you're getting a IPv4 response as well as the registry key you can set to disable it completely on your Server 2008 & Vista computers.

...there are two things you can do that can assist with keeping IPv6 out of the picture for now, at least until global warming speeds IPv6's glacial melt-off. The first is the "-4" switch used with the ping command. IPv6 responses to ping requests can be confusing, so this switch forces ping to use IPv4 for the query. To use this switch, simply enter it before the hostname you want to ping, as in:


ping -4 {hostname}

Another option is to disable IPv6 functionality entirely. This can be done by editing the registry. In the location HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\ create a registry DWORD value titled DisabledComponents. Set the data for this value to FF in hex to disable all IPv6 components except for the IPv6 loopback interface. This setting also configures the computer to prefer IPv4 over IPv6. Restart the computer for the setting to take effect.

Later on, when you implement IPv6 in your network, simply reset this value's data to 0 and reboot again and you're merrily on your way to the networking of tomorrow.

TrackBack

TrackBack URL for this entry:
http://www.realtime-windowsserver.com/type/mt-tb.cgi/836

Post a comment

(All comments are approved by site leader before appearing here. Thanks for commenting!)

line

Greg Shields' Bio:

Greg Shields, is an independent author, instructor, and IT consultant based in Denver, Colorado, and a co-founder of Concentrated Technology. With nearly 15 years of experience in information technology, Greg has developed extensive experience in systems administration, engineering, and architecture specializing in Microsoft systems management, remote application, and virtualization technologies. Greg is a Contributing Editor for Redmond Magazine, MCPmag.com, and Virtualization Review Magazine and is the author of five books, including Windows Server 2008:  What’s New / What’s Changed. Greg is also a highly sought-after instructor and speaker, speaking regularly at conferences like TechMentor Events, and producing computer-based training curriculum for CBT Nuggets.  Greg is a recipient of Microsoft "Most Valuable Professional" award with a specialization in Windows Terminal Services.