Changes

Jump to: navigation, search

Lab 6 Warnings / Debrief

73 bytes added, 08:29, 19 November 2015
no edit summary
<u>Example:</u>
<span style="font-family:courier; font-weight:bold;font-size:2em;">iptables -I OUTPUT -p tcp -s0/0 -d 0/0 --dport 80 -j DROP</span>
Which 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.
13,420
edits

Navigation menu