----- Original Message ----
> From: Jiann-Ming Su <su_...@yahoo.com>
> To: freeradius-users@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
}


      
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to