pinging isp

Posted:
in Genius Bar edited January 2014
hi

can someone tell me how to ping my isp?

i searched for the info but i am still confused thoroughly?

the man page in the terminal doesn't help either. thanks

Comments

  • Reply 1 of 2
    serranoserrano Posts: 1,806member
    i don't know your isp's ip address but to ping an ip address do the following at the terminal...



    [quote]ping -c 5 127.0.0.1<hr></blockquote>



    the 5 after the -c switch defines the number of times to ping the host, in this case 5. 127.0.0.1 is only an example ip address, here you would place the ip address of who ever it is you want to ping. if you don't include the -c switch then it will continue to ping forever, for more information type man ping at the terminal prompt.
  • Reply 2 of 2
    rakkarakka Posts: 7member
    [quote]Originally posted by janitor:

    <strong>i don't know your isp's ip address but to ping an ip address do the following at the terminal...







    the 5 after the -c switch defines the number of times to ping the host, in this case 5. 127.0.0.1 is only an example ip address, here you would place the ip address of who ever it is you want to ping. if you don't include the -c switch then it will continue to ping forever, for more information type man ping at the terminal prompt.</strong><hr></blockquote>



    thanks for the help

    D
Sign In or Register to comment.