免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 7657 | 回复: 12
打印 上一主题 下一主题

realvnc无法连接 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-09-16 09:06 |只看该作者 |倒序浏览
本帖最后由 zhwtjxx 于 2011-09-17 18:22 编辑

大家好,这是我主机的配置,但在客户端无法登录,请大家帮忙看看是什么问题造成的,谢谢~~~
[root@localhost ~]# rpm -qa | grep vnc
vnc-server-4.1.2-14.el5_3.1
[root@localhost ~]# chkconfig --list | grep vnc
vncserver       0:关闭  1:关闭  2:启用  3:启用  4:启用  5:启用  6:关闭

[root@localhost ~]# vi /root/.vnc/xstartup
#!/bin/sh

# Uncomment the following two lines for normal desktop:

unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
[root@localhost ~]# vi /etc/sysconfig/vncservers
VNCSERVERS="1:root 2:zhang"
VNCSERVERARGS[1]="-geometry 800x600 -nolisten tcp -nohttpd "
VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd -localhost"
[root@localhost ~]# /etc/init.d/vncserver start
启动 VNC 服务器:1:root
New 'localhost.localdomain:1 (root)' desktop is localhost.localdomain:1

Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/localhost.localdomain:1.log

2:zhang                                                    [失败]

论坛徽章:
0
2 [报告]
发表于 2011-09-16 09:08 |只看该作者
后来用了
[root@localhost ~]#  iptables -I INPUT -p tcp --dport 5901 -j ACCEPT
以后在主控端上能登录了,但是只能看到屏保,无法操作。请各位指导一下是我哪个文件没有配置好?
谢谢

论坛徽章:
1
天秤座
日期:2013-10-23 13:20:42
3 [报告]
发表于 2011-09-16 11:24 |只看该作者
但是只能看到屏保,无法操作

上去  /etc/init.d/vncserver restart

论坛徽章:
0
4 [报告]
发表于 2011-09-16 12:40 |只看该作者
回复 3# jerryjzm
谢谢,但是这样只能看到桌面,无法进行操作,并且不能即时反应桌面。

论坛徽章:
1
天秤座
日期:2013-10-23 13:20:42
5 [报告]
发表于 2011-09-16 12:59 |只看该作者
service vncserver   status;  --看看状态
service vncserver   restart; --重启

论坛徽章:
0
6 [报告]
发表于 2011-09-16 14:02 |只看该作者
[root@localhost ~]# service vncserver status
Xvnc (pid 568 正在运行...
[root@localhost ~]# service vncserver restart
关闭 VNC 服务器:1:root 2:zhang                            [失败]
启动 VNC 服务器:1:root
New 'localhost.localdomain:1 (root)' desktop is localhost.localdomain:1

Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/localhost.localdomain:1.log

2:zhang                                                    [失败]

论坛徽章:
0
7 [报告]
发表于 2011-09-16 14:02 |只看该作者
回复 5# jerryjzm


    [root@localhost ~]# service vncserver status
Xvnc (pid 568 正在运行...
[root@localhost ~]# service vncserver restart
关闭 VNC 服务器:1:root 2:zhang                            [失败]
启动 VNC 服务器:1:root
New 'localhost.localdomain:1 (root)' desktop is localhost.localdomain:1

Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/localhost.localdomain:1.log

2:zhang                                                    [失败]

论坛徽章:
0
8 [报告]
发表于 2011-09-16 14:03 |只看该作者
回复 5# jerryjzm
[root@localhost ~]# service vncserver status
Xvnc (pid 568 正在运行...
[root@localhost ~]# service vncserver restart
关闭 VNC 服务器:1:root 2:zhang                            [失败]
启动 VNC 服务器:1:root
New 'localhost.localdomain:1 (root)' desktop is localhost.localdomain:1

Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/localhost.localdomain:1.log

2:zhang                                                    [失败]

论坛徽章:
1
天秤座
日期:2013-10-23 13:20:42
9 [报告]
发表于 2011-09-16 14:09 |只看该作者
你配置了2个vncserver
第二个老是启动失败

ps -ef|grep vnc  && netstat -ntuplgrep 59

给出这个结果

论坛徽章:
0
10 [报告]
发表于 2011-09-16 14:09 |只看该作者
回复 8# zhwtjxx


    root登录访问的?  防火墙暂时停了试过没
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP