I'm having a bit of trouble getting my PPP connection to my ISP set up with
Linux.. once I had it working, but I got new hard drives and such, and decided
to completely reinstall... anyway, here's the script that I once used to
connect to my ISP (given to me by a friendly admin)
pppd connect 'chat -v ABORT BUSY "" ATZ OK ATDT8924700 CONNECT ""' /dev/modem
38400 -detach crtscts modem defaultroute +ua stuff
Where stuff has my login and password. It dials just fine and connects, but
the problem is, it just won't log on. Normally (from NT) when I log on my
ISP, there's a definite pattern to the lights on my external modem... however,
when using the above script, it connects, and then pretty much just my SD
light (send data) blinks every now and then for about a minute and them I'm
disconnected.
Just in case, I recompiled my kernel with PPP 2.2.0f support, and installed
the latest binaries from sunsite... I even downloaded pppsetup 1.7 or
something (a script to help set up PPP) but with that script, it won't even
dial my modem.. just kinda sets there.
I've read the HOWTOs, I've even got the Linux Network Administrator's Guide
right here next to me... (so I'm pretty sure I have all my files set up
correctly, resolv.conf, HOSTNAME, etc..)
If someone could help me out, I'd be most enthralled, otherwise, I gotta use
NT for Internet :(