summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/INSTALL.NetBSD
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-06-20 18:29:38 +0000
committerpeter <peter@FreeBSD.org>1998-06-20 18:29:38 +0000
commit9529c38ad8859b9f325867d97f266101f2c4dca3 (patch)
tree7c9206c000e7ad493db842a3fecdf77deacb096a /contrib/ipfilter/INSTALL.NetBSD
parent58e3555d887b6a5b1f460d8ee84ca4e97c0a8217 (diff)
downloadFreeBSD-src-9529c38ad8859b9f325867d97f266101f2c4dca3.zip
FreeBSD-src-9529c38ad8859b9f325867d97f266101f2c4dca3.tar.gz
Import trimmed version of ipfilter 3.2.7.
Obtained from: Darren Reed via http://cheops.anu.edu.au/~avalon/
Diffstat (limited to 'contrib/ipfilter/INSTALL.NetBSD')
-rw-r--r--contrib/ipfilter/INSTALL.NetBSD12
1 files changed, 9 insertions, 3 deletions
diff --git a/contrib/ipfilter/INSTALL.NetBSD b/contrib/ipfilter/INSTALL.NetBSD
index 8478712..012d6d7 100644
--- a/contrib/ipfilter/INSTALL.NetBSD
+++ b/contrib/ipfilter/INSTALL.NetBSD
@@ -41,8 +41,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".
- (for NetBSD-1.2, use "mknod /dev/ipl c 49 0")
+ 5. Create device files. For NetBSD-1.2 (or later), use 49 as the
+ major number. For NetBSD-1.1 or earlier, use 59. Run these
+ commands as root, substituting <major> for the appropriate number:
+
+ mknod /dev/ipl c <major> 0
+ mknod /dev/ipnat c <major> 1
+ mknod /dev/ipstate c <major> 2
+ mknod /dev/ipauth c <major> 3
** NOTE: both the numbers 49 and 59 should be substituted with
whatever number you inserted it into conf.c as.
@@ -50,4 +56,4 @@ To build a kernel with the IP filter, follow these steps:
6. install and reboot with the new kernel
Darren Reed
-darrenr@cyber.com.au
+darrenr@pobox.com
OpenPOWER on IntegriCloud