From f41d13e271f3762e24e18fd8ab2c0f25d01d80b1 Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 7 Sep 1997 01:04:02 +0000 Subject: Update samples for the changed LQR default. --- etc/ppp/ppp.conf.sample | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'etc/ppp') diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample index cc66962..781a2af 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 -- cgit v1.1