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 'b...@realm', nas '10.80.10.140']
[sql_default] packet has no accounting status type. [user 'b...@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
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to