From owner-freebsd-questions@FreeBSD.ORG Tue Jul 1 15:48:24 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 1532537B401 for ; Tue, 1 Jul 2003 15:48:24 -0700 (PDT) Received: from mta1.adelphia.net (mta1.adelphia.net [64.8.50.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63D1B44028 for ; Tue, 1 Jul 2003 15:48:22 -0700 (PDT) (envelope-from FBSD_user@a1poweruser.com) Received: from barbish ([68.169.105.49]) by mta1.adelphia.net (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with SMTP id <20030701225216.OOIW25556.mta1.adelphia.net@barbish> for ; Tue, 1 Jul 2003 18:52:16 -0400 From: "FBSD_User" To: "freebsd-questions@FreeBSD. ORG" Date: Tue, 1 Jul 2003 18:48:21 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: Stand-a-lone NAT PGM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FBSD_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 22:48:24 -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