From owner-freebsd-questions Tue Sep 3 21:51:32 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA21762 for questions-outgoing; Tue, 3 Sep 1996 21:51:32 -0700 (PDT) Received: from gdi.uoregon.edu (cisco-ts10-line5.uoregon.edu [128.223.150.103]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA21757 for ; Tue, 3 Sep 1996 21:51:29 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.7.5/8.6.12) with SMTP id VAA00478; Tue, 3 Sep 1996 21:50:24 -0700 (PDT) Date: Tue, 3 Sep 1996 21:50:24 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Richard Levenberg cc: questions@freebsd.org Subject: Re: Serial connection with PPP In-Reply-To: <199609030502.WAA04855@ufp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 2 Sep 1996, Richard Levenberg wrote: > according to the man page for ppp it says direct uses stdin and stdout. I have > no idea how to go about getting a serial interface up and running with > stdin and stdout so if you have any suggestions i would be very appreciative > to hear them. I read more than one message in the archives that seemed > to indicate using ppp was a bad idea for a permanent connection and that > pppd would be much more stable. stdin and stdout stand for "standard input" and "standard output", which are your keyboard and display, respectively. ppp -direct basically turns a terminal session into a PPP session. SLiRP is another piece of software that does the same thing but is much more stable. This is all assuming you can compile and run these on the remote host (ie, it's a FreeBSD box too) or you can figure out how to compile them. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major