Changes between Version 10 and Version 11 of GENIExperimenter/Tutorials/OpenFlowNFVNAT


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowNFVNAT

    v10 v11  
    134134
    135135You can try to write your own controller to implement NAT. However, we a provide you a functional controller.
    136   a. Download the NAT Ryu module. At your controller node run:
     136a. Download the NAT Ryu module. At your controller node run:
    137137     {{{
    138138cd /tmp/ryu/
     
    141141}}}
    142142
    143   b. Start the controller on `controller` host:
     143b. Start the controller on `controller` host:
    144144  {{{
    145145nat:~$ cd /tmp/ryu/; ./bin/ryu-manager ryu-nat.py
     
    156156}}}
    157157
    158   c. On `outside`, we start a nc server:
     158c. On `outside`, we start a nc server:
    159159{{{
    160160host3:~$ nc -l 6666
     
    165165}}}
    166166
    167   d. Now send message between each other and try the same thing between `host3` and `host2`.
    168 
    169   e. On the terminal of `controller`, in which you started your controller, you should see a log similar to:
     167d. Now send message between each other and try the same thing between `host3` and `host2`.
     168
     169e. On the terminal of `controller`, in which you started your controller, you should see a log similar to:
    170170{{{
    171171Created mapping 192.168.0.3 31596 to 128.128.128.100 59997