From 9b632708fe7d7ae0badd09f08d11857ca24400f7 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 20 Jun 1998 18:29:38 +0000 Subject: Import trimmed version of ipfilter 3.2.7. Obtained from: Darren Reed via http://cheops.anu.edu.au/~avalon/ --- contrib/ipfilter/INSTALL.xBSD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'contrib/ipfilter/INSTALL.xBSD') diff --git a/contrib/ipfilter/INSTALL.xBSD b/contrib/ipfilter/INSTALL.xBSD index 9ab66f12932c..b06ad4b8ab3b 100644 --- a/contrib/ipfilter/INSTALL.xBSD +++ b/contrib/ipfilter/INSTALL.xBSD @@ -31,9 +31,14 @@ To build a kernel with the IP filter, follow these steps: 4. build a new kernel - 5. create /dev/ipl with "mknod /dev/ipl c 59 0". + 5. create devices for IP Filter as follows (assuming it was + installed into the device table as char dev 20): + mknod /dev/ipl c 20 0 + mknod /dev/ipnat c 20 1 + mknod /dev/ipstate c 20 2 + mknod /dev/ipauth c 20 3 6. install and reboot with the new kernel Darren -darrenr@cyber.com.au +darrenr@pobox.com -- cgit v1.2.3