Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jul 1999 16:59:55 -0700 (PDT)
From:      Bart Trzynadlowski <trzy@powernet.net>
To:        Mark Ovens <markov@globalnet.co.uk>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: dialing with ppp - chat logged
Message-ID:  <Pine.BSF.4.05.9907011657460.226-100000@Brzuszek>
In-Reply-To: <19990701190357.A256@marder-1>

next in thread | previous in thread | raw e-mail | index | archive | help

Okay, here is my ppp.conf file as requested:

default:
 allow users *
 set speed 115200
 set device /dev/cuaa2
 disable pred1
 deny pred1
 disable lqr
 deny lqr
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0M0 OK-AT-OK \\dATDT\\TTIMEOUT 45 CONNECT"
 
powernet:
 set phone 326-5210
 set redial 3 5
 set login
 set authname trzy
 set authkey for_my_eyes_only # =)
 set phone 326-5210
 set timeout 0
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 
 set openmode active
 enable chap
 
demand:
 set login
 set authname trzy
 set authkey for_my_eyes_only
 set phone "3265210|3265100"
 set redial 5.3 2
 set reconnect 3 2
 set timeout 0
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 set openmode active
 accept chap

> > Anyhow, without further adue:
> > 
> > Jul  1 06:43:51 Brzuszek ppp[206]: Phase: Using interface: tun0 
> > Jul  1 06:43:51 Brzuszek ppp[206]: Phase: deflink: Created in closed state 
> > Jul  1 06:43:51 Brzuszek ppp[206]: Phase: PPP Started (interactive mode). 
> > Jul  1 06:43:56 Brzuszek ppp[206]: Chat: deflink: Dial attempt 1 of 5 
> > Jul  1 06:43:56 Brzuszek ppp[206]: Chat: Send: ATE1Q0M0^M 
> > Jul  1 06:43:56 Brzuszek ppp[206]: Chat: Expect(5): OK 
> > Jul  1 06:43:57 Brzuszek ppp[206]: Chat: Received: ATE1Q0M0^M^M 
> > Jul  1 06:43:57 Brzuszek ppp[206]: Chat: Received: OK^M 
> > Jul  1 06:43:57 Brzuszek ppp[206]: Chat: Send: ATDT326-5210TIMEOUT^M 
>                                                          ^^^^^^^^^
> As Brian pointed out, you are missing some spaces in the ``set
> dial'' line. ``TIMEOUT'' is being interpretted as part of the dial
> string (yopur ISP's phone number).
> 
> I don't have your original message. Please repost your ppp.conf
> and I'll help you out.
> 
> > Jul  1 06:43:58 Brzuszek ppp[206]: Chat: Expect(5): 45 
> > Jul  1 06:44:03 Brzuszek ppp[206]: Chat: Expect timeout 
> > Jul  1 06:44:06 Brzuszek ppp[206]: Chat: deflink: Dial attempt 2 of 5 
> > Jul  1 06:44:06 Brzuszek ppp[206]: Chat: Send: ATE1Q0M0^M 
> > Jul  1 06:44:06 Brzuszek ppp[206]: Chat: Expect(5): OK 
> > 
> > Thanks,
> > 
> > Bart Trzynadlowski
> > 
> > 
> > 
> > 
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
> > 
> 
> -- 
>       FreeBSD - The Power To Serve http://www.freebsd.org
>       My Webpage http://www.users.globalnet.co.uk/~markov
> _______________________________________________________________
> Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK
> CAD/CAM solutions for Sheetmetal Working Industry
> mailto:markov@globalnet.co.uk              http://www.radan.com
> 
> 
> 



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?Pine.BSF.4.05.9907011657460.226-100000>