File sysconfig.portsentry of Package portsentry
## Path: Network/Monitors/Portsentry
## Description: Portentry definitions
## Type: string
## Default: -tcp
## ServiceRestart: portsentry
#
# Portsentry can currently only be started with exactly ONE option.
# Therefore it doesn't scan udp and tcp scans simultaneously, because
# either a tcp or an udp mode can be set. Therefore SuSE Linux is
# starting portsentry twice and the tcp/udp mode can be choosen individualy.
#
# For more information look at the documentation
# /usr/share/doc/packages/portsentry
# especialy README.install
#
# TCP mode:
# -tcp: basic port-bound TCP mode
# -stcp: Stealth TCP scan detection
# -atcp: Advanced TCP stealth scan detection
#
PORTSENTRY_TCP_OPTION="-tcp"
## Type: string
## Default: -udp
#
# UDP mode:
# -udp: basic port-bound UDP mode
# -sudp: "Stealth" UDP scan detection
# -audp: Advanced "Stealth" UDP scan detection
#
PORTSENTRY_UDP_OPTION="-udp"