Lc.DB — the Linux.com Article Museum
Originally published: Tuesday, 13 February 2001 Author: Mike Baker
Published to: tuneup_tips/Tips Page: 1/1   [Printable]

More fun with Netfilter

So, you've just got your fast Cable or DSL connection and now you need a firewall to protect you? No problem.

Your basic firewall will tend to look something like this:
#accept now, deny and log later
iptables -P INPUT ACCEPT

#accept traffic from the lan
iptables -A INPUT -s 192.168.1.0/24 -j ACCEPT

#take advantage of connection
...
   Page 1 of 1 

(this article had no body text)