How to connect Xmanger 5 to CentOS 5.10 under Windows
This article will explain in detail how to connect Xmanger 5 to CentOS 5.10 under Windows. The editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article.
1. Modify / etc/inittab and change runlevel to 5
Id:5:initdefault:
2. Change / usr/share/gdm/default.conf the new default 444.00.
Chmod 775 / usr/share/gdm/default.conf
3. Edit usr/share/gdm/default.conf.
[security]
AllowRemoteRoot=true # allows root users to log in remotely
[xdmcp]
Enable=true # allows remote login locally (default is false)
Port=177 # xdmcp default port 177( commented out by default)
4. Install the xorg-x11-xdm package
5. Edit / etc/X11/xdm/xdm-config
Comment the last line
# DisplayManager.requestPort:0
6. Edit / etc/X11/xdm/Xacces
Change # * # any host can get a login window to * # any host can get a login window
Just remember to remove the first #.
7. The firewall opens port 177.
8. Restart CentOS system.
9. Run Xmanager to connect to CentOS.
This is the end of this article on "how to connect Xmanger 5 to CentOS 5.10 under Windows". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.