[wplug] pppd/chat

Rich Rosenbaum rrosenbaum at dmralliance.com
Mon Sep 10 12:00:58 EDT 2001


ok, I'm lost...... :-(

I'm trying to bypass RH 7.1's piece of CRAP ifup ppp0 connection script.
So, I want to make my own pppd/chat scripts.

Here is some of what's is in /etc/ppp
    pap-secrets (what Stargate uses)
    chap-secrets
    ppp-on
    my-chat-script
    options

my-chat-script=
------------------
#!/bin/sh
# my-chat-script: a program for dialing up my ISP

chat -v ' ' ATZ OK ATDT4127988640 CONNECT ' ' ogin: XXXXXX assword:
XXXXXXXX
-------------------

ppp-on=
-------------------
#!/bin/sh
# my ppp-on script

/usr/bin/pppd /dev/ttyS1 115200 lock crtscts noipdefault defaultroute
0.0.0.0:0.0.0.0 connect my-chat-script
-------------------


Can anyone please help me on where to start??????

Thanks in advance,

Rich




More information about the wplug mailing list