13,420
edits
Changes
no edit summary
<td>'''Command'''</td><td>'''Description'''</td>
</tr><tr>
<tdwidth="20%>'''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>