Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Bizarre Result when Pinging IP Address

  • 31-12-2006 3:46am
    #1
    Registered Users, Registered Users 2 Posts: 2,170 ✭✭✭


    Whenever I ping an IP address, I get a result similar to below (I'm pinging Ireland.com in this case):
    Pinging www.ireland.com [195.7.33.37] with 32 bytes of data
    
    Reply from 195.7.33.37: bytes=32 time=53ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2301ms TTL=244
    Request timed out.
    Reply from 195.7.33.37: bytes=32 time=2398ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2300ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=44ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2302ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2302ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=2398ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2304ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2306ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2305ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2308ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2306ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2309ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=46ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2306ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2304ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2301ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2306ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2303ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2298ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2304ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=45ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2302ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2303ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2298ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=51ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=45ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2302ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=47ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=48ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=48ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2304ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=45ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2303ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2304ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2304ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2306ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2305ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2302ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2305ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=45ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2304ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2306ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2303ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=47ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=50ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2303ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=45ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=2401ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2296ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=-2304ms TTL=244
    Reply from 195.7.33.37: bytes=32 time=50ms TTL=244
    
    Ping statistics for 195.7.33.37:
        Packets: Sent = 54, Received = 53, Lost = 1 (1% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 44ms, Maximum = -2296ms, Average = 81035746ms
    

    All the pings with minus values in them occur together in less than a second. Has anyone seen anything like this before? Makes it difficult to measure the latency of my connection.


Comments

  • Registered Users, Registered Users 2 Posts: 9,957 ✭✭✭trout


    i have never seen ping return a minus value ... mebbe it's a bug to do with the round trip time estimation ? (value overruns the upper limit of the var?)

    what is your OS ? can you try the test on another machine ?
    can you reproduce this behaviour on other destinations ?

    what happens if you traceroute to ireland.com ? that may help you find the hole


  • Registered Users, Registered Users 2 Posts: 695 ✭✭✭DaSilva


    Maybe its a bug in the ping program, and its outputting the numbers as if they were signed 16bit integers, instead of unsigned ?

    ie, instead of -2300ms, its really 35067ms.
    I dont know what the timeout is for ping packets, but maybe the server on the other end is getting busy, and queing the ping packets in favour of other traffic, and then replying when not busy, giving you the huge latency, and loss in some cases.


  • Registered Users, Registered Users 2 Posts: 30,469 ✭✭✭✭Ghost Train


    This link seems to suggest it's a problem with dual core amds, and say's there a driver with a fix. Is it a dual core amd you have?


  • Registered Users, Registered Users 2 Posts: 2,170 ✭✭✭Serbian


    Sorry, I totally forgot about this post :P Yeah, I have a dual core AMD, so that must be the fix. Thanks for that one eolhc.


Advertisement