vagrant plugin install vagrant-sshfs
vagrant up && vagrant destroy -f
Generated VIB is in the current working directory.
esxcli software acceptance set --level=CommunitySupported
esxcli software vib install -v $PWD/fw-vnc.vib
# or
esxcli software vib install -d $PWD/fw-vnc.zip
Firewall rules are enabled right after the installation. Rules can be selectively disabled by running:
esxcli network firewall ruleset set -e false -r VNC
esxcli software vib remove -n fw-vnc