| The following instructions apply only if you are only ipnat and *not* adding IP
Filter. The IP Filter installation process will do the following steps
for you. To enable ipnat, you need to add some configuration
options to your kernel configuration file and then compile a new kernel. This is
pretty easy. Then you will need to follow the Handbook instructions Building and Installing
a Custom Kernel.
The line you need to add for ipnat is:
options IPFILTER #kernel ipfilter support
Then compile your kernel and install it as per the handbook instructions |