VNC remote connection to RHEL6.1 in Windows 7

Source: Internet
Author: User
1. VNC Introduction: VNC (VirtualNetworkComputing) is a set of software developed by the AT & amp; T lab that can control remote computers. It adopts the GPL Authorization Clause, anyone can obtain the software for free. VNC consists of two parts: VNCserver and VNC

1. VNC introduction:
VNC (Virtual Network Computing) is a set of software developed by AT&T lab that can control remote computers. It adopts the GPL authorization terms,
Anyone can obtain the software for free.

VNC consists of two parts:
VNC server and VNC viewer.

You must first install the VNC server on the controlled computer before you can control the controlled terminal on the control terminal.

The main working principle of vnc is to run the vncserver service on the server, and then remotely connect to the server desktop on the client.

2. Installation (Server ):
Linux:
$ Sudo yum install tigervnc-server
(Of course, linux Remote linux can also be implemented through this software: $ sudo yum install tigervnc)

3. Configure vnc-server:
3.1 Add the username that can be used for login to the following configuration file:
$ Sudo vim/etc/sysconfig/vncservers
Add two lines at the end of the file:
VNCSERVERS = "2: tony" # tony is the author's user name
VNCSERVERARGS [2] = "-geometry 1024 × 768-nolisten tcp-localhost"

3.2 set the login password:
$ Vncpasswd

3.3 set to start vnc-server
$ Sudo chkconfig vncserver on
$ Sudo/etc/init. d vncserver start

4. Enable the Response Port:
$ Sudo netstat-ntlp # Find the corresponding port, which is 5901
$ Sudo vim/etc/sysconfig/iptables # enable the port
$ Sudo/etc/init. d/iptables restart

5. Install realvnc in Windows 7:
VNC Viewer uses the Enterprise Edition
(If you use the Enterprise Edition, only the client is installed, you do not need to ask for money. The Enterprise Edition provides the following features, making it more convenient and convenient)

6. login:
Input: 172.17.13.65: 1
(172.17.13.65 is the author's ip address, but the following 1 is considered as a port, that is, 5901 = 5900 + 1)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.