Remote Configuration of XManager4 in RHEL versions

Source: Internet
Author: User
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

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.