Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Jan 2002 21:09:42 -0500
From:      "Doug Reynolds" <mav@wastegate.net>
To:        "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>, "kj@eth1.com" <kj@eth1.com>, "Kjerste Soderberg" <kjerstes@yahoo.com>
Subject:   Re: ppp.conf not dialing but can manually
Message-ID:  <20020105022624.0EC9D4843C@wastegate.net>
In-Reply-To: <20020104055339.94607.qmail@web9702.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 3 Jan 2002 21:53:39 -0800 (PST), Kjerste Soderberg wrote:

>anyone suggest why;
>
>ppp.conf looks like;
>ml:
>
> set timeout 0
> set log local Phase Chat lcp ipcp
> set phone "1someTely"
> set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
>           \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T
>TIMEOUT 40 CONNECT"
> set login
> set authname somename
> set authkey somepass
>
> set mrru 1500
> clone 1,2
> link 1 set device /dev/cuaa0
> link 2 set device /dev/cuaa1
> link 2 set phone "1someTely"
> link deflink remove
>
>Of course someTely, somename and somepass are all
>valid values.
>
>When invoking ppp manually then entering term mode we
>can atdt someTely# manually and it dials fine and then
>establishes the link, but yet the above ppp.conf 
>doesn't work. It never dials out ..
>/dev/cuaa1 doesn't support CD
> mean that this modem somehow isn't working??
>
>Not really familiar w/ modems ....
>
>Thanx to any & all responders

it sounds like your modem is defaults to a high carrier detect..  a lot
of modems do that..  add &C1 to your init string

here is my multilink config file, but freebsd multilink ppp sucks. 
every 6hrs I have to kill the daemon and restart it because it goes
haywire

default:
# ident user-ppp VERSION (built COMPILATIONDATE)

 # Ensure that "device" references the correct serial port
 # for your modem. (cuaa0 = COM1, cuaa1 = COM2)

 set device /dev/cuaa0 /dev/cuaa1
 set log Phase Chat LCP IPCP CCP tun command
 set speed 115200
 disable lqr
 deny lqr
 set server /var/tmp/internet borg 0177

sgi:
 set phone xxx-xxx-xxxx
 
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATZ OK
AT&F1S11=60M0 OK \\dATDT\\T TIMEOUT 60 CONNECT"

 set authname xxxxxxx
 set authkey xxxxxx
 set ifaddr 0.0.0.0/0 0.0.0.0/0 255.255.255.0 0.0.0.0

 set mrru 1500
 clone 1,2

 link 1 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATZ OK
AT&F1S11=60M0 OK \\dATDT\\T TIMEOUT 60 CONNECT"
 link 2 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATZ OK
AT&F1S11=60M0 OK \\dATDT\\T TIMEOUT 60 CONNECT"

 # add &C1 after the &f1 if you have problems still, btw, both of my
modems are the same..  USR sportster external

 link deflink remove
 
 link * set mode ddial

 add default HISADDR

---
doug reynolds | the maverick | mav@wastegate.net

PGP Public Key Fingerprint: 6E7B 9993 B503 6D45  E33A 2019 26E5 C1DB



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?20020105022624.0EC9D4843C>