in order to facilitate a unified Management Server in Windows, our most common approach is through Remote Desktop, which not only facilitates a lot, but also saves the cost. Windows can be Remote Desktop, that Linux could be Remote Desktop, the answer is yes. Below will introduce you how to build Remote Desktop services.
My production environment is as follows:
1, Lenovo G460 notebook computer (Windows 7 192.168.1.10)
2. DELL720 Server (Redhatentlinux 6.6 192.168.1.2)
3. Cisco 3750 Switch
Operation Steps:
1, install Vncserver Server Software
[[email protected] ~]# yum-y install vncserver >>/dev/null[[email protected] ~]# rpm-qa |grep tigervnctigervnc-se Rver-1.1.0-16.el6.centos.x86_64
2. Modify the vncserver.conf configuration file
[Email protected] ~]# vim/etc/sysconfig/vncservers vncservers= "1:root" vncserverargs[1]= "-geometry 1024x768- Alwaysshared-depth 24 "
3. Set VNC access password
[Email protected] ~]# vncpasswdpassword:verify:
4. Start the service
[Email protected] ~]# service Vncserver restart
5. Turn off the firewall
[[Email protected] ~]# service iptables stop
6. Start-Up
[[email protected] ~]# chkconfig vncserver on[[email protected] ~]# chkconfig vncserver--listvncserver 0: Off 1: Off 2: Enable 3 : Enable 4: Enable 5: Enable 6: Off
7. Remote Connection
Running the VNC viwer client software
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M01/77/3E/wKiom1ZliZCxBMEqAAB-QXLgKNM469.png "style=" float: none; "title=" 1.png "alt=" Wkiom1zlizcxbmeqaab-qxlgknm469.png "/>
Prompt to enter a password
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M01/77/3C/wKioL1ZligCg_05DAACOZCz0F8Y205.png "style=" float: none; "title=" 2.png "alt=" Wkiol1zligcg_05daacozcz0f8y205.png "/>
Enter password
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/77/3E/wKiom1ZliZLwEqWnAACSG7xDX84966.png "style=" float: none; "title=" 3.png "alt=" Wkiom1zlizlweqwnaacsg7xdx84966.png "/>
Connection Successful
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M02/77/3C/wKioL1ZligeTS1g_AAdYCSb_JhE853.png "style=" float: none; "title=" 4.png "alt=" Wkiol1zligets1g_aadycsb_jhe853.png "/>
This article is from the "top of the Purple Forbidden" blog, please make sure to keep this source http://1343138116.blog.51cto.com/6124664/1720541
Remote Desktop--vncserver under Linux