用Xmanager远程连接Red hat Enterprise Linux 5

用Xmanager远程连接Red hat Enterprise Linux 5(这是我网上找的最简单易行的连接文档)

这几天都在配置怎样远程控制 Linux 系统 , 发现 Xmanager 3.0 还不错 , 不过搜索了一下 , 发现 Red hat Enterprise Linux 5 的配置还是与先前的版本不太一样 , 琢磨了两天还是可以连接上了 , 具体方法如下 :

服务器: Red hat Enterprise Linux 5

终端: Xmanager 3.0

服务器配置:------------------------ 
1. 
配置 XDM

(1). Change runlevel to 5 修改 /etc/inittab ,将运行级别设置为 5 ,即 :
     
 id:5:initdefault:

(2). Enable XDMCP

修改 /etc/gdm/custom.conf 

  将 [xdmcp] 部分的 Enable 设置为 1 ,即: 
     
 [xdmcp]
     
 Enable=1
      Post=177 

    
 [security] 部分的 DisallowTCP 设置为 false ,即: 
      
[security]
      DisallowTCP=false

2. 
配置防火墙 (TCP/UDP Ports) / 若已经关闭防火墙,则忽略这一步 
      Open UDP port 177 from the PC to the remote host direction.
      Open incoming TCP ports 6000~6010 from the remote host to your PC. 
3. 
重新启动服务器,即输入下面的命令即可: 
  
# init 3; init 5 
终端配置 
------------------------ 
1 、点击 Xmanager 图标,打开 Xbrowser 
   
这时 Xbrowser 窗口中会显示局域网中所有的可用服务器

你可能感兴趣的:(用Xmanager远程连接Red hat Enterprise Linux 5)