- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
network adapter:Intel(R) Gigabit CT2 Desktop Adapter & Intel(R) 82579LM Gigabit Network Connection
PC is from HP.OS is windows xp
all is good when IPV4.
below is the information when ping with ipv6 address:
C:\Documents and Settings\Administrator>ping 2001:db8:1234:5555::11 // ping
Pinging 2001:db8:1234:5555::11 with 32 bytes of data:
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Ping statistics for 2001:db8:1234:5555::11:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Below are the packets captured by network packet capture tool WireShark.
index time source destination protocol info // wireshark captured
"1","0.000000","2001:db8:1234:5555::64","ff02::1:ff00:11","ICMPv6","Neighbor solicitation for 2001:db8:1234:5555::11 from 00:1b:21:c1:d7:dd"
"2","0.849311","2001:db8:1234:5555::64","ff02::1:ff00:11","ICMPv6","Neighbor solicitation for 2001:db8:1234:5555::11 from 00:1b:21:c1:d7:dd"
"3","1.849298","2001:db8:1234:5555::64","ff02::1:ff00:11","ICMPv6","Neighbor solicitation for 2001:db8:1234:5555::11 from 00:1b:21:c1:d7:dd"
"4","3.849305","2001:db8:1234:5555::64","ff02::1:ff00:11","ICMPv6","Neighbor solicitation for 2001:db8:1234:5555::11 from 00:1b:21:c1:d7:dd"
Does it means that the packets already out of the TCP/IP protocol stack? and doesn't relative to OS?
of course,route table,are check again and again, my colleague's computer are ok in ipv6,his network adapter is
Realtek RTL8139/810x Family Fast Ethernet NIC
I have update the newest driver today, nothing changed.
Any more information needed,tell me.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any one help me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The IP stack is part of the OS. The network adapter does not do anything that would block the transmissions.
I am not an expert on IPv6, but I did some research to find out what the above information means. The clearest explanation I found is in the presentation at http://www.6net.org/events/training-2003/ipv6-basics.pdf http://www.6net.org/events/training-2003/ipv6-basics.pdf.
Slide 69 describes the neighbor discovery process that you are capturing. Before exchanging packets, for example the ping and the reply, a neighbor discovery process takes place. Your host sends the discovery packet to the Solicited-node multicast address of the host you are trying to ping. Your capture is not showing any reply. If no reply is received then the two hosts cannot exchange packets.
For troubleshooting, you might want to try capturing packets on the other host to see if the neighbor discovery packet is received and if a reply is being sent.
I hope this helps.
Mark H
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Mark,thanks for your help.
I try to ping my colleague's pc,and try to capture packets to check whether neighbor solicited reach destination. The result is, the packets have not reached. The same when my colleague's pc ping my pc.but my colleague can ping others. so i think there is some thing wrong with my pc. OS config or adapter driver? not sure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The adapter driver should be OK, but make sure you are using the latest software package. See my reply at /message/161334# 161334 http://communities.intel.com/message/161334# 161334 for a download link and other ideas.
Mark H
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page