久久亚洲精品国产精品_羞羞漫画在线版免费阅读网页漫画_国产精品久久久久久久久久久久_午夜dj免费观看在线视频_希崎杰西卡番号

本地連接ip設置(本地連接怎樣設置ip地址)

前沿拓展:


一、Iproute2簡介

,以IP格式輸出數(shù)據(jù)。2、跳數(shù)設置(-m)$ traceroute -m 10 www.taobao.com

輸出:

traceroute to www.baidu.com (183.232.231.174), 10 hops max, 60 byte packets
1 gateway (192.168.182.2) 0.116 ms 0.095 ms 0.036 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *3、顯示IP地址,不查主機名(-n)$ traceroute -n -m 4 www.baidu.com

輸出:

traceroute to www.baidu.com (183.232.231.174), 4 hops max, 60 byte packets
1 192.168.182.2 0.079 ms 0.039 ms 0.037 ms
2 * * *
3 * * *
4 * * *4、探測包使用的基本UDP端口設置8080(-p)$ traceroute -p 8080 -m 4 www.baidu.com

輸出:

traceroute to www.baidu.com (183.232.231.174), 4 hops max, 60 byte packets
1 gateway (192.168.182.2) 0.096 ms 0.042 ms 0.067 ms
2 * * *
3 * * *
4 * * *5、繞過正常的路由表,直接發(fā)送到網(wǎng)絡相連的主機(-r)$ traceroute -r www.baidu.com

輸出:

traceroute to www.baidu.com (183.232.231.174), 30 hops max, 60 byte packets
connect: Network is unreachable6、把對外發(fā)探測包的等待響應時間設置為3秒(-w)$ traceroute -w 3 -m 4 www.baidu.com

輸出:

traceroute to www.baidu.com (183.232.231.174), 4 hops max, 60 byte packets
1 gateway (192.168.182.2) 0.102 ms 0.065 ms 0.066 ms
2 * * *
3 * * *
4 * * *

拓展知識:

原創(chuàng)文章,作者:九賢生活小編,如若轉(zhuǎn)載,請注明出處:http://www.cddhlm.com/79453.html