13,420
edits
Changes
no edit summary
<table width="60%" cellpadding="10" cellspacing="0" border="1">
<tr>
<tdwidth="30%">'''Command'''</td><td>'''Description'''</td>
</tr><tr>
<td width="30%>'''iptables -P INPUT DROP'''</td><td>Set default policy to drop all incoming connections for ALL protocols, ALL communication ports, ALL IP addresses</td>
</tr><tr>
<td>'''iptables -P OUTPUT DROP'''</td><td>Set default policy to drop all outgoing connections for ALL protocols, ALL communication ports, ALL IP addresses</td>