Unable to connect to the MKS : Failed to connect to server XXXXXX:903


 

Issue : 通过 vSphere 连接VM控制台的时候, 报错       Unable to connect to the MKS : Failed to connect to server XXXXXX:903

Error : Unable to connect to the MKS : Failed to connect to server XXXXXX:903

Case :ESX防火墙阻止903端口。此端口用于通过控制台管理虚拟机。

Solution :  我们可以用代理 “vmauthd” 来解决这个问题.

To do so:

  1. 登录 ESX service 控制台
  2. 编辑 /etc/vmware/config 

          

    vi /etc/vmware/config

 

  3. 在下面添加一行,如下信心,

          

    vmauthd.server.alwaysProxy = “TRUE”

 

  4.  重启 xinetd 服务

          

    service xinetd restart

 

                    或者

          

    /etc/init.d/xinetd restart

 

OK 了

 

vSphere 控制台可以连接上了,

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM