Requirements:
- SSH jumpbox (from this jumpbox you should have access to the ESX/ESXi machine)
- PuTTY or Cygwin
So basically we are binding the following ports: 443, 902, and 903 to our localhost using PuTTy in this tutorial.
Steps:
- Open up PuTTy and configure the settings to look as follows where destIP=your destination IP address of the ESX box Go back to the session tab and type the hostname/IP address of your SSH jumpbox. Alternatively you could open up cygwin and type the following: ssh -L 443:destIP:443 -L 902:destIP:902 -L 903:destIP:903 user@jumpboxIP
- Edit the hosts file in windows C:\Windows\system32\drivers\etc\hosts (this is required as esxi relies on dns name and uses local resolution).
Add the entry:
127.0.0.1 ESXiHostname
- Open up vSphere client and login with the hostname of the remote ESX box
Common Errors:
Unable to connect to the MKS: Failed to connect to server
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.