View Full Version : Which are the best firewall software?
aleunix
06-10-2008, 01:32 PM
Which are the best firewall software?
I think is Pf. :)
Note:
Also i have add the linux firewall.
ephemera
06-10-2008, 01:38 PM
i like ipf (http://coombs.anu.edu.au/~avalon/) its nice and simple.
BSDfan666
06-10-2008, 02:00 PM
s/are/is ;)
Anyway, I like pf.. one can easily turn an old system into a very efficient firewall with OpenBSD+pf.
mfaridi
06-10-2008, 02:57 PM
I like PF too , because I think it is very easy than IPTABLES
halber_mensch
06-10-2008, 04:01 PM
iptables has a confusing syntax to me, and it's overly complicated. pf actually has a well defined language for declaring firewall rules that's pretty intuitive.
addendum:
pf's in-kernel NAT also sets it apart from ipfw with its less reliable userland NAT daemon
stukov
06-10-2008, 04:02 PM
PF for it's syntax and simplicity over iptables.
lvlamb
06-10-2008, 04:10 PM
None! ;) d/software/
In OpenBSD, packet filtering takes place in the kernel.
BSDfan666
06-10-2008, 04:18 PM
None! ;) d/software/
In OpenBSD, packet filtering takes place in the kernel.The kernel is software, as much as we wish it was wetware compatible. ;)
OpenBSD's pf is a OSI layer 2 firewall, unlike the "software firewalls" in the Windows world.. :cool:
anomie
06-10-2008, 04:25 PM
OpenBSD's pf is a OSI layer 2 firewall...
FWIW, ipfw and iptables can both filter at layer 2 as well.
I still voted for pf. It is syntactically easier, IMO.
BSDfan666
06-10-2008, 04:29 PM
FWIW, ipfw and iptables can both filter at layer 2 as well.
I still voted for pf. It is syntactically easier, IMO.Apologies, I wasn't trying to imply otherwise. ;)
TerryP
06-10-2008, 04:39 PM
pf because it's the easiest way I've ever been able to configure such things.
The configuration file has a language of it's own that is nice and neat -- which I like. I especially love the good section in the manual that outlines the pf.conf syntax in Backus–Naur Form (BNF), well once I figured out how to read BNF anyway :\
Not to mention it runs on the two operating systems I use most, FreeBSD and OpenBSD :-)
hamba
06-10-2008, 05:31 PM
I'm for pf all the way.
Its easy to read and understand, has build in nat, works perfectly on load balancing and I can route traffic to where I want them to go.
marcolino
06-10-2008, 05:57 PM
pf, because OpenBSD is the gold standard for open-source firewalls.:cool:
aleunix
06-10-2008, 06:58 PM
I like especially pf for some unique advanced features.
About iptables starting from ubuntu hardy has been implemented, in part, a system similar to pf to make the firewall more simple and powerful.
I would like that the pf firewall became the default standard for all platforms bsd.
Note:
I think the apple use ipfw.
phoenix
06-10-2008, 10:32 PM
iptables has a confusing syntax to me, and it's overly complicated. pf actually has a well defined language for declaring firewall rules that's pretty intuitive.
addendum:
pf's in-kernel NAT also sets it apart from ipfw with its less reliable userland NAT daemon
ipfw in FreeBSD 7+ includes in-kernel NAT. See the nat keyword in the man page. It's not as intuitive as pf's, but it's there.
TerryP
06-10-2008, 11:00 PM
Wow, this is a land slide lol
ephemera
06-11-2008, 08:29 AM
if somebody could realistically compare ipfw and pf (or even ipf) in terms of features and capabilities that would be helpful.
revzalot
06-23-2008, 11:46 PM
I, too, am an advocate for pf but I have to learn iptables for customer's firewall. At first the iptables syntax was confusing but I'm finding it similar to pf syntax. I think Openbsd/pf has the edge in opensource firewall due to CARP/pfsync allowing for redundancy. I'm currently checking this cool IDS called fwsnort that works well with iptables. Has anyone played with this and care to share your experiences. Thanks.
Another vote for pf. Power, features, ease.
fbsduser
10-18-2008, 03:32 AM
ufw
ipfw
pf
ipfw, because I learned it before FreeBSD supported pf and never had any need to learn anything else, as ipfw meets all of my needs just fine. As an aside, I've never had problems with userland natd and a divert rule.
vigol
12-31-2008, 07:37 AM
pf
Because I still haven't tested the others.
vBulletin® v3.7.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.