Guys, I am trying to acheieve accounting from different types of devices. For this, I would like to use different accounting sql queries depending of address/port the request is coming from. Let's say, Device A with ip address x.x.x.x should be accounted with the profile sql1 and device B with ip address y.y.y.y should be accounted with profile sql2. Is this possible with FreeRADIUS? Any tips would be appreciated. Thxs in advance, Dan
UriCALL Support wrote:
I am trying to acheieve accounting from different types of devices. For this, I would like to use different accounting sql queries depending of address/port the request is coming from. Let's say, Device A with ip address x.x.x.x should be accounted with the profile sql1 and device B with ip address y.y.y.y should be accounted with profile sql2. Is this possible with FreeRADIUS? Any tips would be appreciated.
Use different SQL modules. See also doc/Acct-Type. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
Alan DeKok -
UriCALL Support