首 页文章中心

Linux学习网

您的位置Linux学习网 > Linux服务器应用 > 文章内容

RHEL5下用Xmanager配置远程连接

作者:佚名  来源:不详  发布时间:2008-7-9 8:54:00
For XDMCP connection to Red Hat 5 EL
1. XDM Configuration
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

For KDM:

Open /usr/share/config/kdm/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/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
收藏本页到: 365Key | del.icio.us | | 添加到雅虎收藏+
  • 上一篇:ubuntu下安装lamp环境
  • 下一篇:apache 配置
  • 网站帮助 - 广告合作 - 网站地图