Date: Mon, 29 Jul 2002 14:38:06 +0200 (CEST) From: "Hartmann, O." <ohartman@klima.physik.uni-mainz.de> To: Joe & Fhe Barbish <barbish@a1poweruser.com> Cc: FBSDQ <questions@FreeBSD.ORG> Subject: RE: IPF2 Code use in PICOBSD Message-ID: <20020729143246.Y2126-100000@klima.physik.uni-mainz.de> In-Reply-To: <MIEPLLIBMLEEABPDBIEGKEMHCGAA.barbish@a1poweruser.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 29 Jul 2002, Joe & Fhe Barbish wrote: The IPFW2 code has been introduced by its vendor, Luigi (?) and its now part of the cvsupdated sources - but not activated for standard and stable compilation. You must activate this piece of code by changing into your source tree and compile libalias and ipfw with the make option -DIPFW2 to get the new code compiled and you __must__ activate the ipfw2-kernel code by adding the option options IPFW2 into your kernel config file.: cd /usr/src/lib/libalias make clean && make -DIPFW2 all && make -DIPFW2 install cd /usr/src/sbin/ipfw make clean && make -DIPFW2 all && make -DIPFW2 install and add kernel option as decribed above and build a new kernel. The new IPFW2 code is for test purposes only - but it works on all machines 'in production' at our department without problems - it works slightly faster than the old code, but all traffic runs through a filtering PICOBSD bridge and therefore the benefits of the code are the visible, when we switch to the new code on PICOBSD ... :>Sorry I can not answer your question, But your question about IPFW2 sure :>caught my interest. :>What is IPFW2? Is this a new version of IPFW or a version just for PICOBSD? :>Can you point me to info about IPFW2? :> :>-----Original Message----- :>From: owner-freebsd-questions@FreeBSD.ORG :>[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Hartmann, O. :>Sent: Monday, July 29, 2002 8:11 AM :>To: freebsd-questions@freebsd.org :>Subject: IPF2 Code use in PICOBSD :> :>Dear Sirs. :> :>We would like to test the new IPFW2 code in PICOBSD and for that :>there is the unaswered question od how to force the build process :>of PICOBSD to build the ipfw2 code. :> :>Can anyone give tips and hints? I tried at several stages with make -DIPFW2, :>but not knowing exactly how PICOBSD is build this seems a senseless task. :> :>Thanks in advance, :> :>O. Hartmann :> :>-- :>MfG :>O. Hartmann :> :>ohartman@klima.physik.uni-mainz.de :>------------------------------------------------------------------ :>IT-Administration des Institutes fuer Physik der Atmosphaere (IPA) :>------------------------------------------------------------------ :>Johannes Gutenberg Universitaet Mainz :>Becherweg 21 :>55099 Mainz :> :>Tel: +496131/3924662 (Maschinenraum) :>Tel: +496131/3924144 (Buero) :>FAX: +496131/3923532 :> :> :>To Unsubscribe: send mail to majordomo@FreeBSD.org :>with "unsubscribe freebsd-questions" in the body of the message :> :> -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ------------------------------------------------------------------ IT-Administration des Institutes fuer Physik der Atmosphaere (IPA) ------------------------------------------------------------------ Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinenraum) Tel: +496131/3924144 (Buero) FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020729143246.Y2126-100000>