Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / ipfilter / FreeBSD-4.0 / INST.FreeBSD-4
1 To build a kernel with the IP filter, follow these seven steps:
2
3         1. do "make freebsd4"
4
5         2. do "make install-bsd"
6            (probably has to be done as root)
7
8         3. run "FreeBSD-4.0/kinstall" as root
9
10         4. build a new kernel
11
12         5. install the new kernel
13  
14         6. If not using DEVFS, create devices for IP Filter as follows:
15                 mknod /dev/ipl c 79 0
16                 mknod /dev/ipnat c 79 1
17                 mknod /dev/ipstate c 79 2
18                 mknod /dev/ipauth c 79 3
19  
20         7. reboot
21
22
23 Darren Reed
24 darrenr@pobox.com