Changes between Version 17 and Version 18 of GENIExperimenter/Tutorials/OpenFlowNetworkDevices/Firewall


Ignore:
Timestamp:
09/19/15 06:25:49 (9 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowNetworkDevices/Firewall

    v17 v18  
    3636Notice the printouts of the ryu simple switch controller.
    3737</li>
     38<li>
     39   Stop your controller by Ctrl-c and remove all your flows
     40<pre>
     41sudo ovs-ofctl del-flows br0
     42</pre>
    3843<li> Make your switch into a firewall by downloading and running the appropriate Ryu controller:
    3944<pre>
     
    6469       <ul>
    6570         <li> Compare the observed behavior to the contents of <tt>~/gpo-ryu-firewall/fw.conf</tt>.  <i>Does the behavior match the configuration file?</i>
    66          <li> Stop the Firewall controller and run a simple switch controller. Is there any traffic being blocked now? </li>
    67          <li>  Feel free to modify the configuration file to block other traffic.</li>
     71         <li> Stop the Firewall controller and run a simple switch controller. Is there any traffic being blocked now? Don't forget to delete the flows after you stop the controller</li>
     72         <li>  Feel free to modify the configuration file to allow more traffic.</li>
    6873      </ul>
    6974