From owner-freebsd-questions Tue Sep 21 17:39:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from awfulhak.org (dynamic-100.max1-du-ws.dialnetwork.pavilion.co.uk [212.74.8.100]) by hub.freebsd.org (Postfix) with ESMTP id 6F21F157BE for ; Tue, 21 Sep 1999 17:39:34 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (root@keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id XAA32220; Tue, 21 Sep 1999 23:16:56 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id XAA38125; Tue, 21 Sep 1999 23:22:42 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199909212222.XAA38125@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Brian Zhou Cc: questions@FreeBSD.ORG Subject: Re: ppp waiting for incoming connection over ssh tty In-reply-to: Your message of "Sat, 18 Sep 1999 21:31:29 PDT." <000901bf0257$d8eec440$0200a8c0@hplzhoutp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 21 Sep 1999 23:22:35 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > With Linux on both ends, I can start the following script to establish ppp > connection > over ssh, how can I use FreeBSD PPP on the _server_ side to do the same > thing? Use ``set device "!ssh .... ppp -direct ..."''. There are examples in the ppp.conf.sample file. I believe you need to be running 3.0 or greater and probably a pretty new version of ppp (say from my web site). If you continue to get disconnects, try increasing the logging so that you can see what's going on (``set log phase lcp ipcp debug command'' perhaps). -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message