From owner-freebsd-questions@FreeBSD.ORG Sun Jan 7 23:16:54 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6517716A403 for ; Sun, 7 Jan 2007 23:16:54 +0000 (UTC) (envelope-from brett@net24.co.nz) Received: from srv.exchange.net24.net.nz (srv.exchange.net24.net.nz [210.55.4.16]) by mx1.freebsd.org (Postfix) with ESMTP id D82C013C468 for ; Sun, 7 Jan 2007 23:16:53 +0000 (UTC) (envelope-from brett@net24.co.nz) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 8 Jan 2007 12:17:02 +1300 Message-ID: <60224D09909C0B43A50935A0893D8FF31DA313@srv.exchange.net24.net.nz> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Advice on which FreeBSD firewall package to choose. Thread-Index: AccwSkh++K0wLRo2RIe/yHMT3gUu9wCW7wYg From: "Brett Davidson" To: Cc: Subject: RE: Advice on which FreeBSD firewall package to choose. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jan 2007 23:16:54 -0000 Thanks to everyone who responded. It looks like pfsense will do the job nicely. Cheers, Brett. =20 -----Original Message----- From: Eric [mailto:heli@mikestammer.com]=20 Sent: Friday, 5 January 2007 10:52 a.m. To: Brett Davidson Cc: questions@freebsd.org Subject: Re: Advice on which FreeBSD firewall package to choose. Brett Davidson wrote: > Before I start, I'm familiar with IPTables from Linux but am wanting=20 > to use FreeBSD as a firewalling router after seeing it in action on a=20 > heavily-loaded webserver. I like the efficiency of the TCP stack. > > Upon reading the handbook I found that I can have my choice of three=20 > firewalls; pf, iptables and ipfw. > > What would be the most useful (and easiest) package to use given the=20 > following scenario: > > A FreeBSD router comprising of four physical interfaces - > Eth0 is the outside 10Mbyte/s cable connection to the Internet. > Eth1 is a 100Mbit DMZ housing a webserver. > Eth2 is a 100Mb DMZ housing a 802.11g Wireless Access Router.=20 > (My normal preference is to isolate Wireless LANs from physical=20 > LANS). > Eth3 is the inside LAN.=20 > > Software-based VPN connections out from both the Inside LAN and=20 > Wireless DMZ are required. (Allowing VPN tunnels through the firewall; > not tunnels terminated at the firewall). > > Against prudence, they wish to allow torrent connections to the inside > lan and ICQ connections to both the Inside LAN and the Wireless DMZ.=20 > The torrent and ICQ connections will need to be bandwidth-managed so=20 > that is a major consideration for the choice of which firewall to use. > Is there an equivalent to HTB on FreeBSD? > > I look forward to your answers... > > Regards, > Brett. > =20 i believe pf is the most modern and cleanest/easiest syntax to use. it is actively developed and lots of people use it. You can set up priority on bandwidth in pf as well, so it should meet all your requirements nicely.