From owner-freebsd-questions@FreeBSD.ORG Fri Jun 27 10:51:09 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12F8D37B401 for ; Fri, 27 Jun 2003 10:51:09 -0700 (PDT) Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4DCB43FD7 for ; Fri, 27 Jun 2003 10:51:07 -0700 (PDT) (envelope-from culverk@yumyumyum.org) Received: by mailhub.yumyumyum.org (Postfix, from userid 1001) id D28322A2; Fri, 27 Jun 2003 13:51:28 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhub.yumyumyum.org (Postfix) with ESMTP id CE472173; Fri, 27 Jun 2003 13:51:28 -0400 (EDT) Date: Fri, 27 Jun 2003 13:51:28 -0400 (EDT) From: Kenneth Culver To: FBSD_User In-Reply-To: Message-ID: <20030627134258.K19918@alpha.yumyumyum.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: Stand-a-lone NAT PGM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2003 17:51:09 -0000 > I have been looking for NAT program which is not part of some other > program like NATD is part of IPFW or IPNAT is part of IPFILTER or NAT of > user ppp. I can not find any NAT program in the FBSD ports collection > unless I mis-understood some description. If anybody knows of one > please let me know. Yes I know that I can set firewall rule to pass all > packets just to use NAT function, but I don't want overhead of firewall > logic, just simple NAT like PPP NAT function with out the PPP stuff. I > was wondering if the NAT logic code from user ppp could be copied and > made into stand-a-lone NAT program. My programming ability is not great > so I am asking for opinions on weather this is technical possible? > Thanks As far as I know, you HAVE to use a Firewall because there has to be some way to redirect the packets to the "nat program." Ken