summaryrefslogtreecommitdiffstats
path: root/etc/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-09-08 20:22:39 +0000
committerbrian <brian@FreeBSD.org>1997-09-08 20:22:39 +0000
commite5a3229fdb428920d0c40e03c2c7859b2ddcbb6c (patch)
tree0d50fd95dd1de5d210ab5fc64657296aaa2e2af4 /etc/ppp
parent224a34b929fc7c1be0a3e54137664b59ca1ee7b9 (diff)
downloadFreeBSD-src-e5a3229fdb428920d0c40e03c2c7859b2ddcbb6c.zip
FreeBSD-src-e5a3229fdb428920d0c40e03c2c7859b2ddcbb6c.tar.gz
Don't add loopback routes in the examples. Ppp
now does this internally by default.
Diffstat (limited to 'etc/ppp')
-rw-r--r--etc/ppp/ppp.conf.sample6
1 files changed, 2 insertions, 4 deletions
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
OpenPOWER on IntegriCloud