Changes between Version 14 and Version 15 of GENIExperimenter/Tutorials/OpenFlowNFVFirewall


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowNFVFirewall

    v14 v15  
    142142/tmp/ryu/bin/ryu-manager simple_firewall.py
    143143</pre>
    144 <b> WARNING </b> If at some point your controller prints an error, kill it (ctrc-c) and start it again.
    145144 </li>
    146             <li>Log into <tt>right</tt> and run a <tt>nc</tt> server:
     145            <li>Log into <tt>host3</tt> and run a <tt>nc</tt> server:
    147146<pre>
    148147nc -l 5001
    149148</pre>
    150149</li>
    151             <li>Log into <tt>left</tt> and run a <tt>nc</tt> client:
    152 <pre>
    153 nc 10.10.11.1 5001
     150            <li>Log into <tt>host2 and host1 </tt> and run <tt>nc</tt> clients:
     151<pre>
     152nc 128.128.128.128 5001
    154153</pre></li>
    155154            <li>Type some text in <tt>left</tt> and it should appear in <tt>right</tt> and vise versa.</li>