/
Gentoo XDMCP Configuration

Gentoo XDMCP Configuration

1. Display manager Configuration

  • Change runlevel to 5
    Open/etc/inittab and set the initial runlevel to 5 as following:

    id:5:initdefault:
  • Configure GDM
    If you are using kdm, skip this section and go to 'Configure KDM' section below.

    Open /etc/X11/gdm/gdm.conf and set the Enable entry to 1 in the [xdmcp] section as following.

    [xdmcp]
    Enable=1
  • Configure KDM
    If you are using gdm, you can skip this step.

    Open /etc/X11/xdm/xdm-config comment out the "requestPort" option as following:

    DisplayManager.requestPort: 0 ==>
    !DisplayManager.requestPort: 0


    Open /etc/X11/xdm/Xaccess and remove the initial "#" character for the following line:

    #* #any host can get a login window ==>
    * #any host can get a login window


    Open /usr/kde/3.4/share/config/kdm/kdmrc and set the Enable entry to true in the [xdmcp] section as following.

    [xdmcp]
    Enable=true

2. Firewall (TCP/UDP Ports) Configuration

  • Open UDP port 177 from the PC to the remote host direction.
  • Open incoming TCP ports 6000~6010 from the remote host to your PC.


3. Reboot the remote host and start Xmanager

# init 3; init 5

Related content

Redflag 4 XDMCP Configuration
Redflag 4 XDMCP Configuration
More like this
RHEL 3, 4, 5, 6 XDMCP Configuration
RHEL 3, 4, 5, 6 XDMCP Configuration
More like this
Oracle Linux XDMCP Configuration
Oracle Linux XDMCP Configuration
More like this
Debian 3.1(Sarge) XDMCP Configuration
Debian 3.1(Sarge) XDMCP Configuration
More like this
Fedora Core 1~6 XDMCP Configuration
Fedora Core 1~6 XDMCP Configuration
More like this
Fedora 7~17 XDMCP Configuration
Fedora 7~17 XDMCP Configuration
More like this