We don't use IPv6 and we are not planning to use it. Apparently Windows Server 2008 R2 is installed with IPv6 on by default. We would like to uninstall it or totally disable it. I have unchecked the check boxes that link IPv6 to each network adapter in my servers, but the machines still register IPv6 addresses with the DNS server.

Is there any way to totally remove IPv6 from my network? Or am I missing something? Thanks.

link|improve this question

5  
While I agree with your motivation to do this it does present a bit of a wider problem. IPv6 is not going away, and more and more systems are coming on stream that are only fully tested with IPv6 enabled. This is the case for pretty much all current MS OS level software for example and while they don't currently refuse to support environments where IPv6 is disabled they will at some point. – Helvick Sep 10 '10 at 19:28
@Helvick: I agree; in fact, I am aware that we might want to keep IPv6 as well as IPv4. However, maintaining and administering it seems like an unnecessary cost at this stage. – CesarGon Sep 14 '10 at 0:08
feedback

2 Answers

up vote 1 down vote accepted

Yes, we've noticed this ourselves. Windows 2008 (and Win 7 for that matter) will use certain tunneling IPv6 addresses. You can turn them off by setting a registry setting. It's described here:

http://support.microsoft.com/kb/929852

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\

Create a new 32-bit DWORD named "DisabledComponents". Set it to 0x01 to disable the tunneling interfaces.

link|improve this answer
Many thanks. That's exactly what I was looking for. – CesarGon Sep 10 '10 at 17:52
feedback

The main problem i am finding is with remote offices connected via VPN. ipv6 does not rout across my VPN and therefore when the PC's at the remote office connect to the network they send there ipv4 and ipv6 information to DNS which in tern is updated across AD. this is a problem when the server wants to talk to the workstations and does a lookup in DNS and tries to use the ipv6 address. if i delete the ipv6 address entry from dns it starts to work correctly but in a few hours the DNS records are updated again and the blasted ipv6 addresses show up again.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.