Xmanager遠端桌面

hooca發表於2014-11-08
在伺服器端(RHEL6)
[root@localhost ~]# more /etc/gdm/custom.conf 
# GDM configuration storage

[daemon]
RemoteGreeter=/usr/libexec/gdmgreeter
[security]
AllowRemoteRoot=true
[xdmcp]
Enable=true
[greeter]

[chooser]

[debug]

若michael使用者要遠端連線,則
[michael@localhost ~]$ export DISPLAY=192.168.0.100:0.0
[michael@localhost ~]$ 
192.168.0.100是客戶端IP

IPtables
-A RH-Firewall-1-INPUT -m state --state NEW -m udp -p udp --dport 177 -j ACCEPT

telinit 5

OEL 4.8
vi /etc/X11/gdm/gdm.conf 

找到[xdmcp]這一節,在這一節中修改
Enable=true
把下面這兩行前的註釋符號#刪去,使之生效
#DisplaysPerHost=2
#Port=177

防火牆
-A RH-Firewall-1-INPUT -m state --state NEW -m udp -p udp --dport 177 -j ACCEPT


開啟Xbrowser,輸入遠端IP,進入遠端桌面。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22621861/viewspace-1325035/,如需轉載,請註明出處,否則將追究法律責任。

相關文章