diff options
| author | Brian Somers <brian@FreeBSD.org> | 1997-09-07 01:04:02 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1997-09-07 01:04:02 +0000 |
| commit | eba904ef6c67b0502e561c22407debb64631bfa5 (patch) | |
| tree | f24e8696a32bc36ee86ddde190daab775c135c69 | |
| parent | 881a8bbf54b737d71483ff98db0f247a13cdf31e (diff) | |
Notes
| -rw-r--r-- | etc/ppp/ppp.conf.sample | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample index cc6696205abb..781a2af0b58d 100644 --- a/etc/ppp/ppp.conf.sample +++ b/etc/ppp/ppp.conf.sample @@ -4,7 +4,7 @@ # # Written by Toshiharu OHNO # -# $Id: ppp.conf.sample,v 1.16 1997/08/25 01:07:06 brian Exp $ +# $Id: ppp.conf.sample,v 1.17 1997/09/01 22:21:18 brian Exp $ # ################################################################# @@ -14,7 +14,6 @@ default: set device /dev/cuaa1 set speed 115200 set log Phase Chat Connect Carrier hdlc LCP IPCP CCP tun - disable lqr deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" @@ -126,12 +125,16 @@ direct-client: set login "TIMEOUT 5 ogin:--ogin: ppp word: ppp HELLO" set ifaddr 10.0.4.2 10.0.4.1 add 10.0.4.2 255.255.255.255 127.0.0.1 + enable lqr + accept lqr direct-server: set timeout 900 10 3 set log Phase LQM set ifaddr 10.0.4.1 10.0.4.2 add 10.0.4.1 255.255.255.255 127.0.0.1 + enable lqr + accept lqr # Example to validate incoming user with CHAP # Invoke as ``ppp -direct users'' from login script. User's system name |
