From: Lorenzo Allegrucci <lorenzo.allegrucci@forinicom.it>
To: Patrick McHardy <kaber@trash.net>
Cc: netfilter@vger.kernel.org
Subject: Re: match SIP & RTP packets
Date: Sat, 05 Dec 2009 09:35:15 +0100 [thread overview]
Message-ID: <4B1A1B43.6020404@forinicom.it> (raw)
In-Reply-To: <4B179CD8.2080002@trash.net>
Patrick McHardy wrote:
> Lorenzo Allegrucci wrote:
>> Hi all, it's not clear to me whether nf_conntrack_sip does SIP and RTP
>> connection
>> tracking or just SIP.. can you clarify?
>> I need to match both SIP and RTP packets and I was wondering if the rule
>> below would satisfy my requirements:
>>
>> iptables -t mangle -A FORWARD -o eth0 -m helper --helper sip -j CLASSIFY
>> --set-class 1:1
>
> Almost, this will match on RTP packets and incoming signalling
> connections (-m helper matches on expected connections). What's
> missing is the original signalling connection on port 5060.
It doesn't work for me, but when I run the above
iptables rule it loads just the following modules:
nf_conntrack_ipv4 13352 1
nf_defrag_ipv4 1756 1 nf_conntrack_ipv4
xt_helper 1788 1
nf_conntrack 67608 2 nf_conntrack_ipv4,xt_helper
it doesn't load nf_conntrack_sip as I would expect..
(although it gives no errors)
I'll try again loading nf_conntrack manually and playing with
its parameters.
prev parent reply other threads:[~2009-12-05 8:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-02 22:38 match SIP & RTP packets Lorenzo Allegrucci
2009-12-03 11:11 ` Patrick McHardy
2009-12-03 11:50 ` Ming-Ching Tiew
2009-12-05 8:35 ` Lorenzo Allegrucci [this message]
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=4B1A1B43.6020404@forinicom.it \
--to=lorenzo.allegrucci@forinicom.it \
--cc=kaber@trash.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox