Two questions: 1. Does listing clients in the nas database table support virtual servers? If so, what field do I enter that info in and do I need to update the SQL query used in dialup.conf? 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. Thanks for any tips.
----- 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 }
participants (1)
-
Jiann-Ming Su