Popular
Latest Articles
- How to Secure your Cisco Router
- Creating CLI Views on a Cisco Router
- Configuring TACACS+ on a Cisco Router
- How to enable SDM on your router
- Build a Samba Server on Redhat / CentOS
- How to set the Time / Date and Timezone in CentOS
- How to install SSH on Solaris 10 x86
- ESX4 - How do I turn on/off a Virtual Machine from the command line ?
ESX - ViClient Cannot connect to host
Friday, 06 March 2009 12:25
Issue
When trying to connect to the console within the VI Client you receive the following error,
Cannot connect to host my.esx.host.com: no connection could be made because the target machine actively refused it
In this example you have the required ports open on both your firewall and your ESX box. You see the traffic on tcp 902 going to your VMware server but your server is closing the connection.
Solution
This is a known bug when trying to access the console of a ESX hosted VM across multiple networks.
To resolve the issue add the following to /etc/vmware/config
vmauthd.server.alwaysProxy = "TRUE"
I believe that you also may need to add this to your advanced options in the VI Client GUI to survive a reboot, but I still need to confirm this......
Has anyone else already tried this ???