From f110936fefa171b9c208c5ffedf33151401515cc Mon Sep 17 00:00:00 2001 From: sukster <67369320+sukster@users.noreply.github.com> Date: Sat, 7 Nov 2020 21:05:19 +0100 Subject: [PATCH] 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. --- ESXi/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ESXi/README.md b/ESXi/README.md index 8e2a4646c..cd58f417e 100644 --- a/ESXi/README.md +++ b/ESXi/README.md @@ -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