Open main menu

CDOT Wiki β

Changes

OPS235 Lab 6 - Fedora17

2 bytes removed, 13:13, 13 March 2011
no edit summary
# Set the default policy for the INPUT chain to DROP:
#* <code>iptables -P INPUT DROP</code>
 ::{{Admon/note| |The <code>-P</code> switch stands for POLICY. This tells <code>iptables</code> that we are changing the policy for the INPUT chain. The policy is to be changed to DROP.  Note that <code>iptables</code> commands (as well as all other Linux commands) are case sensitive. Check your syntax carefully.}} 
# Now try on your own to change the default policies for the OUPUT and FORWARD chains to DROP
# Write the commands you executed in your lab book.
13,420
edits