Xmanager通过XDMCP连接远程linux 5E配置方法

Xmanager通过XDMCP连接远程linux 5E配置方法
最近遇到一个问题,需要使用Xmanager远程连接一台linux 5E主机,打开linux的Telnet服务,利用23端口可以通过Xmanager联接到服务器端。但是使用XDMCP就无法连接。查阅了一些资料,在Xmanager的网站上找到了权威的解决方法。步骤如下:
XDMCP connection to Red Hat 5 EL
1、服务器端配置:
    1. Change runlevel to 5

Open/etc/inittab and set the initial runlevel to 5 as following:
id:5:initdefault:

    2. Enable XDMCP

   For GDM:
Open /etc/gdm/custom.conf and set the Enable entry to 1 in the [xdmcp] section as following.
[xdmcp]
Enable=1

2、防火墙设置
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、重充服务器and start Xmanager