Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2002 13:55:36 +0200
From:      "Yonatan Bokovza" <Yonatan@xpert.com>
To:        <freebsd-questions@freebsd.org>
Subject:   RE: Upgrading to ipfw2?
Message-ID:  <C2DC75EEA405354AA9C03EF5CB8CDE080AC9D9@EXCHANGE.xpert.com>

next in thread | raw e-mail | index | archive | help
> -----Original Message-----
> From: Michael [mailto:soppscum@online.no]
> Sent: Thursday, September 26, 2002 00:35
> To: freebsd-questions@freebsd.org
> Subject: Upgrading to ipfw2?
>=20
>=20
> Could anyone explain or direct me to any procedures for=20
> 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=3DMYKERN

reboot.

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?C2DC75EEA405354AA9C03EF5CB8CDE080AC9D9>