centos 6.3 vnc 설치 및 주의사항

3036 단어 centos조작
1.yum install tigervnc-server 를 사용 하여 vnc 를 설치 합 니 다.
2.프로필 수정
[root@localhost ~]# cat /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 this URL:
#http://kbase.redhat.com/faq/docs/DOC-7028
#Use "-nolisten tcp" to prevent X connections to your VNC server via TCP.
#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="10:myusername"
#VNCSERVERARGS[1]="-geometry 800x600 -nolisten tcp -localhost"
제거\#VNCSERVERS="10:myusername"
\#VNCSERVERARGS[1]="-geometry 800 x600-nolisten tcp-localhost"이 두 문장 앞의"\#"(즉 주석 제거)
my username 을 로그 인 한 사용자 이름 으로 바 꿉 니 다.앞의 숫자 는 스스로 정 합 니 다.vnc 는 포트+데스크 톱 번호 로 정 의 됩 니 다.
vnc 포트 는 5900 입 니 다.여기 제 데스크 톱 번 호 는 10 입 니 다.그러면 vnc 를 연결 할 때 포트 는 5900+10,즉 5910 입 니 다.
VNCSERVERARGS[1]의'1'은 내 가 한 사용자 에 게 만 서 비 스 를 개방 한 다 는 것 을 의미한다.
3.비밀번호 설정
 [root@localhost ~]#  vncserver
vncserver 를 입력 하면 비밀번호 설정 을 알려 줍 니 다.바탕 화면 에 액세스 하려 면 password 가 필요 합 니 다.비밀번호:확인:4,서 비 스 를 다시 시작 합 니 다.
 [root@localhost ~]#  Service vncserver  restart
하면,만약,만약...
Starting VNC server: 1:root    WARNING: The first attempt to start Xvnc failed, possibly because the font   catalog is not properly configured.  Attempting to determine an appropriate   font path for this system and restart Xvnc using that font path ...   Could not start Xvnc.   /usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol: pixman_composite_trapezoids   /usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol: pixman_composite_trapezoids
부족 한 가방 을 설치 하 겠 습 니 다.[root@localhost ~]# yum install pixman pixman-devel libXfont 5、
[root@localhost ~]# iptables -I INPUT -p tcp --dport 5901 -j ACCEPT [root@localhost ~]# chkconfig vncserver on
6.방화벽 재 개.
7.클 라 이언 트 테스트 연결 에서 제 server 의 ip 은 192.168.7.198 이 고 클 라 이언 트 에 192.168.7.198:10 을 입력 하 며 비밀 번 호 는 세 번 째 단계 에 설 치 된 비밀번호 입 니 다.

좋은 웹페이지 즐겨찾기