SDN - NOX & POX controller installation
NOX : on CentOS 6.6
- Install dependencies
- sudo yum install gcc-c++ boost-devel openssl-devel automake autoconf swig git libtool libtool-dev python-devel python-twisted python-simplejson
- Get NOX packet : Choose one of them
- git clone git://github.com/noxrepo/nox
- git clone git://noxrepo.org/nox
- Install NOX
- cd nox
- sudo ./boot.sh
- mkdir Build
- cd Build/
- ../configure
- make
- Run NOX
- cd src/
- sudo ./nox_core -i ptcp:6633
POX : on Ubuntu 12.04
- Install dependencies
- Get POX packet
- git clone http://github.com/norepo/pox
- Run POX
- cd pox/
- ./pox.py openflow.of_01 --address=192.168.2.228 --port=6633
- 192.168.2.228 must be change to your own IP address