本文主要是针对湖南麒麟系统的XDMP配置
关于湖南麒麟的百度百科
修改配置文件
文件路径:/etc/gdm/custom.config 修改前:
# GDM configuration storage
[daemon]
[security]
[xdmcp]
[chooser]
[debug]
# Uncomment the line below to turn on debugging
#Enable=true
修改后:
# GDM configuration storage
[daemon]
[security]
AllowRemoteRoot=true
DisallowTCp=false
[xdmcp]
Enable=true
Port=177
[chooser]
[debug]
# Uncomment the line below to turn on debugging
#Enable=true
重新加载GNOME桌面配置
方法一: init 3;init 5 方法二: 重启(reboot)
关闭防火墙
systemctl stop firewalld
成功标志
用root账号查看gdm是否在177端口等待
netstat -tulnp | grep 177
看到udp和udp6表示gdm启动成功,例如我的:
udp 0 0 0.0.0.0:177 0.0.0.0:* 22581/gdm
远程连接工具
推荐使用:Xmanager
问题解决(不过我没遇见里边的问题)
可参考连接 简单一说,如果你连接的时候有黑屏之类,你可以用Wireshark抓包查看:过程如图: 举个例子,这通常就是忘了关防火墙: 正常如下:
|