i was just asked today, but i couldn't answer precisely so that's why i'm asking here :-)

There is any book about Firewall design and implementations (Unix environment and C)?

For sure, i could recommend TCP/IP books, and what i did, but there is some design decisions, that are not related with TCP/IP. For sure, i said about the netfilter/iptables (RTFSC) but as well we cannot assume that the netfilter/iptables is the best approach since we don't have too many baselines (ok, we could compare it with PF, but again, read source code to understand design decisions is not always the best way).

So if anybody knows a book about this theme, please shoot it!

link|improve this question

feedback

closed as not constructive by Bill the Lizard Sep 27 '11 at 14:05

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

2 Answers

up vote 1 down vote accepted

You can take a look at pfSense - open source, for use as a firewall and router

link|improve this answer
the pfsense book as well is really good – VP. Dec 25 '10 at 17:08
feedback

alt text

Check this book. However, as Volody said i suggest read online resources to have an idea, Secondly you can read some papers to see what's going on in this research area For example Purdue has an paper ( ON THE MODELING, DESIGN, AND IMPLEMENTATION OF FIREWALL TECHNOLOGY) Also i think that serverfault will be more helpful to guide you.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.