From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: nf_nat_sip with CT target Date: Thu, 14 Feb 2013 14:05:56 +0100 Message-ID: <20130214130556.GA3788@localhost> References: <511C16B6.3000607@centurion.net.nz> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <511C16B6.3000607@centurion.net.nz> Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Daniel Reurich Cc: netfilter@vger.kernel.org On Thu, Feb 14, 2013 at 11:41:58AM +1300, Daniel Reurich wrote: > Hi, > > I'm having trouble figuring out how to set up nf_nat_sip when using > the CT target for loading nf_conntrack_sip. > > The CT target for sip works fine. > > What I'm struggling with is finding any documentation that indicates > how to add the fucntion of nf_nat_sip as well. > > Do I still need to manually load the nf_nat_sip module or can it be > loaded by the conntrack helper or some similar method? modprobe nf_nat_sip should be enough. Regards.