Exercises firewall: Difference between revisions
| (One intermediate revision by the same user not shown) | |||
| Line 19: | Line 19: | ||
h2$ curl 10.0.0.1 | h2$ curl 10.0.0.1 | ||
== (60P) Advanced Firewall | == (60P) Advanced Firewall == | ||
** Take a look here for commands, examples on how to create match, action [http://openflow.stanford.edu/display/ONL/POX+Wiki/] | |||
** Take a look here for commands, examples on how to create match, action [ | |||
** Topology [https://projects.gwdg.de/projects/mayutan-public/repository/raw/courses/SDN/2017_2018_WS/exercises/ex3/1.firewall-fig.pdf] | ** Topology [https://projects.gwdg.de/projects/mayutan-public/repository/raw/courses/SDN/2017_2018_WS/exercises/ex3/1.firewall-fig.pdf] | ||
** Aim: Implement a layer 2 firewall that runs alongside the MAC learning module on the POX OpenFlow Controller. Your firewall should be agnostic to the underlying topology. Take MAC pair list as input and install it on the switches in the network | ** Aim: Implement a layer 2 firewall that runs alongside the MAC learning module on the POX OpenFlow Controller. Your firewall should be agnostic to the underlying topology. Take MAC pair list as input and install it on the switches in the network | ||