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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowNFVNAT

    v13 v14  
    163163and we start a nc client on `inside1` to connect it:
    164164{{{
    165 host1:~$ nc 128.128.128.2 6666
     165host1:~$ nc 128.128.128.128 6666
    166166}}}
    167167
     
    193193}}}
    194194
    195 c. Then on `outside`, we start a nc client:
    196 {{{
    197 host3:~$ nc 128.128.128.1 59997
     195c. Then on `host3`, we start a nc client:
     196{{{
     197host3:~$ nc 128.128.128.128 59997
    198198}}}
    199199