配置文件位置:/usr/share/gdm/default.conf
修改配置选项:
[xdmcp]段
1、enable=true //257行
2、Port=177//284行
[security]段
3、AllowRemoteRoot =true //214行
修改/etc/inittab
文件最后一行为x:5:respawn:/usr/sbin/gdm
使用命令gdm-restart重启gdm;
查看gdm监听端口开启成功;netstat -nltpu | grep 177
注意:客户端和服务器的防火墙都需要开启相应的规则,或者直接关闭防火墙