Red Hat Enterprise Linux 6 is different from Red hat Enterprise Linux 5.X 1. Open /etc/gdm/custom.conf and edit the security and xdmcp section like the followings: [security]
DisallowTCP=false [xdmcp]
Enable=true ;其实只添加这行也可以
Port=177 2. Add UDP port 177 to the Allow list on firewall. 防火墙关闭的就不用修改
/etc/sysconfig/ipchains文件中加入以下语句:
-A input -p udp -s 0/0 -d 0/0 177 -j accept 3. As an admin, do "init 3" and then, "init 5" 修改/etc/inittab,将
id:3:initdefault:
修改为:
id:5:initdefault: If you have enabled XDMCP and open UDP 177 on the server, make sure gdm is running. Use "ps -aef | grep dm" and it should give you the display manager that is running on the server. If it it not running, please make sure the display manager such as gdm or kdm is installed on the machine. Red Hat 6 does not install display manager by default. 如果改完了不好用请重起一下机器就OK了 如何解决Ubuntu 下gSTM不能打开图形用户界面的问题CentOS 6 安装 Wine相关资讯 redhat
- 为什么像 RedHat 那样的开源旗手很 (12/23/2014 07:50:53)
- 红帽目录服务RHDS(Red Hat (11/28/2012 19:14:22)
- RedHat 6 配置网卡team (09/28/2012 18:52:50)
| - RedHat Linux 用户登录认证失败 (06/24/2014 19:56:55)
- Red Hat Enterprise Linux 5.8日志 (09/29/2012 11:41:27)
- Red Hat Enterprise Linux 5--- (09/12/2012 17:10:35)
|
本文评论 查看全部评论 (0)