To have ipguard start at boot time, add the following line
to /etc/rc.local, substituting <interface> as needed:

if [ -x /usr/local/sbin/ipguard ]; then
	install -d -o _ipguard /var/run/ipguard
	/usr/local/sbin/ipguard <interface>
	echo -n ' ipguard'
fi
