From owner-freebsd-questions Tue Sep 12 23:13:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id CE8C237B422 for ; Tue, 12 Sep 2000 23:13:07 -0700 (PDT) Received: from fargo.caldonia.net (ip138.r18.d.bel.nwlink.com [207.202.176.138]) by smtp.nwlink.com (8.9.3/8.9.1) with ESMTP id XAA24848; Tue, 12 Sep 2000 23:13:01 -0700 (PDT) Date: Tue, 12 Sep 2000 23:23:30 -0700 (PDT) From: Ken Keeler X-Sender: kkeysler@localhost To: windeath Cc: Questions@FreeBSD.ORG Subject: Re: PPP Distress In-Reply-To: <001701c01d4e$f662d260$1a5803cf@windeath> 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 On Tue, 12 Sep 2000, windeath wrote: > I've been trying to get a ppp connect for 4 weeks, > > I hear so many people say they just filled in the default ppp.conf > and it worked, well it doesn't for me > > I found a shell script that sets stuff up but the log still looks > pretty much the same > > Here's my /etc/ppp/ppp.conf > > default: > set log Phase Chat LCP IPCP CCP tun command > set device /dev/cuaa2 > set speed 115200 > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" > set timeout 300 > add default HISADDR > sirius: > set phone "3510124" #Separate multiple phone numbers with a | > #set redial 3 20 > set login > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > set authname linux > set authkey ***** > > > here's the log [snipped log] Try removing (or commenting it out) the set login line. You may want to look at the ppp man page to see how to use it, should you want to. Normally there is a script called with that command. E=mc^2 student 1 each Ken Keeler Phi Theta Kappa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message