Re: Diald and PPP

1999-03-25 Thread John Hasler
> Hi, Which is the debian way to configure diald an ppp? There isn't any yet. I may start on a 'dialdconfig' after I get pppconfig 2.0 out. > Im trying to use my current /etc/ppp/peers/foo scripts with "pon foo" but > it doesn't work. pon starts pppd. diald wants to do that itself. > It will

Re: diald and ppp

1998-09-14 Thread john
Keith quotes me: > If you run pppconfig you can use the chatscript it generates for diald by > replacing > > connect "/etc/diald/connect" > > with > > connect "/etc/chatscripts/provider" That should be: connect "chat -v -f /etc/chatscripts/provider" -- John Hasler [EMAIL PROTECTED] (John H

Re: diald and ppp

1998-09-14 Thread Keith
I now have diald dialing but I am not getting connected. In my ppp lg I get the following errors. pppd[286]: sent [LCP ConfReg id=0x1 ] last message repeated 9 times pppd[286]: LCP: timeout sending Config-Requests pppd[286]: Connection Terminated pppd[286]: Exit. And I noticed in the diald.log t

Re: diald and ppp

1998-09-14 Thread Daniel Martin
[EMAIL PROTECTED] (Keith) writes: > [1 ] > I am trying to set up diald and ppp. I thought it would be easy like it > was with Debian 1.3, but I guess Debian developers or someone wanted to > keep me on my toes so they changed stuff. Here are my problems. > I have attached /etc/diald/diald.optio

Re: diald and ppp problems (now chap/pap, too)

1998-08-20 Thread Pann McCuaig
On Thu, Aug 20, 1998 at 01:32:37PM -0400, Will Lowe wrote: > On Wed, 19 Aug 1998, Geoffrey L. Brimhall wrote: > > > So you should change the connect line to: > > > > connect "chat -v -f /the_base_path_to_myisp/myisp" > This works until the ppp server asks for chap/pap, and then the local > copy

RE: diald and ppp problems (now chap/pap, too)

1998-08-20 Thread Will Lowe
On Wed, 19 Aug 1998, Geoffrey L. Brimhall wrote: > So you should change the connect line to: > > connect "chat -v -f /the_base_path_to_myisp/myisp" This works until the ppp server asks for chap/pap, and then the local copy of pppd spawned by diald doesn't do it, so the remote server kicks me of

RE: diald and ppp problems

1998-08-20 Thread Geoffrey L. Brimhall
So you should change the connect line to: connect "chat -v -f /the_base_path_to_myisp/myisp" On 19-Aug-98 Will Lowe wrote: > I'm using the hamm pppd and diald packages. I've got ppp working fine I > can do (as root) > pppd call myisp > and it connects. > > I'm trying to set up diald to do it a

RE: diald and ppp problems

1998-08-20 Thread Geoffrey L. Brimhall
I had the exact same problem and posted an email on this today. I'm having diald use the /usr/bin/pon command, which basically issues the same connect command as you have. Here's the reply: > I assumed that I could use the '/usr/bin/pon' command with diald. You can't. You must let diald start pp