If you want to log in to Linux with Xmanager software, you need additional settings, as for how to set up see this episode Xmanager use tutorial.
The configuration steps for connecting Linux with Xmanager are as follows:
1, go to # number
Under Linux system, modify the/etc/x11/xdm/xaccess file to find the following statement:
# * #any host can get a login window
Remove the first # number and become:
* #any host can get a login window
2. Modify True language
Modify the/etc/x11/gdm/gdm.conf file to locate the following statement:
[XDMCP] Enable=false
Change one of the enable=false to Enable=true or enable=1.
At the same time we want to make sure that the following statement exists: port=177
3. Modify the Inittab file
Modify the/etc/inittab file to the following statement
Id:3:initdefault
Change to the following (if it is, you don't have to) Id:5:initdefault
At the same time, find the following text where
X:5:respawn:/etc/x11/prefdm-nodaemon
Modify it to X:5:RESPAWN:/USR/BIN/GDM
4, Increase! No.
Modify the last line of/etc/x11/xdm/xdm-config, and add one in front of displaymanager.requestport:0! The results are as follows:
! displaymanager.requestport:0
5. Modifying properties
Make sure that the property of the/etc/x11/xdm/xservers property is 444,/etc/x11/xdm/xsetup_0 to 755.
6. Firewall modification
If the Linux machine is configured with a firewall, we must add the following rules to prevent the firewall from XDMCP data over port 177 (that is, the service):
Iptables-a input-p udp-s 0/0-D 0/0--dport 177-j ACCEPT
So far, our configuration XDm under Linux has been largely completed. After restarting the server, enter the IP address of the Linux server in Xbrowser's address field to log in.
Xmanager Tutorial: http://www.xshellcn.com/support.html
How to log in to Linux with Xmanager software