[Prev][Next][Index]
Re: PPP to netVision - stage 2 help
On Tue, 2 Apr 1996, Moshe Cohen wrote:
> I got some examples of arguments people are using to connect to NV, thank you.
> I set up the following /etc/ppp/options file, connection begins and then the line hangs up,
> messages are below.
> Any help would be appreciated.
>
> My /etc/ppp/options:
I don't use /etc/ppp/options. It's empty.
Here's my Netvision connection script, which works perfectly.
---------------------------------------------------------------------------
#!/bin/sh
/usr/lib/ppp/pppd connect '/usr/lib/ppp/chat -v ABORT BUSY ABORT \
"NO CARRIER" "" ATZ OK ATDT8550311 TIMEOUT 30 CONNECT "\d\d" TIMEOUT 20 \
name <username> word: "<password>"' /dev/cua1 38400 debug crtscts modem \
defaultroute noipdefault
---------------------------------------------------------------------------
My script is actually one long line (just remove all the "\" at the end
of the lines and connect them without wordwrapping. This should work as
well.
crisk@netivision.net.il Haifa, ISRAEL