Technorati Tags: SystemProfessionals.net,Registry,editor,regedit,windows Xp,windows vista,windows 7,Srinivasan,Anandan,Ipv6,Networking,protocol,Teredo,ISATAP,Tunnel,VPN,LAN,PPP,Ipv4,Ipv4 over Ipv6,interface
Ipv6 is definitely one of the best things to happen on the Internet, but there are a lot of companies and scenarios where you may need to disable Ipv6 as it is not needed on your network. For example on a small network there may be no need for Ipv6 but if you use Vista/Windows 7 with Server 2008 R1/R2 you will find that Ipv6 is on and configured by default. This can result in situations where the Server Operating System keeps telling you that you do not have a static interface on all your Network Interface Cards because of Ipv6, especially when you want to add roles like Active Directory, Domain Name Service. Windows does allow us to disable Ipv6 to get around this issue.
What you need to disable Ipv6 is to take the following steps:
- Log in using an Administrative Account.
- Click on start if you have a basic interface else click on the Windows button at the bottom left of your screen and type “regedit” in the SartSearch box without the quotes.
- If the User Account Control dialog box pops up click on Continue
- This will launch the registry editor
- In the Registry Editor, Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\
- If the DisabledComponents entry is unavailable, you must create it. To do this, follow these steps:
- In the Edit menu, point to New, and then click DWORD (32-bit) Value.
- Type DisabledComponents, and then press ENTER.
- Double-click DisabledComponents.
- Double-click DisabledComponents to modify the DisabledComponents entry.
- Else just double click DisabledComponents to modify the entry.
- Depending on what combination you require you can set the following Hexadecimal Values.
| Value | Effect |
| 0×1 | Disables all tunnel interfaces |
| 0×2 | Disable 6to4 [ipv6 to ipv4 conversion] |
| 0×4 | Disable ISATAP [Intra-Site Automatic Tunnel Addressing Protocol] |
| 0×8 | Disable Teredo [a tunnelling protocol] |
| 0xA | Disable Teredo and 6to4 |
| 0×10 | Disable all LAN and PPP interfaces |
| 0×11 | Disable all LAN, PPP, and tunnel interfaces |
| 0×20 | Prefer IPv4 over IPv6 |
| 0xFF | Disable IPv6 over all interfaces and prefer IPv4 to IPv6 |

No comments:
Post a Comment