首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

运用xmamager来连接centos

2012-06-29 
使用xmamager来连接centos1)编辑/etc/gdm/custom.conf,内容如下:[daemon][security]AllowRemoteRoottrue[

使用xmamager来连接centos

1)编辑/etc/gdm/custom.conf,内容如下:

[daemon]

[security]
AllowRemoteRoot=true

[xdmcp]

Enable=true
Port=177

[gui]

[greeter]

[chooser]

[debug]

[servers]

2)防火墙设置,在/etc/sysconfig/iptables文件中加入:
-A RH-Firewall-1-INPUT -m state --state NEW -m udp -p udp --dport 177 -j ACCEPT

3)reboot

4)在windows启动启动Xstart,按下列提示输入:
Name: nameHost: ip地址
procotol: SSH (setup port 为22)
User:userPassword: passwordExecution Command可以填写/usr/bin/gnome-session --display=$DISPLAY,也可以填写 /usr/bin/xterm -display $DISPLAY 前者主要打开一个X桌面,后者只是打开一个xterm.根据需要自行选择.点击“Save”,保存。
点击“Run”运行Xmanager。?以上配置使用于Xmanager3.0.

热点排行