summaryrefslogtreecommitdiffstats
path: root/FreeBSD-3/INST.FreeBSD-3
diff options
context:
space:
mode:
Diffstat (limited to 'FreeBSD-3/INST.FreeBSD-3')
-rw-r--r--FreeBSD-3/INST.FreeBSD-326
1 files changed, 26 insertions, 0 deletions
diff --git a/FreeBSD-3/INST.FreeBSD-3 b/FreeBSD-3/INST.FreeBSD-3
new file mode 100644
index 0000000..5c30b57
--- /dev/null
+++ b/FreeBSD-3/INST.FreeBSD-3
@@ -0,0 +1,26 @@
+To build a kernel with the IP filter, follow these seven steps:
+
+ 1. do "make freebsd3"
+
+ 2. do "make install-bsd"
+ (probably has to be done as root)
+
+ 3. run "FreeBSD-3/kinstall" as root
+
+ 4. build a new kernel
+
+ 5. install the new kernel
+
+ 6. If not using DEVFS, create devices for IP Filter as follows:
+ mknod /dev/ipl c 79 0
+ mknod /dev/ipnat c 79 1
+ mknod /dev/ipstate c 79 2
+ mknod /dev/ipauth c 79 3
+ mknod /dev/ipsync c 79 4
+ mknod /dev/ipscan c 79 5
+
+ 7. reboot
+
+
+Darren Reed
+darrenr@pobox.com
OpenPOWER on IntegriCloud