我在 Windows XP 主机上安装了 Debian 6 客户机 (VirtualBox)。我在 Debian 中配置了 tightvncserver。我在 Windows XP 中安装了 TightVNC 客户端。
在 Debian 上我执行以下操作:
$ sudo netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
10.0.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 10.0.2.2 0.0.0.0 UG 0 0 0 eth0
$ tightvncserver
New 'X' desktop is rand-office:1
Starting applications specified in /home/randm/.vnc/xstartup
Log file is /home/randm/.vnc/rand-office:1.log
在 Windows 主机上,在 TightVNC Viewer 中,我尝试连接到 10.0.2.2:5900。
约 20 秒后,它告诉我无法连接到服务器 10.0.2.2。
问题:我做错了什么?
===编辑===
我能够通过 PuTTY 从 Windows 主机进行连接。因此,一定程度的连接性正在运行。