From owner-freebsd-ipfw@FreeBSD.ORG Wed Jun 8 20:35:46 2005 Return-Path: X-Original-To: freebsd-ipfw@freebsd.org Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38DA016A41C for ; Wed, 8 Jun 2005 20:35:46 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CD4A43D1F for ; Wed, 8 Jun 2005 20:35:45 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/8.12.11/smtpout11/MantshX 4.0) with ESMTP id j58KZjIN001300; Wed, 8 Jun 2005 13:35:45 -0700 (PDT) Received: from [192.168.1.6] (pool-68-161-69-6.ny325.east.verizon.net [68.161.69.6]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id j58KZe28026754; Wed, 8 Jun 2005 13:35:42 -0700 (PDT) In-Reply-To: <20050608173038.2327b73f@giboia> References: <43866.62.2.21.164.1117631913.squirrel@www.gwch.net> <429DB9B2.70405@t-hosting.hu> <429DC1FB.5000606@tech-21.com.hk> <429DC31C.4020000@centtech.com> <20050608173038.2327b73f@giboia> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <365B62E6-8D2E-47E1-9F86-A9CC315F88ED@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 8 Jun 2005 16:35:39 -0400 To: Gilberto Villani Brito X-Mailer: Apple Mail (2.730) Cc: freebsd-ipfw@freebsd.org Subject: Re: natd X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 20:35:46 -0000 On Jun 8, 2005, at 4:30 PM, Gilberto Villani Brito wrote: > How can I make a nat for many different networks using different > real IPs using natd? People with many different networks using real IPs generally don't need natd, they simply use a router and/or firewall. This being said, you can use natd with real IPs exactly the same way as you would for RFC-1918 unroutable ones. You can run natd multiple times by incrementing the divert socket # for each and have each natd talk to a different divert socket. -- -Chuck