[ale] Dial up... uh, no.

Ken Nagorski kenn at pcintelligent.com
Mon Nov 6 21:12:01 EST 2000


Hi I  used to work at an ISP. these are the scripts we used to send to
customers just utar it copy the files to /etc/ppp edit the three files.
options: 	plug in you username and modem deivce
pap-secrets: 	self explainitory
ppp-on-dialer: 	edit the phone number

After that make sure that the ppp-on-dialer is executable and type
pppd &
tail -f /var/log/messeges

At the caommand line...
this should work for you. The nice thing about doing it like this is 
A. it always works.
B. it is ditro blind :)

Feel free to let me know if you have any problems. I will be glad to
answer any questions...

Ken

On Mon, 6 Nov 2000, eric innis wrote:

> Ive been working on getting my dialup connection
> working for about a month now, but Im not coplaining
> because it forces me to learn stuff.  However, now I
> am completely stuck now.  Could someone help?
> 
> I made a shell program that goes a little like this.
> 
> #!/bin/bash
> ppd connect ' /ust/sbin/chat -v "" ATDT5187873 CONNECT
> "" name:-name: myname ssword: mypass onnect: 2400 '
> /dev/modem noipdefault debug modem defaultrout
> ipcp-accept-local ipcp-accept-remote logfile surfdebug
> crtscts
> 
> It appears to work, I can hear it dialing but it
> immediately disconnects.  Additionally nothing appears
> in my logfile (how convienient). Here is what I get in
> my root mail:
> 
> send (ATDT5187873)
> expect (CONNECT)
> ATDT5187873^M^M
> Connect
> --got it
> send (^M)
> expect (name:)
> 9600/ARQ/v32/LAPM/V42BIS^M
> ^M
> Username:
> --got it
> send (myname)
> expect (ssword)
> myname^M
> Password:
> --got it
> send (mypass^M)
> serial connection established
> using interface ppp0
> connect: ppp0 <--> /dev/modem
> Hangup (SIGHUP)
> modem hangup
> connection terminated
> exit
> 
> My A.R. ISP may have something to do with it, in
> window$ if you use a terminal to connect it must be
> done like this:
> 
> username: (I enter my username and press enter)
> password: (here I type my password and NOT ENTER. If 
> I press enter it dumps the connection. Instead I press
> the "continue" button at the bottom of the screen.
> conveniently I dont know what the button does, so I
> cant reproduce it in linux)
> 
> can anyone enlighten me as to my error?
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Thousands of Stores.  Millions of Products.  All in one Place.
> http://shopping.yahoo.com/
> --
> To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.
> 

 ppp-demo.tar




More information about the Ale mailing list