Changes between Initial Version and Version 1 of GEC11VMSetup


Ignore:
Timestamp:
06/28/11 20:32:35 (13 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC11VMSetup

    v1 v1  
     1This page is for keeping track of the setup of the VM that is going to be used for the Tutorial.
     2
     3These instructions are for VirtualBox 4.08.
     4
     5In order to make the VM more usable, installed the Guest Additions (Devices -> Install Guest Additions).
     6
     7= Installing NOX =
     8Downloaded the VM with Omni installed. Then followed the instructions from [http://noxrepo.org/noxwiki/index.php/NOX_Installation here.]
     9{{{
     10cd /etc/apt/sources.list.d
     11sudo wget http://openflowswitch.org/downloads/debian/nox.list
     12sudo apt-get update
     13sudo apt-get install nox-dependencies
     14}}}
     15
     16After the dependencies are installed
     17{{{
     18cd
     19git clone git://noxrepo.org/nox
     20cd nox
     21./boot.sh
     22cd ../
     23mkdir nox_build
     24cd nox_build
     25../nox/configure
     26make -j 5
     27}}}
     28
     29To verify that the install was successful
     30{{{
     31./nox_core -h
     32}}}