XDMCP连接到Red Hat 5 EL 和 CentOS 5
1. XDM 配置
1. 改变运行级别到5
打开/etc/inittab 然后设置init运行级别5:
id:5:initdefault:[@more@]2.打开XDMCP
对GDM:
打开/etc/gdm/custom.conf 设置Enable为1在[xdmcp]的选项中.
[xdmcp]
Enable=1
对KDM:
打开/usr/share/config/kdm/Xaccess和 remove the initial "#" character for the following line:
#* #any host can get a login window ==>
* #any host can get a login window
Open /usr/share/config/kdm/kdmrc and set the Enable entry to true in the [xdmcp] section as following.
[xdmcp]
Enable=true
2.防火墙(TCP/UDP Ports)配置
在你的防火墙打开UDP端口177到服务器.
在你的防火墙打开TCP端口从6000~6010,一定要保证从远程到你的服务器可以直接打开
3. 重起你的主机然后开始Xmanager
# init 3; init 5
1. XDM 配置
1. 改变运行级别到5
打开/etc/inittab 然后设置init运行级别5:
id:5:initdefault:[@more@]2.打开XDMCP
对GDM:
打开/etc/gdm/custom.conf 设置Enable为1在[xdmcp]的选项中.
[xdmcp]
Enable=1
对KDM:
打开/usr/share/config/kdm/Xaccess和 remove the initial "#" character for the following line:
#* #any host can get a login window ==>
* #any host can get a login window
Open /usr/share/config/kdm/kdmrc and set the Enable entry to true in the [xdmcp] section as following.
[xdmcp]
Enable=true
2.防火墙(TCP/UDP Ports)配置
在你的防火墙打开UDP端口177到服务器.
在你的防火墙打开TCP端口从6000~6010,一定要保证从远程到你的服务器可以直接打开
3. 重起你的主机然后开始Xmanager
# init 3; init 5
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/7490392/viewspace-1023819/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/7490392/viewspace-1023819/
本文详细介绍了如何在RedHat5EL和CentOS51上配置XDMCP服务,包括更改运行级别、启用XDMCP、配置防火墙以及重启主机等步骤。
90

被折叠的 条评论
为什么被折叠?



