From owner-freebsd-questions Sat Mar 7 23:53:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA22007 for freebsd-questions-outgoing; Sat, 7 Mar 1998 23:53:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA21968 for ; Sat, 7 Mar 1998 23:53:27 -0800 (PST) (envelope-from jkb@best.com) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.8/8.8.BEST) with SMTP id XAA21787 for ; Sat, 7 Mar 1998 23:53:23 -0800 (PST) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Sat, 7 Mar 1998 23:53:23 -0800 (PST) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: questions@FreeBSD.ORG Subject: stty and ppp questions Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I am trying to setup a PPP server on one of the machines. It is connected to the LAN with the ethernet and has ttyd1 as it's modem. (The machine is 2.2.5-RELEASE) First problem I am running into is that stty changes baud settings for ttyd1 to 9600 every time I connect to it. Here is what /etc/ttys has: # grep ttyd1 /etc/ttys ttyd1 "/usr/libexec/getty std.57600" dialup on insecure #ttyd1 "/usr/sbin/pppd -detach" unknown on insecure # Main question I have is how can I save stty settings forever so it will never change back to 9600? Another question is that after following man page for ijj-ppp on how to setup incoming ppp connections (Method 1), I am running into trouble where after ppp user quits, "ppp -direct" is still running and ppp user still shows logged in. I guess if I make a label name that would time out that could solve it, right? Thanks, -- Yan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message