From owner-freebsd-questions Sat Sep 20 18:18:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA05971 for questions-outgoing; Sat, 20 Sep 1997 18:18:34 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA05966 for ; Sat, 20 Sep 1997 18:18:29 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id KAA02648; Sun, 21 Sep 1997 10:48:16 +0930 (CST) Message-ID: <19970921104816.13447@lemis.com> Date: Sun, 21 Sep 1997 10:48:16 +0930 From: Greg Lehey To: Keith Spencer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: tip works, PPP doesn't : ^ ( References: <199709202336.JAA19287@smmcroute.smmc.qld.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <199709202336.JAA19287@smmcroute.smmc.qld.edu.au>; from Keith Spencer on Sun, Sep 21, 1997 at 10:50:43AM +1000 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Sep 21, 1997 at 10:50:43AM +1000, Keith Spencer wrote: > Hi all, > I still need help I feel & so appeal. > I have not been able to get ppp to manage so much as a blink out of > the modem. > I then went to FAQ and added cuaa1:dv=/dev/cuaa1:br#57600:pa=none > I tried > tip cuaa1 > ATDT 12345 > and it dialed out!! Hurray! But ppp is dead as a doornail : ^ ( > It must be simple (I know I am!) > Any thoughts? Strange. The ppp.conf looks OK, assuming that this line is really on one line: > set dial "ABORT BUSY ABORT NOCARRIER TIMEOUT 5 " ATE1Q0 OK-AT-OK > ATDT TIMEOUT 40 CONNECT" This looks familiar. I trust that you're not really using this authname and authkey? It wouldn't explain your current problems, but it would stop you from being able to authenticate. > ISP: > set phone 727424 > set login "TIMEOUT 5 login:--login: username word: passwd" > set timeout 120 > set ifaddr 0 0 > set openmode active > accept chap > deny pap > disable chap > disable pap > set authname BigBird > set authkey X4dWg9327 How are you invoking ppp? Greg