Windows Server 2008 R2 disables IPv6 and tunnel adapters _win servers

Source: Internet
Author: User

The WebLogic Web application is deployed under the Windows Server 2008 R2 operating system and tested after deployment, finding that the address of the test page is using the address of the tunnel adapter, not the static IP address, and that the network is not in the IPv6 access, Therefore, the decision to disable the IPv6 and tunnel adapters is as follows:


Disabling IPv6 is simple, go to Control Panel \ Network and internet\ Network and Share center Click " Change adapter Settings " On the left side of the panel to enter the network connection interface, select the connection you want to set, right-click the property, Remove the selection box in front of Internet Protocol version 6 (TCP/IPV6).

To disable the tunnel adapter, you need to change the registry information as follows:
Start-> Run-> Input Regedit Enter Registry Editor
Navigate to:
[Hkey_local_machine\system\currentcontrolset\services\tcpip6\parameters]
Right-click Parameters and select New-> DWORD (32-bit) value
The named value is DisabledComponents, and then the value is FFFFFFFF (16 binary)
Effective after reboot
Disablecomponents Value Definition:
0, enable all IPV 6 components, default settings
0xFFFFFFFF, disable all IPV 6 components, except IPV 6 loopback interface
0x20, use IPv 4 instead of IPv 6 in the previous prefix policy
0x10, disable native IPv 6 interface
0x01, disable all tunneling IPv 6 Interfaces
0x11, disable all IPv 6 interfaces except for the IPV 6 loopback interface

or use the cmd command:

CMD/C reg ADD "hkey_local_machine\system\currentcontrolset\services\tcpip6\parameters"/V disabledcomponents/t REG_ DWORD/D 0xff/f

or save the following for Do.reg double-click to run

Copy Code code as follows:

Windows Registry Editor Version 5.00

[Hkey_local_machine\system\currentcontrolset\services\tcpip6\parameters]
"DisabledComponents" =dword:00ffffff

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.