summaryrefslogtreecommitdiffstats
path: root/etc/ppp/ppp.secret.sample
blob: d609f87bcb3abf932bab8397a9c64b2214b1b9ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
##################################################
#
#          Example of ppp.secret file
#
#  This file is used to authenticate incoming connections.
#  You must ``enable'' either PAP or CHAP in your ppp.conf file.
#  The peer may then use any of the Authname/Authkey pairs listed.
#  Additionally, if ``passwdauth'' is enabled and an entry isn't
#  found in this file, the passwd(5) database is used.
#
#  If the password is specified as "*", look it up in passwd(5).
#  This doesn't work for CHAP connections as ppp must have access
#  to the unencrypted password for CHAP.
#
#  If an IP address is given as the third field, it will be assigned
#  to the peer.
#
#  If a label is given as the forth field, it is used when reading
#  the ppp.linkup and ppp.linkdown files.
#  
#  If an entry exists for your local machine (as given by the
#  ``hostname -s'' command), the password specified will be
#  used as the default diagnostic port password.  Refer to the ppp(8)
#  and pppctl(8) man pages for further details.  This also allows
#  ppp to process SIGUSR1.
#
# $Id: ppp.secret.sample,v 1.5.2.2 1998/04/30 23:54:39 brian Exp $
#
##################################################

# Authname	Authkey		Peer's IP address		Label

oscar		OurSecretKey	192.244.184.34
BigBird		X4dWg9327	192.244.184.33/32
subnet		*		192.244.184.35-192.244.183.70	subnet
OpenPOWER on IntegriCloud