File: README

package info (click to toggle)
psad 2.4.3-1.2~deb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,884 kB
  • sloc: perl: 13,751; ansic: 1,322; sh: 342; makefile: 74
file content (23 lines) | stat: -rw-r--r-- 1,240 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

This README applies to the patch files contained within the "patches"
directory in the psad (http://www.cipherdyne.org/psad) sources.

The patches in this directory are organized by kernel version or iptables
version, so "linux-2.4.27_conntrack.patch" applies to the linux-2.4.27
kernel, and "iptables-1.3.8_LOG_prefix_space.patch" applies to iptables-1.3.8.

The "iptables-1.3.8_LOG_prefix_space.patch" adds a trailing space to any
iptables log prefix that does not already include a space. This means that an
iptables log prefix cannot break the separator tokens (specifically the IN=
token) in an iptables log message.  More information about this can be found
here:

http://www.cipherdyne.org/blog/2007/08/trailing-spaces-and-iptables-log-prefixes.html

Many of the patches in this directory apply to the conntrack module.
Specifically, each patch extends the close wait timeout for TCP connections
from 60 seconds to 2 minutes.  If you are seeing iptables log messages for TCP
ACK packets associated with legitimate TCP connections (i.e. packets are not
being correctly identified as such by the conntrack module), you may want to
apply the appropriate conntrack patch. See the BUGS section of the psad man
page for more information.