From: Raviv <raviv.haim@gmail.com>
To: netfilter@vger.kernel.org
Subject: Setting NOTRACK on all tcp connections
Date: Wed, 01 Dec 2010 16:35:01 +0200 [thread overview]
Message-ID: <4CF65D15.3060109@trego.co.il> (raw)
Hi,
I'm developing a module that should mark DSCP values on SIP and related
RTP connections.
For that task i have created the relevant rules.
However i would to use the conntrack only for theses udp (SIP and RTP)
connections.When testing in heavy TCP load environment i got the
conntrack table full.
I tried to setup a rule for notracking TCP connections as follows:
iptables -t raw -A PREROUTING -p tcp -j NOTRACK
but stiil i can see a lot of tcp connections in /proc/net/nf_conntrack.
How do i set the rule for tcp NOTRACK?
Thanks,
Raviv
next reply other threads:[~2010-12-01 14:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-01 14:35 Raviv [this message]
2010-12-01 14:42 ` Setting NOTRACK on all tcp connections Pascal Hambourg
2010-12-01 14:47 ` Jan Engelhardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CF65D15.3060109@trego.co.il \
--to=raviv.haim@gmail.com \
--cc=netfilter@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.