Skip to content
deepadhurka edited this page Dec 12, 2014 · 31 revisions
  1. Run mul

     sudo ./mul 
    

    This is the mul debug console

  2. Log into MUL CLI

     telnet localhost 7000
    
  3. [MUL CLI documentation] (https://github.com/openmul/openmul/blob/master/docs/openmul-CLI_GUIDE-basic.pdf)

  4. Run mininet

     sudo mn --controller=remote,ip=127.0.0.1 --switch ovsk --topo linear,1
    
  5. [Mininet CLI documentation] (http://mininet.org/walkthrough/#part-3-mininet-command-line-interface-cli-commands)

  6. Run wireshark and capture lo0 interface

     sudo wireshark
    
  7. Some useful commands:

  • Mininet

    sudo mn --controller=remote,ip=127.0.0.1 --switch ovsk --topo single,2
    

|< < Prev Page| |---------------------------|

Clone this wiki locally