IPv6 – Troubleshooting First IPv6 Ping Failure

ipipv6ping

I have some dual stack websites. When I open my websites they connect using IPv4 the first time, and then IPv6. If I ping the IP address directly, the first ping fails for IPv6 and then works fine. Wait 24 hours same problem, first ping fails.

2607:9000:0:35::fc3:9749

Is there any cache problem, but it doesn't look like ARP cache problem?

Best Answer

IPv6 doesn't use ARP, so there isn't an ARP cache. IPv6 uses ND, and a host maintains a Neighbor Cache and a Destination Cache, among others.

This is normal behavior, and you often see it with IPv4, too. Sometimes, it take a little too long for the target device to respond with its MAC address, and a ping will time out. There is really nothing wrong.