Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Download the Floodlight VM.  It includes floodlight running by default and Mininet.
  • Start it in VMware Fusion (setup set up new VM with provided vmdk) or VirtualBox (run floodlightcontroller.vbox.sh, click "Network tab" in VirtualBox GUI and OK before powering up - avoid running script from path with space in name, like "../VirtualBox VMs/..")
  • Login (username is floodlight and no password is required)
  • Its possible to run Mininet against the locally running Floodlight (just type "sudo mn") but you can also run it against a remote controller you built as well.  To do that, type:
    Code Block
    xml
    xml
    
    $ sudo mn --controller=remote --ip=<controller ip> --port=<openFlowPort 6633 by default>
    
    
  • Optionally run wireshark over ssh. Listen on "eth0? and filter for packets with "of" names.

...