Re: [PATCH 00/19] netfilter: IPv6 NAT
From: Patrick McHardy <hidden>
Date: 2012-08-09 21:52:16
Also in:
netfilter-devel
On Thu, 9 Aug 2012, Eric W. Biederman wrote:
kaber@trash.net writes:quoted
The following patches contain an updated version of IPv6 NAT against Linus' current tree. The series is organized as follows: - Patches 01-03 contain bugfixes for SIP helper bugs/regressions present in the current kernelWhy not just delete this code? The current best practices are to disable ALGs for SIP. To the point in some circles people recommend running SIP over TLS to avoid over helpful NAT ALGs.
And where can I read up on these best practices and how well they work? In any case, these patches are all for the connection tracking helper, which is needed unless you want to open up your firewall for every possible RTP source, in which case you can simply disable it. Some people are also using it to proritize RTP streams without any filtering. Also, even if the NAT helper would not mangle packets, it is still needed to adjust expectations. so incoming connections can go to the correct destination. That is, direct RTP connections between two endpoints that didn't have any direct signalling communication before You can of course also proxy everything through your SIP provider (including internal calls) and/or use STUN (which is unreliable under Linux). I prefer not to.