summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/INSTALL.SunOS
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>1997-02-09 22:50:16 +0000
committerdarrenr <darrenr@FreeBSD.org>1997-02-09 22:50:16 +0000
commitcb8d46a179f2d30ac1cd0a01eb156e1a4c08d717 (patch)
tree93c7db298b1fd70f9e27663b3fd527da063d0008 /contrib/ipfilter/INSTALL.SunOS
downloadFreeBSD-src-cb8d46a179f2d30ac1cd0a01eb156e1a4c08d717.zip
FreeBSD-src-cb8d46a179f2d30ac1cd0a01eb156e1a4c08d717.tar.gz
Import IP Filter v3.1.7 into FreeBSD tree
Diffstat (limited to 'contrib/ipfilter/INSTALL.SunOS')
-rw-r--r--contrib/ipfilter/INSTALL.SunOS36
1 files changed, 36 insertions, 0 deletions
diff --git a/contrib/ipfilter/INSTALL.SunOS b/contrib/ipfilter/INSTALL.SunOS
new file mode 100644
index 0000000..836d121
--- /dev/null
+++ b/contrib/ipfilter/INSTALL.SunOS
@@ -0,0 +1,36 @@
+
+To install as a Loadable Kernel Module (LKM):
+
+ 1. do a "make sunos4" in this directory
+
+ 2. Run the script "SunOS4/minstall" as root.
+
+ 3. change directory to SunOS4 and run "make install"
+
+ 4. Reboot using the new kernel
+
+ 5. use modload(8) to load the packet filter with:
+ modload if_ipl.o
+
+ 6. do "modstat" to confirm that it has been loaded successfully.
+
+ There is no need to use mknod to create the device in /dev;
+ - upon loading the module, it will create itself with the correct
+ values, under the name (IPL_NAME) from the Makefile. It will
+ also remove itself from /dev when it is modunload'd.
+
+
+To install as part of a SunOS 4.1.x kernel:
+
+ 1. do a "make sunos4" in this directory
+
+ 2. Run the script "SunOS4/kinstall" as root.
+ NOTE: This script sets up /dev/ipl as char. device 59,0
+ in /sys/sun/conf.c
+
+ 3. Do "mknod /dev/ipl c 59 0" as root.
+
+ 4. Reboot using the new kernel
+
+Darren Reed
+darrenr@cyber.com.au
OpenPOWER on IntegriCloud