]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ipfilter/FreeBSD-3/INST.FreeBSD-3
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ipfilter / FreeBSD-3 / INST.FreeBSD-3
1 To build a kernel with the IP filter, follow these seven steps:
2
3         1. do "make freebsd3"
4
5         2. do "make install-bsd"
6            (probably has to be done as root)
7
8         3. run "FreeBSD-3/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                 mknod /dev/ipsync c 79 4
20                 mknod /dev/ipscan c 79 5
21  
22         7. reboot
23
24
25 Darren Reed
26 darrenr@pobox.com