Remote Configuration of XManager4 in RHEL versions is edited and collected by the Linux community (LinuxIDC.com. If you have any questions during study, please leave a message in the following comments. We will try our best to answer your questions. Configure XDMCP connection in RedHat7, RedHat8, RedHat9, and RedHat3.0AS. 1. XDMConfiguration1. set the system running level to 5, as shown below: Open/etc/inittab
Remote Configuration of XManager4 in RHEL versions is edited and collected by the Linux community (LinuxIDC.com. If you have any questions during study, please leave a message in the following comments. We will try our best to answer your questions.
Configure XDMCP connection in Red Hat 7, Red Hat 8, Red Hat 9, Red Hat 3.0
1. XDM Configuration
1. Set the system running level to 5 as follows:
Open the/etc/inittab. Modify the parameter id: 5: initdefault;
2. Activate XDMCP
For running the following command:
Open/etc/X11/TPD. conf, and then set a parameter for [xdmcp] in the edit window that appears as follows:
[Xdmcp]
Enable = 1
For KDM: # by default, the RHEL type is short For running the system. The path below the KDM installation is not found, so you do not need to configure this. Here is just a concept. The same is true for the following.
Open/etc/X11/xdm-config and make the following changes:
DisplayManager. requestPort: 0 ==>
! DisplayManager. requestPort: 0
Open/etc/X11/xdm/Xaccess and make the following changes:
# * # Any host can get a login window ==>
* # Any host can get a login window
Add Enable = true under [xdmcp. Format: [xdmcp]
Enable = true
2. Firewall Configuration
If our Linux machine is configured with a firewall, in order to prevent the firewall from worrying over the data on port 177 (xdmcp service.
# Iptables-a input-p udp-s 0/0-d 0/0 -- dport 177-j ACCEPT.
Skip this item if no firewall exists.
3. Restart the remote host and start XManager.
# Init 3; init 5