> -----Original Message-----
> From: Michael [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 26, 2002 00:35
> To: [EMAIL PROTECTED]
> Subject: Upgrading to ipfw2?
> 
> 
> Could anyone explain or direct me to any procedures for 
> upgrading to ipfw2?

Assuming you already have "options IPFW" in your kernel,
your world, kernel and sources are synced, and that you run i386:
Lines may be broken:

echo options IPFW2 >> /usr/src/sys/i386/conf/MYKERN
cd /usr/src/sbin/ipfw && make -DIPFW2 all && make -DIPFW2 install
cd /usr/src/lib/libalias && make -DIPFW2 all && make -DIPFW2 install
cd /usr/src && make kernel KERCONF=MYKERN

reboot.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to