summaryrefslogtreecommitdiff
path: root/debian/conntrackd.conf
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-03-10 14:40:20 +0000
committerMax Kellermann <max@duempel.org>2008-03-10 14:40:20 +0000
commit668e49b883c24aa7c01f663a8ffb7da5ba87cfa9 (patch)
treeeb0644f7413234b97517befe5ece1bb799156e02 /debian/conntrackd.conf
parent76d6b232e5ea85cf869248f6af15f8ce6368c1d4 (diff)
downloadconntrack-tools-668e49b883c24aa7c01f663a8ffb7da5ba87cfa9.tar.gz
conntrack-tools-668e49b883c24aa7c01f663a8ffb7da5ba87cfa9.zip
ship upstream conffile
Diffstat (limited to 'debian/conntrackd.conf')
-rw-r--r--debian/conntrackd.conf64
1 files changed, 0 insertions, 64 deletions
diff --git a/debian/conntrackd.conf b/debian/conntrackd.conf
deleted file mode 100644
index dbcace5..0000000
--- a/debian/conntrackd.conf
+++ /dev/null
@@ -1,64 +0,0 @@
-#
-# General settings
-#
-General {
- #
- # Number of buckets in the caches: hash table
- #
- HashSize 8192
-
- #
- # Maximum number of conntracks:
- # it must be >= $ cat /proc/sys/net/ipv4/netfilter/ip_conntrack_max
- #
- HashLimit 65535
-
- #
- # Logfile
- #
- LogFile /var/log/conntrackd.log
-
- #
- # Lockfile
- #
- LockFile /var/lock/conntrackd.lock
-
- #
- # Unix socket configuration
- #
- UNIX {
- Path /var/run/conntrackd.sock
- Backlog 20
- }
-
- #
- # Netlink socket buffer size
- #
- SocketBufferSize 262142
-
- #
- # Increase the socket buffer up to maximun if required
- #
- SocketBufferSizeMaxGrown 655355
-}
-
-#
-# Ignore traffic for a certain set of IP's: Usually
-# all the IP assigned to the firewall since local
-# traffic must be ignored, just forwarded connections
-# are worth to replicate
-#
-IgnoreTrafficFor {
- IPv4_address 127.0.0.1 # loopback
-}
-
-#
-# Do not replicate certain protocol traffic
-#
-IgnoreProtocol {
- UDP
-# ICMP
-# IGMP
-# VRRP
- # numeric numbers also valid
-}