1. "Display Manager .Requestport 0" 

3./etc/opt/gnome/gdm/gdm.conf文件,[xdmcp]部分,把Enable 改为 true 去掉#Port=177的注释

4. /etc/opt/kde3/share/config/kdm/kdmrc文件,[Xdmcp]部分,把enable 改为 true 去掉#Port=177的注释

5.检查 /etc/inittab 修改运行级别为5 (X11) ,如果为3的话,你看到的将不是桌面,而是命令行窗口.

  1. init 0(halt,不要将其设置为系统的initdefault)  
  2. init 1(single user mode,单使用者模式)  
  3. init 2(multiuser,without nfs,多用户模式,不带NFS)  
  4. init 3(Full multiuser mode,多用户模式,带NFS)  
  5. init 4(unused,保留)  
  6. init 5(X11,图形界面多用户模式)  
  7. init 6(reboot,不要将其设置为系统的initdefault)  
  8. id:5:initdefault: 

6. 关闭防火墙

修改防火墙配置文件/etc/sysconfig/ipchains可能是/etc/sysconfig/iptable,

在文件头部加入如下内容,

  1. # If you want to use GNOME/KDE, add the following line.   
  2. -A input -p udp -s 0/0 -d 0/0 177 -j ACCEPT 

7. reboot

连接:

Xmanager同网段打开Xmanager-broadcast,跨网段在Xbrowser 中输入IP 即可.

使用Exceed 同一网段XDMCP使用broadcast模式(可自动发现主机),跨网段使用query.

XManager登录SuSE的xWindow,root用户不能登录,其他用户都可以

1./etc/sysconfig/displaymanager里有关root登录的项目需要设置---OK

将 DISPLAYMANAGER_ROOT_LOGIN_REMOTE="no"

改为 DISPLAYMANAGER_ROOT_LOGIN_REMOTE="yes"

2、新建文件/etc/rc.config,添加下面一行:ROOT_LOGIN_REMOTE="yes".


相关内容

    暂无相关文章