Subject: Re: PPP troubles :(
To: Cyberian <cyberian@cshore.com>
From: E. Seth Miller <esmiller@engin.umich.edu>
List: port-mac68k
Date: 09/12/1997 19:30:51
On Fri, 12 Sep 1997, Cyberian wrote:

> Using the ppp.setup scripts, I need to establish a PPP connection with my ISP.
> I have used these scripts many times before in NetBSD, and have succeeded
> with some of my previous ISP's. It dials, answers, sends the login/pass,
> but there is a third prompt to ask for the protocol:
> 
> Enter protocol type(PPP/SLIP):
> 
> Since this prompt is more than one word, I am wondering how I can make the
> chat script work. The chat script first waits for username:, sends the
> login, waits for password:, sends the password, but how do I put a prompt
> like the one above, and make it send the word "PPP"? Could someone help?
> Since all the prompts that my previous ISP's have sent have been 1 word, I
> am confused now. Well, please reply soon. Thanks.

Just have it look for "type(PPP/SLIP):" (No quotes, of course) and it
should work fine.

	-Seth Miller