2010년 4월 12일 월요일

VNC server 설치하기

출처 : http://buchatech.aiotechnology.com/2009/06/setup-vnc-server-on-cent-os/

한가지 문제가 있다면 클라이언트에서 창을 조절하면 조금의 끊김현상이 있다.
시간이 되면 아래 내용을 한글로 적겠지만 우선은 그냥 복사해서 사용한다. 물론 결과는 확인했음.



I recently had the task of setting up VNC Server on Cent OS for a client of mine. VNC is very much like remote desktop in windows. You can even use VNC on Windows servers. I found VNC to be a little bit slower then remote desktop and it kept kicking me out every once in a while. Here are the steps I took to set it up:

First I opened the necessary ports.

Path to access the firewall:

Expand “Other ports” click add and type in the below port numbers:

Next you need to install VNC Server. Do this by typing the following command in a terminal session.

Make sure the VNC server service is started. You can do this by running a command or through the services GUI. See the pics below:

Path to CENT OS services:

VNC Server service:

Command to start the VNC Server service from terminal session:

Next configure the server to accept incoming connections. Here is the path:

Remote Desktop configuration:

Check the box next to the VNC Server service in the services GUI or run this command to make sure VNC Server service starts automatically when CENT OS boots up.

Now make sure you know what your IP is on this server. If you do not know run ifconfig in a terminal session.See the pic below:

No go to your client and see if you can remote into your server. You have to use a VNC Viewer for this. You can download it at one of the following links: http://www.tightvnc.com/download.html orhttp://www.realvnc.com/products/free/4.1/index.html . I used TightVNC for in my environment. It has a executable that does not require a install to run the app.

In the VNC viewer type: THEIPADDRESSOFYOURSERVER :0 (Example: 192.168.0.11 :0 Note: don’t forget to add a space after the IP address)

If you get prompted for a password then it worked.

All I needed to setup was root to have access to this server. The :0 on the end of the IP address when you VNC into the server represents the root account. If you need to enable VNC access for other accounts there are a few more steps to set the other users up. I will not be covering that in this post. You can review these steps at the link below.

I hope this post was helpful. Again If you need help visit this link http://wiki.centos.org/HowTos/VNC-Server?highlight=(VNC) for more information.


댓글 없음:

댓글 쓰기