XDMCP connection fails
XDMCP connection fails
1)修改檔案 /etc/inittab file 設定 runlevel 5
id:5:initdefault:
2)GDM configuration (When the Linux is using gdm)
/etc/X11/gdm/gdm.conf
(rhel 6 修改此檔案 /etc/gdm/custom.conf)
設定:
[xdmcp]
Enable=1
3)KDM configuration (When the Linux is using kdm)
Open /etc/X11/xdm/xdm-config file.
Comment out "requestPort" option as following:
DisplayManager.requestPort: 0
==>
!DisplayManager.requestPort: 0
Open /etc/X11/xdm/Xaccess file.
Remove the initial "#" character for the following line:
#* #any host can get a login window
==>
* #any host can get a login window
4)關閉防火牆
Firewall configuration (If the firewall has been configured)
Open /etc/sysconfig/ipchains file.
Add the following lines at the top of the file:
-A input -p udp -s 0/0 -d 0/0 177 -j ACCEPT
-A input -p tcp -s 0/0 -d 0/0 telnet -j ACCEPT
-A input -p tcp -s 0/0 -d 0/0 ssh -j ACCEPT
-A input -p tcp -s 0/0 -d 0/0 login -j ACCEPT
-A input -p tcp -s 0/0 -d 0/0 exec -j ACCEPT
-A input -p tcp -s 0/0 -d 0/0 shell -j ACCEPT
-A input -p tcp -s 0/0 -d 0/0 7100 -j ACCEPT
1)修改檔案 /etc/inittab file 設定 runlevel 5
id:5:initdefault:
2)GDM configuration (When the Linux is using gdm)
/etc/X11/gdm/gdm.conf
(rhel 6 修改此檔案 /etc/gdm/custom.conf)
設定:
[xdmcp]
Enable=1
3)KDM configuration (When the Linux is using kdm)
Open /etc/X11/xdm/xdm-config file.
Comment out "requestPort" option as following:
DisplayManager.requestPort: 0
==>
!DisplayManager.requestPort: 0
Open /etc/X11/xdm/Xaccess file.
Remove the initial "#" character for the following line:
#* #any host can get a login window
==>
* #any host can get a login window
4)關閉防火牆
Firewall configuration (If the firewall has been configured)
Open /etc/sysconfig/ipchains file.
Add the following lines at the top of the file:
-A input -p udp -s 0/0 -d 0/0 177 -j ACCEPT
-A input -p tcp -s 0/0 -d 0/0 telnet -j ACCEPT
-A input -p tcp -s 0/0 -d 0/0 ssh -j ACCEPT
-A input -p tcp -s 0/0 -d 0/0 login -j ACCEPT
-A input -p tcp -s 0/0 -d 0/0 exec -j ACCEPT
-A input -p tcp -s 0/0 -d 0/0 shell -j ACCEPT
-A input -p tcp -s 0/0 -d 0/0 7100 -j ACCEPT
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22661144/viewspace-1625583/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 解決Xmanager-AIX XDMCP Connection failedAI
- OGG Connection test fails with: weblogic.transaction.internal.TimedOutException:AIWebException
- Bug 12725963 - New database connection fails with ORA-12541 after vip failoverDatabaseAI
- OMS Startup Fails during Repository Connection Attempt due to_310772.1AI
- Xmanager XDMCP遠端連線Linux圖形介面Linux
- Connection
- sqlserver ConnectionSQLServer
- Fails to Join the Cluster as CRSD and EVMD are in INTERMEDIATE StateAI
- BULK COLLECT FAILS WITH ORA-04030AI
- java.net.ConnectException: Connection refused (Connection refused)JavaException
- mysql connection refusedMySql
- 【RMAN】Run Allocate Channel For Maintenance From Script FailsAINaN
- EXPDP Fails With ORA-04031 ("streams pool", ...)AI
- Red Hat Enterprise Linux 6使用 XDMCP (Xmanager)的一些設定Linux
- Error:Can't connect to SOCKS proxy:Connection refused (Connection refused)Error
- Nginx配置max_fails fail_timeoutNginxAI
- ASM disk group mount fails with ORA-15036ASMAI
- Clusterware Fails to Start With 'clssnmLocalJoinEvent: takeov Ocssd.log_845573.1AICSS
- Drop Table Fails With ORA-600 [15264]AI
- Import Datapump Job fails with ORA-39125ImportAI
- 解決java connectionJava
- Connection (建立連線)
- Connection/Session/Server ProcessesSessionServer
- nmcli connection reload
- 求教:connection.close()與connection = null的區別是什麼?Null
- Bug 13250486 : ADD STANDBY DATABASE FOR TARGET WITH FLASHBACK ON FAILS WITH ERRDatabaseAI
- Connection could not be established with host 求救
- Check connection related issue of mysqlMySql
- .net sql connection pool leakSQL
- JDBC Connection Pool Example (轉)JDBC
- yarn socket connection timeoutYarn
- sourcetree github clone 報錯 hg clone fails with “repository not found“GithubAI
- 【故障處理】Bug : ASM FAILS WITH CHECKRESOURCE ERROR ERROR CODE = 139ASMAIError
- 解決 ocrconfig -replace ocr Fails With PROT-16AI
- Fails To Open / Create The Wallet: ORA-28353 [ID 395252.1]AI
- Dr.Elephant mysql connection errorMySqlError
- connection和session的關係Session
- ERROR: UTL_SMTP.OPEN_CONNECTIONError