diff options
| author | Brian Somers <brian@FreeBSD.org> | 1997-09-08 20:23:31 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1997-09-08 20:23:31 +0000 |
| commit | 327b9826ff20e3f7b409243484610732bba65710 (patch) | |
| tree | c35ebfbba4294c43ec8157aa6813e2bdf2ea2b79 /etc/ppp | |
| parent | 348a9c81172912ff5d539786027fdb808046203c (diff) | |
Notes
Diffstat (limited to 'etc/ppp')
| -rw-r--r-- | etc/ppp/ppp.conf.sample | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample index 3671b65e25c9..1257fca9a861 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.5.2.9 1997/09/01 22:22:08 brian Exp $ +# $Id: ppp.conf.sample,v 1.5.2.10 1997/09/07 01:06:43 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 |
