当前位置: 技术问答>linux和unix
网络设置问题~~~
来源: 互联网 发布时间:2016-07-04
本文导语: 一linux系统,配置好ip后,能上互联网。 但是有个奇怪的问题: ping 某ip可以通,但是traceroute tracert 那个ip却无结果。 traceroute to xxx.xx.xx.xx(xx.xx.xx.xx), 30 hops max, 40 byte packets 1 * * * 2 * * * 3 * * * 4...
一linux系统,配置好ip后,能上互联网。
但是有个奇怪的问题:
ping 某ip可以通,但是traceroute tracert 那个ip却无结果。
traceroute to xxx.xx.xx.xx(xx.xx.xx.xx), 30 hops max, 40 byte packets
1 * * *
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
。。。
why?
但是有个奇怪的问题:
ping 某ip可以通,但是traceroute tracert 那个ip却无结果。
traceroute to xxx.xx.xx.xx(xx.xx.xx.xx), 30 hops max, 40 byte packets
1 * * *
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
。。。
why?
|
被路由屏蔽了
|
防火墙或者路由drop调了你的tarcert包
|
被路由或防火墙屏蔽了
|
-I Use ICMP ECHO for probes
-T Use TCP SYN for probes
-U Use UDP datagrams for probes (it is default). Only UDP method is allowed for unprivileged users.
用UDP不行可以试试 -I选项或者-T选项.
-T Use TCP SYN for probes
-U Use UDP datagrams for probes (it is default). Only UDP method is allowed for unprivileged users.
用UDP不行可以试试 -I选项或者-T选项.