rhel5与rhel4不同!在rhel4里面设置display,Xmanager就能连接
rhel5需要配置 /usr/share/gdm/defaults.conf 。如果不设置,Xmanager不能连接。
[xdmcp]
Enable=1 //添加此行
修改/usr/share/gdm/defaults.conf文件,确保里面有以下几行:
Enable=true //原为 Enable=false
DisplaysPerHost=10 //原行被注释,且数值为2
Port=177 //原行被注释
再修改/etc/inittab文件,把默认级别改为5,再加入以下行: 实际实验把5改成3后,xmanager照样可以掉出来。
x:5:respawn:/usr/sbin/gdm
[security]
AllowRoot=true
AllowRemoteRoot=true
如果防火墙打开了,使用以下命令打开177端口:
iptables -A INPUT -p udp –dport 177 -j ACCEPT
servers iptables save
重启一下,reboot
如果连接成功可以用# xclock 测试一下,看是否有个钟表的框框弹出。
在Oracle用户下的.bash_profile
可以添加: DISPLAY=192.168.0.100:0.0
注意这里的192.168.0.100是本地物理主机的IP(就是你笔记本的IP)
相关阅读:
RedHat Enterprise Linux 6.4配置Xmanager 4 http://www.linuxidc.com/Linux/2013-05/85075.htm
AIX 5.3 下配置 Xmanager 图形化界面 http://www.linuxidc.com/Linux/2013-02/79340.htm
使用Xmanager连接CentOS 5.5 http://www.linuxidc.com/Linux/2012-12/77035.htm
Xmanager使用总结 http://www.linuxidc.com/Linux/2012-11/74870.htm
用Xming替代Xmanager,在Windows下图形化登陆Linux http://www.linuxidc.com/Linux/2012-10/72548.htm
更多RedHat相关信息见RedHat 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=10