summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/INST.FreeBSD-2.2
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>1997-05-25 15:45:04 +0000
committerdarrenr <darrenr@FreeBSD.org>1997-05-25 15:45:04 +0000
commite0610b5498ab54082ddadbfebd47280245e3e0f8 (patch)
treef9876809ef0dd75bd4671d4afb7d3488f1972a5f /contrib/ipfilter/INST.FreeBSD-2.2
parentd25503500842fdd0550710a7afb953d1b8f20f00 (diff)
downloadFreeBSD-src-e0610b5498ab54082ddadbfebd47280245e3e0f8.zip
FreeBSD-src-e0610b5498ab54082ddadbfebd47280245e3e0f8.tar.gz
Import version 3.2alpha7
Diffstat (limited to 'contrib/ipfilter/INST.FreeBSD-2.2')
-rw-r--r--contrib/ipfilter/INST.FreeBSD-2.219
1 files changed, 12 insertions, 7 deletions
diff --git a/contrib/ipfilter/INST.FreeBSD-2.2 b/contrib/ipfilter/INST.FreeBSD-2.2
index 400963d..b0bae03 100644
--- a/contrib/ipfilter/INST.FreeBSD-2.2
+++ b/contrib/ipfilter/INST.FreeBSD-2.2
@@ -1,21 +1,26 @@
To build a kernel for use with the loadable kernel module, follow these
steps:
- 1. do "make freebsd22"
+ 1. In /sys/i386/conf, create a new kernel config file (to be used
+ with IPFILTER), i.e. FIREWALL and run config, i.e. "config FIREWALL"
- 2. do "make install-bsd"
+ 2. build the object files, telling it the name of the kernel to be
+ used. "freebsd22" MUST be the target, so the command would be
+ something like this: "make freebsd22 IPFILKERN=FIREWALL"
+
+ 3. do "make install-bsd"
(probably has to be done as root)
- 3. run "FreeBSD-2.2/minstall" as root
+ 4. run "FreeBSD-2.2/minstall" as root
- 4. build a new kernel
+ 5. build a new kernel
- 5. install and reboot with the new kernel
+ 6. install and reboot with the new kernel
- 6. use modload(8) to load the packet filter with:
+ 7. use modload(8) to load the packet filter with:
modload if_ipl.o
- 7. do "modstat" to confirm that it has been loaded successfully.
+ 8. 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,
OpenPOWER on IntegriCloud