h**o 发帖数: 548 | 1 装了一台linux 机器, 设了 static IP, route gateway (用route add….命令). 可
以ping, traceroute yahoo.com (或times.com 等),但发http traffic 失败。换了
route gateway 设置就好了。
请问为什么可以 ping 但发http traffic 失败哪? |
c**t 发帖数: 9197 | 2 port 80 blocked by router? |
h**o 发帖数: 548 | 3
有可能。但那只是一台普通的路由器,而且我在另一台机器上就是用它路由的,没问题。
Thanks for your answer.
【在 c**t 的大作中提到】 : port 80 blocked by router?
|
e***e 发帖数: 168 | 4 check the firewall settings and anti-virus software. Sometimes, they will
block some ports. You can also try to ping with other ports to see if this
is correct. For example, ping mail.yahoo.com 25 to check smtp or others. |
w********e 发帖数: 557 | |
z*****g 发帖数: 810 | 6 netstat -rn (check routing table)
netstat -an (check if port 80 is open) |