[Prev][Next][Index][Thread]
Re: Establishing a PPP connection to Internet Gold
On Sat, 6 Jul 1996, Falk Fish wrote:
> Hi I'm using Linux 1.2.13 if I'm not mistaken and I'd like to connect it
> to the Internet Gold internet provider by PPP. If anyone here is a
> member of Internet Gold, or any other service provider, and had already
> written a connection script, please send it to me. So far, I failed to
> do so.
edit /etc/ppp/options, make it look like:
connect 'chat -v ABORT BUSY ABORT "NO CARRIER" "" ATZ OK ATD<phonenum> ogin <loginname> assword <yourpass> ">" pppd' asyncmap 0
crtscts
defaultroute
passive
noipdefault
this will connect you to a remote linux box. with some very little change
at the end of the login process, you can connect to a Terminal server. I
think it's pretty easy to understand what's going on here...
now create yourself a file, call it "goldppp" or something, and it will
have:
#!/bin/tcsh -f
pppd /dev/cua1 115200
(don't forget to make it executable!)
and I think that's about wraps it up. at least for pppd 2.2f, I think they
will all act the same.
---------------------------------------------------
Ira Abramov <ira@scso.com> Scalable Solutions
Beeper 48484 at 03-610-6666 FAX (972)2-430-471
POBox 3600 Tel (972)2-6426822
Jerusalem 91035, Israel http://www.scso.com/~ira
References: