11.10에서 기존 mininet configuration이 적용이 안되어 수시간을 투자했다.

마침 vmware workstation에서 vmware vsphere 환경으로 변하던 때라 다른 쪽 문제를 찾다보니 시간이 많이 소요 되었다.

결국 확인해보니 v1.0에서 v2.0으로 변경 되는 도중 설정 일부가 적용이 안되는 문제를 확인 하였다.

v2.0에서 주요 변화로는 아래와 같으며 ubuntu 12.10 지원이 된다.

 

  • An all-new website, http://mininet.github.com, with online doxypy documentation for all classes.
  • More flexible mn command line options, including the ability to specify NOX (and, in the future, POX) modules from the mn command line, and the ability to set link and CPU bandwidth limits
  • Dynamic link reconnection in OVS (supports migration and mobility emulation)
  • First-class abstractions/classes for link (Link) and interface (Intf) objects
  • Interface/link bandwidth limiting support using tc, via TCIntf and TCLink classes
  • CPU bandwidth limiting supporting both CFS bandwidth limiting and POSIX real-time scheduling, via the CPULimitedHost class
  • Easier task execution on virtual hosts via the Host.Popen() interface, implemented in mnexec using the setnssystem call
  • Easier and faster native installations that can use the latest Open vSwitch packages.

 

sudo apt-get install mininet 으로만으로도 쉽게 mininet이 설치가 된다.