首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >最容易记住的可公开pingable的IP地址是什么?

最容易记住的可公开pingable的IP地址是什么?
EN

Stack Overflow用户
提问于 2009-04-16 18:00:34
回答 9查看 27.3K关注 0票数 18

为了经常进行网络故障排除,您是否知道一台可公开with通且IP地址易于记忆的主机(例如1.2.3.4)?

EN

回答 9

Stack Overflow用户

回答已采纳

发布于 2009-04-16 18:04:21

代码语言:javascript
复制
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
票数 28
EN

Stack Overflow用户

发布于 2010-04-06 19:43:44

8.8.8.8是Google新的公共dns服务器,它很容易记住,并且很可能会启动;-)

代码语言:javascript
复制
$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=242 time=18.4 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=242 time=18.5 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=242 time=18.0 ms
^C
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 18.024/18.366/18.599/0.292 ms

$ host 8.8.8.8
8.8.8.8.in-addr.arpa domain name pointer google-public-dns-a.google.com.
票数 27
EN

Stack Overflow用户

发布于 2009-04-16 18:07:28

代码语言:javascript
复制
4.2.2.2
4.2.2.6

208.67.222.222
208.67.220.220

在/etc/hosts中添加以下内容以便于pinging :)

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/757324

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档