summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/FreeBSD-3/INST.FreeBSD-3
blob: 8c7b8efc9263ce94bca48e398efc067742c9c5db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
To build a kernel with the IP filter, follow these 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
 
	7. reboot


Darren Reed
darrenr@pobox.com
OpenPOWER on IntegriCloud