Add Kconfig descriptions for Chaostables, ECHO, geoip

This commit is contained in:
Jan Engelhardt
2008-03-24 13:53:01 +01:00
parent 463dceb709
commit 8fa47480f8
5 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
config NETFILTER_XT_TARGET_CHAOS
tristate '"CHAOS" target support'
depends on NETFILTER_XTABLES && NETFILTER_ADVANCED
depends on NETFILTER_XT_TARGET_DELUDE || NETFILTER_XT_TARGET_TARPIT
depends on CONFIG_IP_NF_TARGET_REJECT
---help---
The CHAOS target is a module to report back false results to nmap
scans by randomly switching between DELUDE/TARPIT, REJECT and DROP
behavior.

View File

@@ -0,0 +1,6 @@
config NETFILTER_XT_TARGET_DELUDE
tristate '"DELUDE" target support'
depends on NETFILTER_XTABLES && NETFILTER_ADVANCED
---help---
The DELUDE target acknowledges connection initiations but forcibly
closes on any other packet, therefore making the port look open.

View File

@@ -0,0 +1,6 @@
config NETFILTER_XT_TARGET_ECHO
tristate '"ECHO" sample target'
depends on NETFILTER_XTABLES && NETFILTER_ADVANCED
---help---
The ECHO target provides a demonstrational implementation of an
Xtables target implementing RFC 862 for UDP.

View File

@@ -0,0 +1,10 @@
config NETFILTER_XT_MATCH_GEOIP
tristate '"geoip" match support'
depends on NETFILTER_XTABLES
---help---
This option allows you to match a packet by its source or destination
country. Basically, you need a country's database containing all
subnets and associated countries.
For the complete procedure and understanding, read:
http://people.netfilter.org/acidfu/geoip/howto/geoip-HOWTO.html

View File

@@ -0,0 +1,8 @@
config NETFILTER_XT_MATCH_PORTSCAN
tristate '"portscan" target support'
depends on NETFILTER_XTABLES && NETFILTER_ADVANCED
---help---
The portscan match allows to match on the basic types of nmap
scans: Stealth Scan, SYN scan and connect scan. It can also match
"grab-only" connections, i.e. where data flows in only one
direction.