8 Jun
2015
8 Jun
'15
12:50 p.m.
On 8 Jun 2015, at 12:20, bruno d'ambrosio <brunodambrosio2011@hotmail.it> wrote:
Hi Mate
Thanks. For Help.
Openwrt not have the module "acct_unique" look at the end of debug, please
Define it. It will have been installed, unless someone has butchered the server. create raddb/modules/acct_unique Insert: # # Create a unique accounting session Id. Many NASes re-use # or repeat values for Acct-Session-Id, causing no end of # confusion. # # This module will add a (probably) unique session id # to an accounting packet based on the attributes listed # below found in the packet. See doc/rlm_acct_unique for # more information. # acct_unique { key = "User-Name, Acct-Session-Id, NAS-IP-Address, NAS-Identifier, NAS-Port" } -Arran