summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKozlov Dmitry <dima@server>2011-05-30 11:40:41 +0400
committerKozlov Dmitry <dima@server>2011-05-30 11:40:41 +0400
commitafbcb9f6b01d9c6ba60fa8f01d8b23a77b3261a2 (patch)
tree36c7b08863b87d7860e832e50b861fd492de0118
parent276beb78cea777ff8d81d9f5a4cd107c5a3dc2aa (diff)
downloadaccel-ppp-afbcb9f6b01d9c6ba60fa8f01d8b23a77b3261a2.tar.gz
accel-ppp-afbcb9f6b01d9c6ba60fa8f01d8b23a77b3261a2.zip
updated man and example config file for chap-secrets documentation
-rw-r--r--accel-pppd/accel-ppp.conf4
-rw-r--r--accel-pppd/accel-ppp.conf.510
2 files changed, 14 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf b/accel-pppd/accel-ppp.conf
index bc295c4..1f3e7f8 100644
--- a/accel-pppd/accel-ppp.conf
+++ b/accel-pppd/accel-ppp.conf
@@ -112,6 +112,10 @@ ip-change=/etc/ppp/ip-change
radattr-prefix=/var/run/radattr
verbose=1
+[chap-secrets]
+gw-ip-address=192.168.100.1
+#chap-secrets=/etc/ppp/chap-secrets
+
[tbf]
#attr=Filter-Id
#down-burst-factor=0.1
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5
index 2410e80..1c12078 100644
--- a/accel-pppd/accel-ppp.conf.5
+++ b/accel-pppd/accel-ppp.conf.5
@@ -386,6 +386,16 @@ Prefix of radattr files (for example /var/run/radattr, resulting files will be /
.BI "verbose=" n
If specified and greated then zero pppd_module will produce verbose logging.
.TP
+.SH [chap-secrets]
+.br
+Configuration of chap-secrets module.
+.TP
+.BI "gw-ip-address=" x.x.x.x
+Specifies address to use as local address of ppp interfaces if chap-secrets is used for IP address assignment.
+.TP
+.BI "chap-secrets=" file
+Specifies alternate chap-secrets file location (default is /etc/ppp/chap-secrets).
+.TP
.SH [ip-pool]
.br
Configuration of ippool module.