Open main menu

CDOT Wiki β

Changes

OPS235 Lab 6 - CentOS7

285 bytes removed, 19:37, 4 May 2015
no edit summary
<li>After you have completed the test execute the following command:<br><code>iptables -F</code></li>
</ol>
 
{{Admon/note|0/0 Addresses|Source and destination addresses of 0/0 will match all addresses. Therefore, they '''don't do anything''' and can be removed:
 
iptables -I OUTPUT -p tcp -s0/0 -d 0/0 --dport 80 -j DROP
 
is equivalent to:
 
iptables -I OUTPUT -p tcp --dport 80 -j DROP
}}
=== Final Tasks ===
13,420
edits