It's seems that there are problems if just following the instruction in their wiki page. Try the instructions below if you have problems while installing nox.
Update apt-get download list
- 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
Download from Github
- cd ~
- apt-get install nox-dependencies libtbb-dev libboost-serialization-dev libboost-all-dev
- git clone git://github.com/noxrepo/nox
- cd nox
- ./boot.sh
- mkdir build
- cd build
Configure
- ../configure
- make
- sudo make install
Run
- cd src
- ./nox_core -i ptcp:6633
- ./nox_core -v -i ptcp:6633 switch
No comments:
Post a Comment