centos 6.3 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 을 입력 하 며 비밀 번 호 는 세 번 째 단계 에 설 치 된 비밀번호 입 니 다.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
CentOS 7에서 OpenLDAP 서버 설치 및 구성LDAP(Lightweight Directory Access Protocol)는 ID와 개체를 쉽게 관리할 수 있는 디렉터리 서비스입니다. Windows 세계에서 서버는 일반적으로 Active Directory입니다...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.