[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: terminal on ppp connection
On Sun, 13 Dec 1998, Alex Dvash wrote:
> Hi all,
>
> I need some help.
> I have installed RH5.2 on my computer, an its wonderful.
> My ISP is bezek 135, and I don't know how to configure the modem
> to show me the terminal, to choice provider.
> When I start the connection, the modem starts dialing, and I don't see any
> thing.
How do you start the connection ? By hand ? This chat script fragment will
connect you to a 135 provider if used with pppd:
chat "" ATZ "OK" ATDT135 "rovider:" $1
replace $1 with your provider #.
You need to edit the default chat script that RH made for you. Look in
/usr/sbin/default-route perhaps, to see what is called, and edit that.
Peter