mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Bring pmdemand example in line with handbook and man
page examples.
This commit is contained in:
parent
2c97335b81
commit
a6568db197
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25750
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user