21 Aug
2017
21 Aug
'17
9:26 p.m.
On 22 Aug 2017, at 02:08, matt.southward@gmail.com wrote:
Forgive me if this is an obvious thing...I've been looking at the documentation and it just isn't clicking for me.
I need to send the Framed-IP-Address and the Service-Type attributes in the Access-Reply.
*Access-Accept
In my post-auth section of my default file I've added update reply { Service-Type = "Framed-User" }.
OK
How do I specify the Framed-IP-Address? This value will be returned from a SQL query, if there is no value default to 255.255.255.254.
update reply { Framed-IP-Address := "%{%{sql:<YOUR QUERY HERE>}:-255.255.255.254}" } -Arran