Popular
Latest Articles
- Oracle 11g / Fedora 13 - Error in invoking target 'agent nmb nmo nmhs tclexec'
- Cisco Router Zone Based Firewall Configuation Guide - Video Tutorial
- Installing GNS3 0.7.2 onto Fedora 13
- Configuring a Pre-Shared Site to Site VPN between 2 Cisco Routers
- IPv4 Subnetting Notes
- Types of IDS Alerts
- How to run vSphere using SSH tunnelling
- Compiling Rancid on an x86 Solaris 10 platform
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 ???