Enable Vnc On Vmware Deployments
esxcli software acceptance set --level=CommunitySupportedesxcli software vib install -d "/vmfs/volumes/datastore1/patch-directory/openstackvncfirewall.zipesxcli network firewall ruleset list | grep vnc
# vnc true is the output for the above command.
esxcli network firewall ruleset rule list | grep vnc
# Details of VNC rule i.e. port range, protocol, direction are displayed in the output for the above command. For example, vnc Inbound TCP Dst 5900 9999RemoteDisplay.vnc.enabled = "TRUE"
RemoteDisplay.vnc.port = <port number between 5900 and 6199>Last updated
Was this helpful?
