Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Ping in IPv4 and IPv6
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Ping in IPv4 and IPv6

I did a test ping to my VM. I tried both IPv6 and IPv4 at the same time. It appears there is drastically difference. Why

ping -4 webnode.****.com

Pinging ***** [199.15.25*.***] with 32 bytes of data:

Reply from 199.15.25***: bytes=32 time=115ms TTL=56

Reply from 199.15.25***: bytes=32 time=114ms TTL=56

Reply from 199.15.25***: bytes=32 time=115ms TTL=56

Reply from 199.15.25***: bytes=32 time=114ms TTL=56

ping -6 webnode.****.com

Pinging **** [2604:4100:*****0] with 32 bytes of data:

Reply from 2604:4100:****0: time=50ms

Reply from 2604:4100:****0: time=51ms

Reply from 2604:4100:****0: time=51ms

Reply from 2604:4100:****0: time=50ms

Comments

  • It'll likely be the routing, please post a trace route for each IP

    Thanked by 1DeletedUser
  • Traceroute for IPv6 seem strange

    1 1 ms <1 ms 1 ms 2602:61:7398:****

    2 * * * Request timed out.

    3 * * * Request timed out.

    4 * * * Request timed out.

    5 97 ms 90 ms 100 ms 2602::205:171***

    Trace complete.

Sign In or Register to comment.