Xmanager 远程连接 centos6的配置方法,有需要的朋友可以参考下。
1)编辑/etc/gdm/custom.conf,内容如下:
复制custom.conf到gdm.conf
>cp custom.conf gdm.conf
然后重启桌面:gdm-restart
init 3
init 5
或重启系统。
2)设置防火墙,在/etc/sysconfig/iptables文件中加入:
重启防火墙:service iptables restart
3)在windows中安装Xmanager,打开Xbrowser,新建XDMCP session,就可以看到CentOS了。
注:我出现了防火墙阻挡访问的问题,使用service iptables stop关闭防火墙后即可访问。或者用命令system-config-firewall来关闭防火墙。