From 86e47301786da64a035156edd24ed2ec89918a49 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 20 Mar 2020 21:54:05 +0100 Subject: sstp: T2110: use uniform RADIUS CLI syntax - migrate RADIUS configuration to a more uniform syntax accross the system - authentication radius-server x.x.x.x to authentication radius server x.x.x.x - authentication radius-settings to authentication radius --- interface-definitions/vpn-sstp.xml.in | 72 ++++++++++++++--------------------- 1 file changed, 29 insertions(+), 43 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/vpn-sstp.xml.in b/interface-definitions/vpn-sstp.xml.in index e2d6aa75e..1508c3313 100644 --- a/interface-definitions/vpn-sstp.xml.in +++ b/interface-definitions/vpn-sstp.xml.in @@ -113,37 +113,23 @@ - - - IP address of RADIUS server - - ipv4 - IP address of RADIUS server - - - - - - Key for accessing the specified server - - - - - Maximum number of simultaneous requests to server (default: unlimited) - - - - - If server does not responds mark it as unavailable for this time (seconds) - - - - - - - RADIUS settings - + #include + + + + + + Maximum number of simultaneous requests to server (default: unlimited) + + + + + If server does not responds mark it as unavailable for this time (seconds) + + + + Timeout to wait response from server (seconds) @@ -151,22 +137,22 @@ - Timeout to wait reply for Interim-Update packets. (default 3 seconds) + Timeout for Interim-Update packets (default 3 seconds) - Maximum number of tries to send Access-Request/Accounting-Request queries + Maximum tries for Access-Request/Accounting-Request queries - Value to send to RADIUS server in NAS-Identifier attribute and to be matched in DM/CoA requests. + NAS-Identifier attribute sent to RADIUS - Value to send to RADIUS server in NAS-IP-Address attribute and to be matched in DM/CoA requests. Also DM/CoA server will bind to that address. + NAS-IP-Address attribute sent to RADIUS @@ -175,14 +161,14 @@ ipv4 NAS-IP-Address Attribute Value - - - + + + - IPv4 address and port to bind Dynamic Authorization Extension server (DM/CoA) + Dynamic Authorization Extension/Change of Authorization server - + IP address for Dynamic Authorization Extension server (DM/CoA) @@ -207,7 +193,7 @@ - + Secret for Dynamic Authorization Extension server (DM/CoA) @@ -221,17 +207,17 @@ - Specifies which radius attribute contains rate information. (default is Filter-Id) + Specifies RADIUS attribute containing rate information (default 'Filter-Id') - Specifies the vendor dictionary. (dictionary needs to be in /usr/share/accel-ppp/radius) + Specifies vendor dictionary (needs to be in /usr/share/accel-ppp/radius) - Enables Bandwidth shaping via RADIUS + Enable RADIUS bandwidth shaping -- cgit v1.2.3