From owner-freebsd-net@freebsd.org Fri May 13 08:10:53 2016 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7C1CB391E2 for ; Fri, 13 May 2016 08:10:53 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C6601E31 for ; Fri, 13 May 2016 08:10:52 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3r5jGX0VYzzZqp; Fri, 13 May 2016 10:10:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject:received:received; s=mail; t= 1463127042; x=1464941443; bh=RN1zxR3XdLSZPvcU+efOktCKHh4sIZbfFeO W8FCPyo0=; b=FIU1JfPgkq5aWKPB6Te5YdLor7E4/3l1TinwzQu/p9HpmpiOy5c u/DZUTqbg46lGfe5LSNUUXa4WRra0OUeq91SbEs2kp2+Oj0S4rNEGozSR8RjfQY5 w9Qg9rj9IN0tdPA++fHb4sFSGElhNgaA9rri8nruBYj607xJXrJdDm8k= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id bO2z5Au-7Duw; Fri, 13 May 2016 10:10:42 +0200 (CEST) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Fri, 13 May 2016 10:10:42 +0200 (CEST) Subject: Re: NAT SIP ALG To: Eugene Grosbein , "freebsd-net@freebsd.org" References: <5734D478.2010809@grosbein.net> From: Guido Falsi Message-ID: <70337093-6977-54d2-63cb-15b931c8c726@madpilot.net> Date: Fri, 13 May 2016 10:10:41 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <5734D478.2010809@grosbein.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2016 08:10:53 -0000 On 05/12/16 21:07, Eugene Grosbein wrote: > Hi! > > Does FreeBSD have any kind of NAT capable of parsing SIP signalling traffic > to properly translate IP addresses inside protocol? Not that I know of. You could use the net/kamailio port to proxy SIP traffic though. It should be able to do what you are asking for. -- Guido Falsi