diff options
| author | Brian Somers <brian@FreeBSD.org> | 1997-05-12 14:07:14 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1997-05-12 14:07:14 +0000 |
| commit | a6568db1971ffced1a3eea031edc9669c2044ac0 (patch) | |
| tree | eb7b86f96d9380ab64dd7fa0f6f1ce5c4a635f6b /etc/ppp | |
| parent | 2c97335b81e09f69f90a6f55913d7f2a1e7e1ab1 (diff) | |
Notes
Diffstat (limited to 'etc/ppp')
| -rw-r--r-- | etc/ppp/ppp.conf.sample | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/ppp/ppp.conf.sample b/etc/ppp/ppp.conf.sample index 0192be3dc3e0..5e98a7267fab 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.12 1997/05/08 00:55:42 brian Exp $ +# $Id: ppp.conf.sample,v 1.13 1997/05/08 01:45:48 brian Exp $ # ################################################################# @@ -104,9 +104,9 @@ pmdemand: set phone 1234567 set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp" set timeout 120 - set ifaddr 10.10.10.10/0 10.10.11.11/0 255.255.255.0 + set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 delete ALL - add 0 0 10.10.11.11 + add 0 0 10.0.0.2 set openmode active # Examples to connect using a null-modem cable from one machine to another. |
