[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Marinetti Problems
On Mon, 6 Apr 1998, Jeff Blakeney wrote:
> On Sun, 5 Apr 1998 13:28:36 -0400, Toby Reiter
> <treiter@cs.oberlin.edu> wrote:
>
> >send ATDT8850 cr
> >wait 600 "ONNECT 57600/REL"
> >send cr
> >send cr
>
> Why exactly are you waiting for a connect message from you modem? You
> should be waiting for a login prompt so that you can send you
> username. Then you wait for a password prompt and send your password.
> Then you wait for your ISP to send you your IP address and use "getip"
> to get it. Then you are connected.
>
> It would be easiest to help if you captured a manual connect to your
> ISP and posted it here. Then we could give you a connect script that
> should work.
I have to wait for a connect message because I have to hit return twice
after connecting, and then I have to specifically connect to my computer
science (unix) account. I can't simply set it at a specific delay, because
sometimes the server's modem will ring several (up to 5) times without
answering.
In addition, I am also using SLiRP rather than SLIP (not provided by my
college), so I have to wait until I am completely logged on and then run
the program.
Depending upon the modem intiailization I choose, the modem connect
message will be different, but here's what it will normally look like--
a : prompt shows stuff I do).
-------------BEGIN connect transcript--------------------
: atdt8850
CONNECT 57600/REL
: return, return
Enter c for alpha.cc.oberlin.edu or c obis.lib.oberlin.edu
Enter c>
: c cs.oberlin.edu
ULTRIX V4.3A (Rev. 146) (occs.cs.oberlin.edu)
login:
:username
Password:
:password
Last login: Mon Apr 6 22:42:34 from MUDD212-13.publi
ULTRIX V4.3A (Rev. 146) System #1: Thu Jan 26 12:27:49 EST 1995
/*****************************************************************************
Welcome to the Computer Science Program's
DECsystem 5000/260; occs.cs.oberlin.edu
-----> Problems, questions, comments and ideas to sysmgr or
smartin/csmc
-----> Note: allowing someone else to use your account is grounds for
losing all your accounts on the CS systems.
-----> Any gaming on occs is forbidden and will result in loss of
account.
****************************************************************************/
You have no mail.
No new messages.
The word of the day is "WORD_OF_THE_DAY".
~:treiter>
--------------------End transcript------------------------------
At this point, I would only need to run the program (UNIX/SLIRP.F/slirp)
and I would be ready to go. Unfortunately, I cannot get past the connect
script.
Thanks for any help that people can give me.
Thanks in advance,
Toby Reiter