Introduction
This is part two of Building a Networking Virtual Lab. VNC can be used to manage your Hypervisor via the Virtual Machine Manager GUI.
Step 1 Install VNC/XFCE CentOS packages
yum install epel-release –y
yum groupinstall xfce -y
yum install tigervnc-server -y
yum -y groupinstall X11 -y
Step