From owner-freebsd-isp Wed Aug 20 05:08:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA17618 for isp-outgoing; Wed, 20 Aug 1997 05:08:25 -0700 (PDT) Received: from barney.webace.com.au ([203.25.160.154]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA17606 for ; Wed, 20 Aug 1997 05:08:17 -0700 (PDT) Received: from localhost (jasonm@localhost) by barney.webace.com.au (8.8.5/8.8.5) with SMTP id UAA01759 for ; Wed, 20 Aug 1997 20:02:32 +0800 (WST) Date: Wed, 20 Aug 1997 20:02:32 +0800 (WST) From: Jason McKay To: isp@freebsd.org Subject: PPPD and Mgetty AutoPPP Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am currently attempting to install PPPD with AutoPPP under mgetty 1.1.7 .... Here is my configuration for PPPD, what happens is the modem connects but after about 10 secs. Hangs up the modem, the machine calling my FreeBSD Box (running Win95), reports "you have been disconnected from the computer you were dialing". /etc/ppp/options.ttyd0: +pap crtscts netmask 255.255.255.0 203.25.160.120:203.25.160.121 modem proxyarp passive domain argo.net.au dns1 203.25.160.100 dns2 0.0.0.0 silent The file mgetty runs, looks like this: TTY="tty" IDENT="basename $TTY" /usr/sbin/pppd -detach 38400 $IDENT Mgetty is setup ok, because I was using AutoPPP with the other PPP successfully before deciding to switch to pppd. Any suggestions? Thank you, - Jason.