Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Could someone explain IPTABLES

Name: Anonymous 2010-11-09 8:08

What the hell does the following commands do? How bad am I fucking myself?

sudo iptables -F
sudo iptables -P INPUT DROP
sudo iptables -P FORWARD DROP
sudo iptables -P OUTPUT ACCEPT
sudo iptables -A INPUT -p tcp --dport ssh -j ACCEPT
sudo iptables -A INPUT -p tcp --dport http -j ACCEPT
sudo iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
sudo iptables -I INPUT 5 -m limit --limit 5/min -j LOG --log-prefix "iptables denied: " --log-level 7
sudo iptables-save > iptables.conf

Name: Anonymous 2010-11-20 16:31

how about you RTFM and see what it does?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List