PDA

View Full Version : How to implement a Firewall



codingfreak
August 13th, 2009, 01:48 PM
HI

I am planning to really make myself dirty with coding a Firewall on Linux machine.

My real aim is to have some practical implementation of a Firewall functionality.

So is there any suggestions regarding

Important documents to follow.
Opensource firewall projects that might be available to easily understand and start from scratch.

Anything more if I am missing

cdenley
August 13th, 2009, 04:45 PM
All firewall solutions in Linux that I know of are merely frontends for iptables. I made a captive portal in python which pipes rules to stdin for the iptables-restore command. Works very well.

credobyte
August 13th, 2009, 05:20 PM
Check http://www.ibiblio.org/pub/Linux/docs/HOWTO/Firewall-HOWTO - very interesting & useful material :)