Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2000 18:03:10 -0700
From:      "Dan O'Connor" <dan@mostgraveconcern.com>
To:        <freebsd-questions@FreeBSD.ORG>, "Ben Hohman" <ghp@techline.com>
Subject:   Re: modem/ppp config problem
Message-ID:  <019601bff053$f2aae0e0$0200000a@danco>

next in thread | raw e-mail | index | archive | help
>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.
<snip>


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?019601bff053$f2aae0e0$0200000a>