From e5a3229fdb428920d0c40e03c2c7859b2ddcbb6c Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 8 Sep 1997 20:22:39 +0000 Subject: Don't add loopback routes in the examples. Ppp now does this internally by default. --- etc/ppp/ppp.conf.sample | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample index 781a2af..decf3a6 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.17 1997/09/01 22:21:18 brian Exp $ +# $Id: ppp.conf.sample,v 1.18 1997/09/07 01:04:02 brian Exp $ # ################################################################# @@ -88,7 +88,7 @@ ondemand: set login "TIMEOUT 5 ogin:--ogin: ppp word: ppp" set timeout 120 set ifaddr 192.244.185.226 192.244.176.44 255.255.255.0 - add 0 0 192.244.176.44 + add 0 0 HISADDR # Another on demand example # If the peer assigns us an arbitrary IP and we can't predict what their @@ -124,7 +124,6 @@ direct-client: set log Phase Chat LQM 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 @@ -132,7 +131,6 @@ 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 -- cgit v1.1