separate accounting to two modules based on NAS-IP-Address
26 Sep
2005
26 Sep
'05
10:47 p.m.
Dear Sirs, how can I organize radiusd.conf in order to put accounting coming from nas1 to one module and from nas2 to another module ? Cheers, Ilia Chipitsine
27 Sep
27 Sep
7:04 a.m.
Ilia Chipitsine wrote:
how can I organize radiusd.conf in order to put accounting coming from nas1 to one module and from nas2 to another module ?
You might try to add these lines in file acct_users: DEFAULT NAS-IP-Address == 10.0.0.1, Acct-Type := acct.nas1 DEFAULT NAS-IP-Address == 10.0.0.2, Acct-Type := acct.nas2 And in radiusd.conf: accounting { Acct-Type acct.nas1 { module1 } Acct-Type acct.nas2 { module2 } } -- Nicolas Baradakis
7589
Age (days ago)
7589
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ilia Chipitsine -
Nicolas Baradakis