summaryrefslogtreecommitdiff
path: root/accel-pppd
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd')
-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.