Index: [Article Count Order] [Thread]

Date:  Thu, 11 May 2006 19:06:58 -0400
From:  "Darrell D. Mobley" <dmobley (at mark) uhostme.net>
Subject:  [coba-e:05133] Portsentry
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <001c01c6754f$9b052670$6400a8c0@COMPUTER8SD7ER2>
In-Reply-To:  
X-Mail-Count: 05133

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"


	

5133_2.html (attatchment)