Added VIB file to open VNC ports automatically

I have created this VIB file to automate the manual steps to open the VNC ports on ESXi firewall.
This commit is contained in:
sukster
2020-11-07 21:05:19 +01:00
committed by GitHub
parent 2326421ce6
commit f110936fef

View File

@@ -17,6 +17,7 @@ NOTE: This is an early release and it's possible that certain features may not w
2. Enable the "Guest IP Hack"
3. Open VNC ports on the firewall
* Instructions for those steps are here: https://nickcharlton.net/posts/using-packer-esxi-6.html
* Alternatively, you can install the VIB file from https://github.com/sukster/ESXi-Packer-VNC which will automatically open the VNC ports on the ESXi firewall.
6. [Install Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)
## Steps