Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 1998 16:44:08 +1100
From:      Eddie Irvine <eirvine@tpgi.com.au>
To:        Dovydas Kulvinskas <dovydas@kada.lt>
Cc:        FreeBSD questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Script under KPPP
Message-ID:  <36510D28.212D45D6@tpgi.com.au>
References:  <364FF63D.9111FEF7@kada.lt>

next in thread | previous in thread | raw e-mail | index | archive | help
I think you want to look at "The pedantic ppp primer" on
the freebsd web site. 

http://www.au.freebsd.org/tutorials/ppp/ppp.html

Dovydas Kulvinskas wrote:
> 
>   Hello,
> 
>   I'm using such a script under M$ but i want to use it under FreeBSD -
> KPPP. How it should look like?
> 
>  proc main
> 
>         watfor "name:"
>         transmit $USERID
>         transmit "^M"
> 
>         waitfor "sword:"
>         transmit $PASSWORD
>         transmit "^M"
> 
>         waitfor ">"
>         transmit "ppp x.x.x.x"
>         transmit "^M"
> 
>         waitfor "sword:"
>         transmit $PASSWORD
>         transmit "^M"
> 
>         waitfor "Entering"
>  endproc
> 
>  Thanks much Dovydas
> --
> Hire the morally handicapped.
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36510D28.212D45D6>