Local win7ping VM Linux IPv6 address issues

Source: Internet
Author: User

mentioned above

The system will automatically assign a link-local (link-local) address after Windows and Linux install IPv6
That is, Ifconfig-a saw a line "Inet6 addr:fe80::20c:29ff:fed7:4214/64 scope:link", the yellow part is the IPv6 link local address.

Now assume that the IPv6 address seen through Ipconfig under Win7 is as follows:

% The index,windows term for the network interface corresponding to this IPv6 address is called the scope ID, which can be understood as an interface ordinal

And the IPv6 address of Linux is:

fe80::20c:29ff:fed7:4214

This configuration, under Linux, uses the ping6-i eth0 fe80::20c:29ff:fed7:4214 to gracefully ping the IPv6 link-local address of Windows

However, using ping-6 fe80::20c:29ff:feda:aaa under Windows cannot ping the IPv6 address of Linux.

End

Toss for a long time, thought is the reason for the local link address, and later found that the original Windows system is a very funny thing (~_~ maybe just I feel funny)

You must use the ping-6 fe80::20c:29ff:fed7:4214%17 to ping the IPv6 link-local address of Linux, which means that you need to add the% and Windows network interface numbers after the IPv6 address of Linux.

The%17 behind this is from the VMware Network Adapter VMnet8

Why VMware Network Adapter VMNET8 instead of VMware network Adapter VMnet1, because NAT mode is used

So the physical machine and the virtual machine communicate using the VMNET8 this network interface.

So it ended up like this.

Ping-6 fe80::20c:29ff:fed7:4214%17

Complete.

Local win7ping VM Linux IPv6 address issues

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.