battossai wrote:
sorry for this missunderstanding, surely in the begining i am saying is complete new beginer in freeradius.
That's fine. What you're missing is that you should work to understand the system.
what i have to search is something like this :
* I have pppoe network using mikrotik as nas with radiusmanager frontend which is using freeradius mysql as backend. * in this time, i'm trial a new filtering system called netsweeper.
OK.
* for user change their own policy, netsweeper need accounting packet from my freeradius.therefore some attribute this netsweeper needs, which is "Class" "User-Name" "Client-Ip-Address" .
Why does it need Class? What value is needed for Class?
* this accounting packet attribute need to be sent into netsweeper freeradius system, from there this netsweeper marking detail.log in their system with php, so this attribute become parameter to enter their system.
Configure FreeRADIUS to return a Class attribute in the Access-Accept. The NAS *should* return it in the Accounting-Request. Alan DeKok.