hello all, i am currently trying to proxy accounting to another freeradius server. the accounting request receives the proxied server but i get the following message in with debug: +- entering group accounting {...} [sql_default] expand: packet has no accounting status type. [user '%{User-Name}', nas '%{NAS-IP-Address}'] -> packet has no accounting status type. [user 'bla@realm', nas '10.80.10.140'] [sql_default] packet has no accounting status type. [user 'bla@realm', nas '10.80.10.140'] ++[sql_default] returns invalid my configuration on the server sending the accounting data looks like: home_server radiusa.domain { type = auth+acct ipaddr = 10.10.9.51 port = 1812 secret = xxx response_window = 20 zombie_period = 40 revive_interval = 60 status_check = status-server check_interval = 30 num_ansers_to_alive = 3 } home_server_pool REALM-RadPool { type = fail-over home_server = radiusa.domain home_server = radiusb.domain } realm realm { type = auth+acct pool = REALM-RadPool nostrip } i am missing something? -euro
Hi,
+- entering group accounting {...} [sql_default] expand: packet has no accounting status type. [user '%{User-Name}', nas '%{NAS-IP-Address}'] -> packet has no accounting status type. [user 'bla@realm', nas '10.80.10.140'] [sql_default] packet has no accounting status type. [user 'bla@realm', nas '10.80.10.140'] ++[sql_default] returns invalid
the packet didnt have an accounting status-type. therefore sql_default couldnt do anything with it - as it needs such a type to do its thing by default.. have a look at the packets to see what/why things are not working. eg increase SQL verbosity (log to file) alan
participants (2)
-
Alan Buxey -
mr typo