Firewall Implementation based on Software Defined Networking (SDN) using OpenFlow controller, In this implementation, I am using POX as OpenFlow controller that developed in Python.
Dependencies are listed in requirements.txt file.
but i am using mininet Version2.3.0 which is accessible from here.
for part2 result of executing commands are shown below:
pingallcommand. that host No.1 and host No.4 can ping each other as well as host No.2 and host No.3 .
iperfcommand. command will hang cause we blocked IP traffic.
dpctl dump-flowscommand. for showing switche flow table rules.
for part3 result of executing commands are shown below:
pingallcommand. that untrusted host can not ping non of hosts.
iperfcommand. that untrusted host can not send traffic to server and command will hang.
dpctl dump-flowscommand. for showing switches flow table rules.
Amir Rezaei @ameerezae





