This page is for keeping track of the setup of the VM that is going to be used for the Tutorial. These instructions are for !VirtualBox 4.08. In order to make the VM more usable, installed the Guest Additions (Devices -> Install Guest Additions). = Installing NOX = Downloaded the VM with Omni installed. Then followed the instructions from [http://noxrepo.org/noxwiki/index.php/NOX_Installation here.] {{{ cd /etc/apt/sources.list.d sudo wget http://openflowswitch.org/downloads/debian/nox.list sudo apt-get update sudo apt-get install nox-dependencies }}} After the dependencies are installed {{{ cd git clone git://noxrepo.org/nox cd nox ./boot.sh cd ../ mkdir nox_build cd nox_build ../nox/configure make -j 5 }}} To verify that the install was successful {{{ ./nox_core -h }}}