summaryrefslogtreecommitdiffstats
path: root/etc/ppp/ppp.secret.sample
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ppp/ppp.secret.sample')
-rw-r--r--etc/ppp/ppp.secret.sample28
1 files changed, 20 insertions, 8 deletions
diff --git a/etc/ppp/ppp.secret.sample b/etc/ppp/ppp.secret.sample
index 24a00df..151a2a2 100644
--- a/etc/ppp/ppp.secret.sample
+++ b/etc/ppp/ppp.secret.sample
@@ -12,18 +12,30 @@
# 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 an IP address or address range is given as the third field, it
+# will be assigned to the peer. A ``*'' or an empty field may be
+# used as a placeholder if you do not wish to override the IP
+# address, but wish to specify further fields.
#
# If a label is given as the forth field, it is used when reading
-# the ppp.linkup and ppp.linkdown files.
+# the ppp.linkup and ppp.linkdown files. A ``*'' or an empty field
+# can be used as a placeholder if you do not wish to override the
+# label, but wish to specify further fields.
+#
+# If a phone number or list of phone numbers is given as the fifth
+# field, these numbers will be used to call back the client if
+# ``auth'' or ``cbcp'' callback is enabled (see ``set callback'').
+# A ``*'' specifies that the client must specify the number.
#
-# $Id: ppp.secret.sample,v 1.6 1998/05/21 21:45:49 brian Exp $
+# $Id: ppp.secret.sample,v 1.7 1998/07/18 15:34:39 brian Exp $
#
##################################################
-# Authname Authkey Peer's IP address Label
+# Authname Authkey Peer's IP address Label Callback
-oscar OurSecretKey 192.244.184.34
-BigBird X4dWg9327 192.244.184.33/32
-subnet * 192.244.184.35-192.244.183.70 subnet
+oscar OurSecretKey 192.2.18.34
+BigBird X4dWg9327 192.2.18.33/32
+fred * * fred
+subnet * 192.2.18.35-192.2.18.70 subnet
+admin * * * *
+homeworker * * * 1234567
OpenPOWER on IntegriCloud