diff --git a/docs/en-US/hypervisor-host-install-libvirt.xml b/docs/en-US/hypervisor-host-install-libvirt.xml index d3d6b9b4e80..c4be67e643f 100644 --- a/docs/en-US/hypervisor-host-install-libvirt.xml +++ b/docs/en-US/hypervisor-host-install-libvirt.xml @@ -46,6 +46,11 @@ so it looks like: libvirtd_opts="-d -l" + + In order to have the VNC Console work we have to make sure it will bind on 0.0.0.0. We do this by editing /etc/libvirt/qemu.conf + Make sure this parameter is set: + vnc_listen = "0.0.0.0" + Restart libvirt In RHEL or CentOS: