Chinaunix首页 | 论坛 | 博客
  • 博客访问: 388708
  • 博文数量: 199
  • 博客积分: 154
  • 博客等级: 入伍新兵
  • 技术积分: 1530
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-14 08:43
文章分类

全部博文(199)

文章存档

2015年(101)

2014年(97)

2011年(1)

分类: 系统运维

2015-09-08 10:47:52

Xmanage连接RHEL5 
   配置步骤:
    配置文件位置:/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
Xmanage连接RHEL6
    修改/etc/gdm/custom.conf找到下面的信息,没有添加:
# GDM configuration storage
    [daemon]
    [security]
DisallowTCP=false 
    AllowRemoteRoot=true
    [xdmcp]
    Enable=1
Port=177
    [greeter]
    [chooser]
    [debug]
阅读(1580) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~