From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nils Ohlmeier Subject: Re: conntrack manipulation Date: Tue, 13 May 2003 15:52:44 +0200 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <200305131552.44424.lists@ohlmeier.de> References: <200305122335.h4CNZpL24181@singularity.tronunltd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: Return-path: To: "Ian Latter" In-Reply-To: <200305122335.h4CNZpL24181@singularity.tronunltd.com> Content-Disposition: inline Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org Hi Ian, On Tuesday 13 May 2003 01:35, Ian Latter wrote: > How, then, does this differ from either the FTP conntrack+nat > module? Surely you just want to right a small connection tracker > that understands your phone protocol and relays connections > appropriately? SIP differ in a lot points from FTP: - it uses normaly UDP not TCP (although TCP is possible according to the newset RFC3261) - it needs more then one related connection (ok thats not a problem any more) - its a ASCII based protocol related with http - it can contain hostnames instead of IP <- and thats the reason why it exist no conntrack helper and i do/will not write such a module Regards Nils Ohlmeier