Results 1 to 2 of 2

Thread: Getting the same ping data as from command prompt

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2006
    Location
    MI
    Posts
    2,012

    Getting the same ping data as from command prompt

    When I ping a specific URL from the command prompt I get the following information:

    Code:
    U:\>ping khodlik.xyz
    
    Pinging 77980.bodis.com [199.59.243.227] with 32 bytes of data:
    Reply from 199.59.243.227: bytes=32 time=11ms TTL=240
    Reply from 199.59.243.227: bytes=32 time=11ms TTL=240
    Reply from 199.59.243.227: bytes=32 time=11ms TTL=240
    Reply from 199.59.243.227: bytes=32 time=11ms TTL=240
    
    Ping statistics for 199.59.243.227:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 11ms, Maximum = 11ms, Average = 11ms
    As you can see when I ping the URL "khodlik.xyz" the first line in the reply is "Pinging 77980.bodis.com". It is returning a different URL than what I specified originally. Can anyone tell me what this other URL is?
    And when I ping the same original URL using the .Net Ping() class it doesn't return that other URL. Is there any way I can get it? Thanks for any help.

  2. #2
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: Getting the same ping data as from command prompt

    khodlik.xyz is an alias for 77980.bodis.com.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width