tracert和traceroute使用

Traceroute提取发 ICMP TTL到期消息设备的IP地址并作域名解析。每次 ,Traceroute都打印出一系列数据,包括所经过的路由设备的域名及 IP地址,三个包每次来回所花时间。

 

 

traceroute -I www.baidu.com
traceroute to www.baidu.com (220.181.38.150), 30 hops max, 60 byte packets

traceroute -d www.baidu.com
traceroute to www.baidu.com (220.181.38.150), 30 hops max, 60 byte packets

# 参数说明
-I Use ICMP ECHO for probes -d Enable socket level debugging (when the Linux kernel supports it)

 

 

转自

【Linux】关于路由跟踪指令traceroute - 编程记录,亲测有效 - CSDN博客
http://blog.csdn.net/yongh701/article/details/45599001

traceroute 查看数据包经过的路由信息 - 测试天堂 - 51Testing软件测试网 51Testing软件测试网-中国软件测试人的精神家园
http://www.51testing.com/html/48/202848-240793.html

 

posted @ 2017-08-21 11:59  paul_hch  阅读(369)  评论(0)    收藏  举报