]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ipfilter/INSTALL.BSDOS
This commit was generated by cvs2svn to compensate for changes in r54816,
[FreeBSD/FreeBSD.git] / contrib / ipfilter / INSTALL.BSDOS
1
2 BSD/OS users.
3 -------------
4
5 First, you need to build IP Filter.  Do this from the "ip_fil3.2.x"
6 directory with the command "make bsdos".  If this completes successfully,
7 install the various bits and pieces with "make install-bsd".
8
9 Prior to starting, it is a good idea for you to know what your kernel config
10 file is (it appears that the script guesses incorrectly at present).
11
12 Once you have that in mind, run the 'kinstall' script in the correct
13 BSDOS3 or BSDOS4 directory.  This will attempt to patch a bunch of files
14 or install the relevant .o files if you don't have kernel source.
15 It will also go and install all the IP Filter .c and .h files where they
16 can be find when it comes time to build the kernel.
17
18 The script will then pause and ask you for your kernel configuration
19 file.  After you enter this, it will add "options IPFILTER" to your
20 kernel configuration file.  IF YOU WANT TO DO LOGGING, ADD
21 "options IPFILTER_LOG" to your kernel configuration file NOW!
22
23 Now that you've got your kernel configuration file done, use config
24 to setup a new kernel build and complete with make.
25
26 When the kernel rebuilt is complete, put it into / and reboot with
27 your new kernel.  If IP Filter has been configured into your kernel
28 correctly, you will see a message like this when your system boots:
29
30 IP Filter: initialized.  Default = pass all, Logging = enabled
31
32 Upon logging in, the IP Filter commands ipfstat, et al, should all
33 function properly.
34
35 Darren