vote up 5 vote down star

For frequent network troubleshooting purposes, do you know a publicly pingable host with an easy to remember IP address (such as 1.2.3.4)?

flag

6 Answers

vote up 12 vote down check
C:\Documents and Settings\Administrator>ping -a 4.2.2.2

Pinging vnsc-bak.sys.gtei.net [4.2.2.2] with 32 bytes of data:

Reply from 4.2.2.2: bytes=32 time=10ms TTL=246
Reply from 4.2.2.2: bytes=32 time=10ms TTL=246
Reply from 4.2.2.2: bytes=32 time=14ms TTL=246
Reply from 4.2.2.2: bytes=32 time=10ms TTL=246

Ping statistics for 4.2.2.2:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 10ms, Maximum = 14ms, Average = 11ms
link|flag
4  
This is a good example, because its run by a fundamental internet backbone. en.wikipedia.org/wiki/Level_3_Communications/… – Kent Fredric Apr 16 at 18:09
@Kent - that is correct. It is always there, and it is a DNS server as well. – ocdecio Apr 16 at 18:11
vote up 2 vote down

127.0.0.1 works every time and is very easy to remember.

Actually, I would recommend using hostnames: c:[windows directory]\system32\drivers\etc\hosts

link|flag
He needs something on the public internet. He's not testing the loopback interface. – chaos Apr 16 at 18:04
vote up 1 vote down

I use 4.2.2.2

link|flag
vote up 1 vote down
4.2.2.2
4.2.2.6

208.67.222.222
208.67.220.220

add these in /etc/hosts for easy pinging :)

link|flag
+1 for OpenDNS's servers, those seem to be ingrained in my head.. – Andrew Coleson Apr 16 at 18:31
vote up 0 vote down

Take any host and use hotstrings !

ip1:: 122.123.232.98

After that , when I type ip1 it wll replace it with 122.123.232.98 That way you can take any host and don't need to remember anything.

link|flag
vote up 0 vote down

Looks like 60.1.1.1 works.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.