[openbeosnetteam] Re: general or PPP ideas

> interface PPP { # we use a PPP connection
>     #this is just to be sure that the user did not send us a wrong
> configuration
>
> mru 1492
> magic-number enabled
> protocol-field-compression disabled
> address-and-control-field-compression disabled
>
> load-module chap { # authenticate with chap
>     # this is a client authenticator; there will be
>     # server authenticators that know how to
>     # handle incoming connections)
> user "baron"
> password "secret"
> }
>
> load-module pap { # use pap alternatively
> user "baron"
> password "secret"
> }
>
> load-module ipcp { # the IP control protocol
> ip "auto" # the ip is retrieved automatically
> nameserver "auto" # the nameserver, too
> van-jacobson-compression enabled
> }
>
> }

Oh, I forgot to add the link module (pppoe, modem, etc.). I hope it did not
confuse you too much. :)

Waldemar


Other related posts: