Changes

Jump to: navigation, search

OPS235 Lab 6 - Fedora17

60 bytes added, 08:54, 14 July 2011
Testing policies
# After you have completed the test execute the following command:
#* <code>iptables -F</code>
{{Admon/note| Interpreting iptables commands |This The command "iptables -I OUTPUT -p tcp -s0/0 -d 0/0 --dport 80 -j DROP" can be read like this: Insert a rule into the iptables OUTPUT chain that will match any tcp packet, with any a source address, any destination address, and a deistination port of 80. Any packet that matches will be dropped.
Let's break down the command to see how it works.

Navigation menu