sql nas and accounting
    Jiann-Ming Su 
    su_js1 at yahoo.com
       
    Mon Aug  9 22:59:50 CEST 2010
    
    
  
----- Original Message ----
> From: Jiann-Ming Su <su_js1 at yahoo.com>
> To: freeradius-users at lists.freeradius.org
> Sent: Mon, August 9, 2010 4:29:57 PM
> Subject: sql nas and accounting
> 
> 2.  How  do I get sql accounting to work?  That is, how do configure freeradius 
>
> to update the radacct table?  Right now, freeradius process seems to be 
> rejecting accounting requests:  "Ignoring request to accounting address  * port 
>
> 1813 from unknown client..."  The"unknown client" works fine for  
>authentication.
> 
Okay, I figured this one out.  Had to specify the "clients" in the accounting 
"listen" section:
listen {
        ipaddr = *
        port = 0
        type = acct
        clients = my_switches
}
      
    
    
More information about the Freeradius-Users
mailing list