From owner-freebsd-isp@FreeBSD.ORG Wed Aug 25 21:12:21 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4EE916A4CE for ; Wed, 25 Aug 2004 21:12:21 +0000 (GMT) Received: from ms-smtp-02-eri0.socal.rr.com (ms-smtp-02-qfe0.socal.rr.com [66.75.162.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94D9943D46 for ; Wed, 25 Aug 2004 21:12:21 +0000 (GMT) (envelope-from esayer1@san.rr.com) Received: from [192.168.1.29] (66-75-225-77.san.rr.com [66.75.225.77]) i7PLCJXr028681 for ; Wed, 25 Aug 2004 14:12:19 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <782F78B6-F6DB-11D8-8795-000A95CCF8C4@san.rr.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-isp@freebsd.org From: Evan Sayer Date: Wed, 25 Aug 2004 14:12:28 -0700 X-Mailer: Apple Mail (2.619) X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: PPP Gateway X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2004 21:12:21 -0000 Hello- I want to setup PPP to accept dial in connections on my LAN's gateway, but I want the gateway machine to pass on all packets to a specific machine inside the network, in a secure way. The best way I can think of doing it (hypothetically), would be to forward all PPP connections from the gateway to the machine in the inside of the network via ssh. I, however, have no idea how to do this, so any help is appreciated. I use user-ppp, by the way. -Thanks in advance.