之前装过一次,特别麻烦,装上只有远程还卡卡的,这次按照教程居然装的灰常顺利,不符合我bug体质的特性,一定要记下来啊~~~
1、先关闭防火墙
# service iptables stop
#chkconfig --level 345 iptables off
2、安装gdm,如果已安装可跳过这步,因为我装的是桌面版,已经默认安装了,直接跳过了这一步。
3、 将系统配置为图形模式,编辑/etc/inittab,修改为id:5:initdefault:
4、修改/etc/gdm/custom.conf文件,添加如下内容:
[security]
AllowRoot=true
AllowRemoteRoot=true
[xdmcp]
Port=177
Enable=1
5、使用xmanager连接即可。