24 Apr
2014
24 Apr
'14
9:44 a.m.
Russell Mike wrote:
this works fine except that the port number changes from time to time and i have to manually edit the port number for the logout mechanism to work everytime.
Use a "database".
Could you please tell, if its possible to set a static port number or if that is not possible, a better way to execute logout command on FreeRADIUS to logout user.
Information about users ports gets sent in Access-Request and Accounting-Request packets. Store that in a database. Then, look up the ports, and use that to send disconnect packets. Alan DeKok.