On Mon, 1 Jan 2001, Steve Wingate wrote:
I've read the man page and the website and I still apparently am
not applying
this correctly. I still have 3.3.18 upon reboot. Can someone give
me ALL the
steps please?
cd /usr/src
gzip -d ipf-28-to-3320.diff.gz | patch -p1
make includes
cd /usr/src/sbin/ipf && make cleandir && make && make install
cd /usr/src/sbin/ipfstat && make cleandir && make && make install
cd /usr/src/sbin/ipnat && make cleandir && make && make install
cd /usr/src/usr.sbin/ipmon && make cleandir && make && make install
cd /usr/src/usr.sbin/ipftest && make cleandir && make && make install
... and rebuild your kernel.
-d