From owner-freebsd-questions Mon Jul 17 18: 3:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mostgraveconcern.com (mostgraveconcern.com [216.82.145.240]) by hub.freebsd.org (Postfix) with ESMTP id 22EA037B52D for ; Mon, 17 Jul 2000 18:03:18 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Received: from danco (danco.mostgraveconcern.com [10.0.0.2]) by mostgraveconcern.com (8.9.3/8.9.3) with SMTP id SAA20682; Mon, 17 Jul 2000 18:03:13 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Message-ID: <019601bff053$f2aae0e0$0200000a@danco> Reply-To: "Dan O'Connor" From: "Dan O'Connor" To: , "Ben Hohman" Subject: Re: modem/ppp config problem Date: Mon, 17 Jul 2000 18:03:10 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I'm trying to setup a BSD box as a gateway to work for my home >network. I've gotten the ethernet network up and running (except for the >stupid 98 box). The procedure I'm using is from the Tutorials section of >FreeBSD.org http://www.freebsd.org/tutorials/ppp/index.html Pedantic PPP >Primer. It's been a while since I've used ppp, but comparing your 'dial' string (in /etc/ppp/ppp.conf) > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0M0 >OK-AT-OK\\dATDT\\T TIMEOUT 40 CONNECT" with my old script, I noticed: Your: TIMEOUT 5 \"\" ATE1Q0M0 OK-AT-OK\\dATDT is different than Mine: TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0M0 OK\\dATDT (specifically, you're missing an "AT" in front of "OK-AT-OK") Try changing this, and holler again if it doesn't fix the problem (then we'll delve deeper)... --Dan -- Dan O'Connor On Matters of Most Grave Concern http://www.mostgraveconcern.com FreeBSD Cheat Sheets http://www.mostgraveconcern.com/freebsd/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message