The compute node has no internet access, but I want to install VNC on it. How do I do this?
Here are some links about setting up VNC / console
http://docs.openstack.org/diablo/openstack-compute/admin/content/configuring-the-vnc-proxy.html
In order to get the packages, we need internet access. In order to do this we have eth2 plugged into the switch as well.
sudo ifconfig eth2 up
sudo route add default gw 192.168.0.1 eth2
sudo sh -c 'echo "nameserver 8.8.8.8" >> /etc/resolv.conf'
sudo route del default
sudo resolvconf -u
sudo ifconfig eth2 down