Changes between Version 12 and Version 13 of GENIExperimenter/Tutorials/OpenFlowNFVNAT


Ignore:
Timestamp:
11/20/15 15:23:25 (8 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowNFVNAT

    v12 v13  
    144144b. Start the controller on `controller` host:
    145145  {{{
    146 nat:~$ cd /tmp/ryu/; ./bin/ryu-manager ryu-nat.py
     146 cd /tmp/ryu/; ./bin/ryu-manager ryu-nat.py
    147147}}}
    148148You should see output similar to following log after the switch is connected to the controller
     
    190190b. Now we start a nc server on `inside2` (`inside1` if your mapping shows 192.168.0.2) on the according port:
    191191{{{
    192 inside2:~$ nc -l 31596
     192host1:~$ nc -l 31596
    193193}}}
    194194
    195195c. Then on `outside`, we start a nc client:
    196196{{{
    197 outside:~$ nc 128.128.128.1 59997
     197host3:~$ nc 128.128.128.1 59997
    198198}}}
    199199