I made a rough package of this for a friend. You're welcome to take whatever you like from it. http://people.debian.org/~ljlane/downloads/
The are lots of ugly hard coded paths in the source, but most fit into the Debian layout. You'll probably want to use --sysconfdir=/etc with the configure script. Also, change this line in netfilter_script.c: fprintf (script, "IPT=/sbin/iptables\nMPB=/sbin/modprobe\nLSM=/sbin/lsmod\n\n") Debian's iptables binary is /usr/sbin/iptables. -- [EMAIL PROTECTED]

