IP Filter FAQ

Previous | TOC | Next

XI. IP FILTER AND NETBSD

  1. How do I upgrade IP Filter on NetBSD?

  1. How do I upgrade IP Filter on NetBSD?
    Upgrade IP Filter kernel source and build/install new binaries. In the IP Filter source directory:
    ./BSD/kupgrade
    make netbsd
    make install-bsd
    Recompile the kernel with new version of IP Filter:
    cd /sys/arch/`uname -m`/conf
    config mykernel
    cd ../compile/mykernel
    make depend
    make
    mv /netbsd /netbsd.old
    mv netbsd /netbsd
    Reboot, and you should be all set.
Previous | TOC | Next