diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2014-05-13 13:16:06 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2014-05-13 13:16:06 +0400 |
commit | ec41e172a9da0de7cf5c28027928c698d0d1ebf8 (patch) | |
tree | 017eb8e5a65e421ac4ccb93039ffafedea2873b2 /accel-pppd/accel-ppp.conf | |
parent | e7b98bc79bf8e01d6e2897a95502827ce2a83e7d (diff) | |
download | accel-ppp-ec41e172a9da0de7cf5c28027928c698d0d1ebf8.tar.gz accel-ppp-ec41e172a9da0de7cf5c28027928c698d0d1ebf8.zip |
radius: introduced weight and backup per-server options
New options are applied to server option as server=...[,weight=x][,backup]
Weight is used for multi-server configurations (larger weight takes more users).
Backup is used to mark backup server f.e. server which will be used only if all other servers are failed.
Diffstat (limited to 'accel-pppd/accel-ppp.conf')
-rw-r--r-- | accel-pppd/accel-ppp.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/accel-pppd/accel-ppp.conf b/accel-pppd/accel-ppp.conf index b833aae2..2cec7d74 100644 --- a/accel-pppd/accel-ppp.conf +++ b/accel-pppd/accel-ppp.conf @@ -138,10 +138,7 @@ interface=eth0 nas-identifier=accel-ppp nas-ip-address=127.0.0.1 gw-ip-address=192.168.100.1 -#auth-server=127.0.0.1:1812,testing123 (obsolete) -#acct-server=127.0.0.1:1813,testing123 (obsolete) -#server=127.0.0.1,testing123 (obsolete) -server=127.0.0.1,testing123,auth-port=1812,acct-port=1813,req-limit=0,fail-time=0 +server=127.0.0.1,testing123,auth-port=1812,acct-port=1813,req-limit=0,fail-time=0,weight=1 dae-server=127.0.0.1:3799,testing123 verbose=1 #timeout=3 |