- 论坛徽章:
- 0
|
Xmanager 2 配置方法:
对于LINUX 系统.....好下配置..
第一步,我们在Linux系统下,修改/etc/X11/xdm/Xaccess文件,
找到下面的语句:# * #any host can get a login window
去掉最前面的#号,成为* #any host can get a login window
第二步,修改#vi /etc/X11/gdm/gdm.conf 找到.
[xdmcp]
# Distributions: Ship with this off. It is never a safe thing to leave
# out on the net. Setting up /etc/hosts.allow and /etc/hosts.deny to only
# allow local access is another alternative but not the safest.
# Firewalling port 177 is the safest if you wish to have xdmcp on.
# Read the manual for more notes on the security of XDMCP.
Enable=false
把上面的Enable=false 改成 Enalbe=true 就行了.
第三步..重起系统..
第四步, 如果客户端装有防火墙的话.就要打开TCP的6000端口才行.
对于其它系统....SCO ,HP ,已经默认设好的.不用修改其它配置..
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/2265/showart_183982.html |
|