Execute Logout Command on FreeRADIUS.
    Alan DeKok 
    aland at deployingradius.com
       
    Thu Apr 24 15:44:03 CEST 2014
    
    
  
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.
    
    
More information about the Freeradius-Users
mailing list