graybull's Blog
使用Xmanager远程访问Redhat Enterprise Linux 6.1
- 在Linux服务器开启gdm
- 配置防火墙
- 配置selinux
- 使用xmanager连接linux服务器
在Linux服务器开启gdm
1) 配置custom.conf
# vi /etc/gdm/custom.conf
在[xdmcp]下添加:
enable=true
port=177
在[security]下添加:
AllowRemoteRoot=true
2)配置inittab
# vi /etc/inittab
最后一行应该为:
id:5:respawn:/usr/sbin/gdm