From owner-freebsd-questions@FreeBSD.ORG Sat Sep 20 22:20:14 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 9075B16A4C0 for ; Sat, 20 Sep 2003 22:20:14 -0700 (PDT) Received: from amd2000.vagner.com (vsat-148-63-183-120.c189.t7.mrt.starband.net [148.63.183.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3FBE43F75 for ; Sat, 20 Sep 2003 22:20:09 -0700 (PDT) (envelope-from george@vagner.com) Received: from thunderbird ([192.168.0.150]) by amd2000.vagner.com (8.12.9/8.12.9) with SMTP id h8L5Juvd000809 for ; Sat, 20 Sep 2003 22:19:59 -0700 (MST) (envelope-from george@vagner.com) Message-ID: <050c01c37fff$fe000cb0$9600a8c0@thunderbird> From: "george" To: Date: Sat, 20 Sep 2003 22:19:50 -0700 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: ppp direct with nat 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: Sun, 21 Sep 2003 05:20:14 -0000 I use ppp -direct to allow dial ins but dont want to=20 waste my few static ip's i have so is there a way to make the dialin lines one of the unrouteable ones and do a "reverse nat" to my real ip? I was thinking something like running=20 ppp -nat -direct dialin and using=20 (ppp.conf) dialin set ifaddr enable proxy this dont seem to allow packets out of the network though I need help on this one. Thanks george