当我尝试连接到远程 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 结果来看 !XI 意味着超时?这让我认为可能是防火墙的问题,但我在安装过程中已将 Windows 防火墙添加到例外。可能是什么问题?
答案1
Vista 计算机和其互联网连接之间是否有路由器?您需要将端口 5900 从外部 NAT 到 Vista 计算机的地址。由于这些挑战,许多人使用 GoToMyPC 或 Teamviewer 或其他远程访问软件,因为他们通过路由器通常允许的端口发送信息。