配置xmanager3連線RHEL5

jinqibingl發表於2012-10-04

配置xmanager3連線RHEL5(以下配置,已實驗,測試透過,很好用)  

相關配置檔案介紹
1./usr/share/gdm/defaults.conf---- GNOME管理預設的配置檔案
2./etc /inittab---init程式的主配置檔案
3./etc /gdm/custom.conf---GNOME的自定義配置檔案
伺服器配置
1.改變defaults.conf檔案許可權,預設是隻讀
chmod 700 /usr/share/gdm/defaults.conf

2.做如下配置---編輯/usr /share/gdm/defaults.conf

Enable=true

DisplaysPerHost=10

Port=177

AllowRoot=true

AllowRemoteroot=true

AllowRemoteAutoLogin=false


3.做如下配置---編輯 /etc/gdm/custom.conf(這部因為上邊那部 ,該部可以不做)

[xdmcp]

Enable=1


然後gdm-restart 重啟一下  
4.做如下配置---編輯 /etc/inittab(不要修改原來設定,在最後新增一行如下記錄)
    x:5:respawn:/usr/sbin/gdm
5.重新載入GNOME桌面配置
   init 3 ; init 5

 

到了這裡,就可以用xmanager連線到linux了,但是注意:

1、注意防火牆,windows自帶的防火牆會阻斷的,但是360的木馬防火牆不會;

2、要注意如果是實體機的話,一般問題不大,但是虛擬機器的話,windows這邊的虛擬網路卡上的IP地址要注意哈,一定要和linux的在同一網段,要不肯定不通的。

3、完成這幾步,並且網路是通的,沒有防火牆阻斷,那麼xmanager3這時候已經發現了目標,好像是自動發現的,不用手動干預,雙擊後按照提示操作就可以了。

 

後面的步驟,我沒走,因為我不需要用root使用者登入進去,而且如果開root的話,危險性加大了。


二、 如果允許Root使用者連線到XMANAGER 需要修改以下內容:
  # vi defaults.conf
[security]
# Allow root to login.  It makes sense to turn this off for kiosk use, when
# you want to minimize the possibility of break in.
AllowRoot=true
# Allow login as root via XDMCP.  This value will be overridden and set to
# false if the /etc/default/login file exists and contains
# "CONSOLE=/dev/login", and set to true if the /etc/default/login file exists
# and contains any other value or no value for CONSOLE.
AllowRemoteRoot=true
# This will allow remote timed login.
AllowRemoteAutoLogin=false
# 0 is the most restrictive, 1 allo
#vi /etc/securetty
......
tty2
tty3
tty4
tty5
tty6
tty7
tty8
tty9
tty10
tty11
pts/0
pts/1
pts/2
pts/3
pts/4
新增這一些。
# vi /etc/pam.d/login
#%PAM-1.0
#auth [user_unknown=ignore success=ok ignore=ignore default=bad] pam_securetty.so
auth       include      system-auth
account    required     pam_nologin.so
account    include      system-auth
password   include      system-auth
# pam_selinux.so close should be the first session rule
session    required     pam_selinux.so close
session    include      system-auth
session    required     pam_loginuid.so
session    optional     pam_console.so
# pam_selinux.so open should only be followed by sessions to be executed in the user context
session    required     pam_selinux.so open
session    optional     pam_keyinit.so force revoke
~
#vi  /etc/pam.d/remote
#%PAM-1.0
#auth       required     pam_securetty.so
auth       include      system-auth
account    required     pam_nologin.so
account    include      system-auth
password   include      system-auth
# pam_selinux.so close should be the first session rule
session    required     pam_selinux.so close
session    include      system-auth
session    required     pam_loginuid.so
session    optional     pam_console.so
# pam_selinux.so open should only be followed by sessions to be executed in the user context
session    required     pam_selinux.so open
session    optional     pam_keyinit.so force revoke
~
~
#vi /etc/xinetd.d/telnet
# default: on
# description: The telnet server serves telnet sessions; it uses \
#       unencrypted username/password pairs for authentication.
service telnet
{
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = root
        server          = /usr/sbin/in.telnetd
        log_on_failure  += USERID
       disable         = no
}
然後在windows系統上執行xmanager3裡的Xbrowser程式,在裡面新建一個Xmanager Session,在Host這裡輸入ip地址,其它配置都不要改變(包括埠號),確定退出。然後雙擊這個New Xmanager Session,看到登入介面.
如果是xmanager 3的話  會詢問你的序列號  , 上網搜吧    這裡提供幾個  , 我測試是透過的

Serial:100501-116431-000686

Serial:100501-116421-000966

Serial:100501-156941-000646

Serial:100501-156991-000134

Serial:100501-116391-000542


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

相關文章