博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【识记】linux下关于VncServer和VncViewer的详细配置
阅读量:4616 次
发布时间:2019-06-09

本文共 3482 字,大约阅读时间需要 11 分钟。

VncServer及VncViewer的详细配置

 1、  首先要配置的是服务端

 A     确认服务器端是否安装了vncserver

       使用rpm –qa vnc命令如果收到如下信息说明已经安装了vncserver,

       [root@localhost: ~]#rpm -qa |grep vnc

         gtk-vnc-python-0.3.2-3.el5

         vnc-server-4.1.2-14.el5

         gtk-vnc-0.3.2-3.el5

         vnc-4.1.2-14.el5

B   接下来就是最重要的配置步骤了:

         服务器端配置如下:

1)第一次启动vncserver      会提示输入密码:

root帐户:

[root@localhost /]# vncserver

You will require a password to access your desktops.

Password:     输入vnc 连接密码

Verify:       确认vnc密码

xauth:  creating new authority file /root/.Xauthority

New 'localhost.localdomain:1 (root)' desktop is localhost.localdomain:1

Creating default startup script /root/.vnc/xstartup

Starting applications specified in /root/.vnc/xstartup

Log file is /root/.vnc/localhost.localdomain:1.log

 

普通用户:

[root@localhost /]#su huilin

[huilin@localhost /]$ vncserver

 You will require a password to access your desktops.

Password:      输入vnc 连接密码

Verify:        确认vnc密码

xauth:  creating new authority file /home/huilin/.Xauthority

New 'localhost.localdomain:2 (huilin)' desktop is localhost.localdomain:2

Creating default startup script /home/huilin/.vnc/xstartup

Starting applications specified in /home/huilin/.vnc/xstartup

Log file is /home/huilin/.vnc/localhost.localdomain:2.log

 

* 注意到每个用户都可以启动自己的 vncserver,每个用户可以启动多个 vncserver,

       用ip加端口号 ip:1,ip:2,ip:3 来标识。vncserver的大部分配置文件及日志文件都在用户home目录下.vnc目录下

 

用户可以自定义启动号码如:

[huilin@localhost /]$ vncserver :2

A VNC server is already running as :2

2)配置vnc的配置文件xstartup文件

  如果用的是gnome 桌面环境还需要修改

[root@localhost .vnc]# vi 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" &

gnome-session gnome     添加连接时使用 gnome 桌面环境

twm &

 3)在vncserver设置登录用户的信息

[root@localhost: ~]#vi /etc/sysconfig/vncservers

# The VNCSERVERS variable is a list of display:user pairs.

#

# Uncomment the lines below to start a VNC server on display :2

# as my 'myusername' (adjust this to your own).  You will also

# need to set a VNC password; run 'man vncpasswd' to see how

# to do that.

#

# DO NOT RUN THIS SERVICE if your local area network is

# untrusted!  For a secure way of using VNC, see

# <URL:http://www.uk.research.att.com/archive/vnc/sshvnc.html>.

# Use "-nolisten tcp" to prevent X connections to your VNC server via TCP.

# Use "-nohttpd" to prevent web-based VNC clients connecting.

# Use "-localhost" to prevent remote VNC clients connecting except when

# doing so through a secure tunnel.  See the "-via" option in the

# `man vncviewer' manual page.

 VNCSERVERS="1:root 2:demo"     此处添加用户

 VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd -localhost"

#vncserver -geometry 800x600      设置vncserver的分辨率

#vncserver -geometry 640x480      设置vncserver的分辨率

#vncserver -depth 8                  设置vncserver的色深

#vncserver -depth 16               设置vncserver的色深

 

 

4)修改密码

运行vncpasswd即可

5)停止vncserver

#vncserver -kill :1

#vncserver -kill :2

 

注意到vncserver只能由启动它的用户来关闭,即时是root也不能关闭其它用户开启的vncserver,

除非用kill命令暴力杀死进程。

 

6)稳定性设置

vncserver默认在多个客户机连接同一个vncserver的显示端口时,vncserver端口旧连接,而为新连接服务,可通过-dontdisconnect拒绝新连接请求而保持旧的连接。

8)同一个显示器可以连接多个客户机

#vncserver –alwaysshared

  

2.客户端的连接

a、在linux下,运行vncviewer命令即可,服务器地址的写法形如192.168.3.119:1

b、在windows下,运行windows版本的vncviewer即可,用法与linux下相近。

c、用浏览器(平台无关),作为java applet来实现,以形如http://192.168.3.119:5801的方式来启动    (vnc 端口从5800 开始依次类推,一般会是5800,5900)

 

转载于:https://www.cnblogs.com/tango-dg/archive/2013/04/24/3039360.html

你可能感兴趣的文章
南峰子博客
查看>>
使用Maven运行Java main的3种方式
查看>>
深入理解flex布局的flex-grow、flex-shrink、flex-basis
查看>>
How To Install Apache Kafka on Ubuntu 14.04
查看>>
PHP中extract()函数的妙用
查看>>
IntelliJ IDEA 把java项目导出成可执行的jar
查看>>
DynamicReports
查看>>
解决“System.Data.OracleClient需要Oracle客户端软件8.1.7或更高版本”
查看>>
什么是线程同步,什么是线程异步?同步的好处与弊端
查看>>
图片拉伸方法以及修改图片渲染模式以及如何把一个控制器包装成一个导航控制器...
查看>>
Oracle中的 UPDATE FROM 解决方法
查看>>
鼠标经过图像改变实现
查看>>
二分查找法
查看>>
Spring3升级到Spring4时, 运行时出现找不到MappingJacksonHttpMessageConverter的情况
查看>>
详解缓冲区溢出攻击以及防范方法
查看>>
分布式事务解决方案(一) 2阶段提交 & 3阶段提交 & TCC
查看>>
android之网格布局和线性布局实现注册页面
查看>>
BZOJ 1014: [JSOI2008]火星人prefix( splay + hash )
查看>>
js /jq 写 全选 反选 不选
查看>>
Denyhosts
查看>>