当我尝试连接到远程PC时出现此错误。 这是在端口5900上运行TightVNC服务器的Windows Vista机器。
以下是一些输出:
ping 84.163.12.3
PING 84.163.12.3 (84.163.12.3) 56(84) bytes of data.
64 bytes from 84.163.12.3: icmp_req=1 ttl=59 time=57.4 ms
64 bytes from 84.163.12.3: icmp_req=2 ttl=59 time=57.5 ms
64 bytes from 84.163.12.3: icmp_req=3 ttl=59 time=57.2 ms
traceroute 84.163.12.3
traceroute to 84.163.12.3 (84.163.12.3), 30 hops max, 60 byte packets
1 speedport.ip (192.168.2.1) 0.556 ms 0.762 ms 9.168 ms
2 217.0.119.23 (217.0.119.23) 25.791 ms 26.361 ms 26.373 ms
3 87.186.254.54 (87.186.254.54) 31.085 ms 31.076 ms 31.057 ms
4 ka-eb1-i.KA.DE.NET.DTAG.DE (62.154.74.170) 29.643 ms 29.697 ms 29.680 ms
5 217.0.68.49 (217.0.68.49) 28.549 ms 29.641 ms 30.026 ms
6 p54A30C03.dip0.t-ipconnect.de (84.163.12.3) 67.047 ms !X 57.470 ms !X 58.563 ms !X
iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
netstat -nr
Kernel-IP-Routentabelle
Ziel Router Genmask Flags MSS Fenster irtt Iface
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 0 eth0
从最后的traceroute结果!X我认为意味着超时? 这让我觉得它可能是防火墙,但我在安装过程中为Windows防火墙添加了一个例外。可能是什么问题呢?