All sources I see from Google (not BQ sources however) say I should use the
last one.
_____
From: Darrell D. Mobley [mailto:dmobley (at mark) uhostme.net]
Sent: Thursday, May 11, 2006 7:07 PM
To: coba-e (at mark) bluequartz.org
Subject: [coba-e:05133] Portsentry
I'm setting up Portsentry and am curious what KILL_ROUTE I should use for
BlueQuarts:
# ipfwadm support for Linux
#KILL_ROUTE="/sbin/ipfwadm -I -i deny -S $TARGET$ -o"
#
# ipfwadm support for Linux (no logging of denied packets)
#KILL_ROUTE="/sbin/ipfwadm -I -i deny -S $TARGET$"
#
# ipchain support for Linux
#KILL_ROUTE="/sbin/ipchains -I input -s $TARGET$ -j DENY -l"
#
# ipchain support for Linux (no logging of denied packets)
#KILL_ROUTE="/sbin/ipchains -I input -s $TARGET$ -j DENY"
#
# iptables support for Linux
#KILL_ROUTE="/sbin/iptables -I INPUT -s $TARGET$ -j DROP"
5137_2.html (attatchment)