Linux 5 配置Xmanager
0 关闭防火墙或者打开177端口
iptables -A INPUT -p udp –dport 177 -j ACCEPT
1、vi /etc/inittab
id:5:initdefault: //设置系统运行级为5,如果本来就是5就无需修改
id:5:respawn:/usr/sbin/gdm //添加到最后一行
然后重启X11
init 3
init 5
2.做如下配置—编辑
root] chmod 660 /usr/share/gdm/defaults.conf
vi /usr/share/gdm/defaults.conf
[xdmcp]
Enable=true
DisplaysPerHost=10
Port=177
[security]
AllowRoot=true
AllowRemoteroot=true
AllowRemoteAutoLogin=false
3.做如下配置—编辑 /etc/gdm/custom.conf
[xdmcp]
Enable=1
4 启动GDM
/usr/sbin/gdm-restart
/usr/sbin/gdm-stop
lsof -i:177
相关阅读:
RedHat Enterprise Linux 6.4配置Xmanager 4 http://www.linuxidc.com/Linux/2013-05/85075.htm
AIX 5.3 下配置 Xmanager 图形化界面 http://www.linuxidc.com/Linux/2013-02/79340.htm
使用Xmanager连接CentOS 5.5 http://www.linuxidc.com/Linux/2012-12/77035.htm
Xmanager使用总结 http://www.linuxidc.com/Linux/2012-11/74870.htm
用Xming替代Xmanager,在Windows下图形化登陆Linux http://www.linuxidc.com/Linux/2012-10/72548.htm