|
|
我的配置是这样的.
/etc/inetd.conf:
- vncwait stream tcp wait lastart /usr/bin/Xvnc Xvnc -localhost -depth 24 -DisconnectClients -desktop lab -inetd -query localhost -once passwordFile=/home/lastart/.vnc/passwd
复制代码
/etc/services:
用man Xvnc里的例子
5950 stream tcp nowait nobody /usr/bin/Xvnc Xvnc -inetd -query localhost -once securitytypes=none
也不能用.
版本用的是vnc4server, inetutils-inetd.
先用vncserver :51启动之后就可以连.
连不上的时候有时在服务器端会显示:
channel 4: open failed: connect failed: Connection refused
以前没有问题, 我的系统很久没升级了. 今天全部升级了一遍.
大家有没有能用的. 能不能把配置给出来. |
|