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
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html