Windows system manually configures the IPv6 address method

Source: Internet
Author: User

In earlier versions, such as xp,2003, IPv6 addresses could not be manually configured in the property configuration of network Connections, and only netsh configurations could be used. The configuration method is as follows:

First, install the IPV6 protocol, IPv6 install

The second step is to view the current local connection information used:

As shown above, my "local connection 3", in turn, executes the following command:

C:documents and Settingsadministrator>netsh

Netsh>interface IPv6

netsh interface ipv6>show int

Querying Active State ...

Index Met MTU Status name

---- ---- ----- ------------ -----

7 0 1500 Connected VMware network Adapter VMNET8

6 0 1500 Connected VMware network Adapter VMNET1

5 0 1500 Connected local connections 3

4 2 1280 disconnected Teredo Tunneling Pseudo-Interface

3 1 1280 connected 6to4 Pseudo-Interface

2 1 1280 connected Automatic Tunneling Pseudo-Interface

1 0 1500 Connected Loopback Pseudo-Interface

As can be seen from the above figure, my online index is 5, want to add IPV6 address for 2001:2001:2001:2001:2001::157, so the implementation

Add address 5 2001:2001:2001:2001:2001::157

netsh interface ipv6>add address 5 2001:2001:2001:2001:2001::157

Are you sure.

netsh interface ipv6>

The third step is to check the success of the settings:

Execute ipconfig command

As shown above, add IPV6 success, then restart resin or tomcat, perform http://[2001:2001:2001:2001:2001::157]:8080/access, see the successful page, then the configuration is successful

Note that the format of the Access IPV6 is Http://[ipv6]:p Ort,ipv6 separated by brackets [] and ports

Note : More attention to the computer Tutorials section, triple Computer office group: 189034526 welcome you to join

Related Article

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.