On Sat, 18 Mar 2000, Changmin Kim wrote:
> account id and the password. When I pressed on connect to test this out,
> my modem dials but doesn't seem to get connected
Telesys is a shell account, as opposed to a straight dial-up PPP provider.
Meaning the Telesys host doesn't automatically initiate ppp negotiation.
If you dial up in minicom, after authentication you get a (long) welcome
message and a prompt:
TelesysXX> (Where XX is a number)
If you enter
TelesysXX> ppp /compressed negotiate
The UT host starts ppp negotiation. Of course, doing that in minicom is
nearly useless. What you need to do is add lines in your dial-up script to
expect the ">" part of the prompt, since the host number varies, and to
answer with "ppp /compressed negotiate" The /compressed is optional, but
desirable. My wvdial script is:
<snip>
Username = ifXXXXX
Password = XXXXXXX
Default Reply = ppp /compressed negotiate
<snip>
So wvdial answers the Default Reply to anything it doesn't recognize. In
some script formats, the command will need to be in double quotes. wvdial,
which BTW I like better than RH's scripting tool, inserts the quotation
marks automatically.
I don't know of any status indicator, unless you want to use the xisp
dialup tool. It's a GUI dialer, works pretty well.
--
Doc Shipley
Network Support
TARL Labs, UT
Austin, Texas
> Hi,
>
> Thanks to various responses, I was able to successfully install Redhat 6.0
> and install the necessary drivers for my voodoo 3000 card.
>
> I am now trying to setup my connection to UT telesys. This what I did. I
> ran linuxconf as root and selected PPP/SLIP/PLIP under Networking. I
> chose PPP and inputted the telephone number for UT telesys(4759996), my IF
. Where am I doing the
> wrong thing? Also, is there like a task bar/progress screen that I can
> look at to see how my modem is connecting etc?
>
> Thanks, you guys are a great help.
>
> changmin
>
> ---------------------------------------------------------------------------
> Send administrative requests to [EMAIL PROTECTED]
>
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]