9 Aug
2010
9 Aug
'10
4:59 p.m.
----- Original Message ----
From: Jiann-Ming Su <su_js1@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 }