Hi,
I'm using FreeRADIUS v0.8.1 on RedHat 7.1.
I'm using it strictly for accounting purposes with
MySQL running in the background.
Also I'm using proxy features to be able to send the accounting data
to one more server, just to have another copy.
--- proxy.conf ---
proxy server {
synchronous = no
retry_delay = 5
retry_count = 10
dead_time = 120
servers_per_realm = 15
default_fallback = yes
}
realm NULL {
type = radius
authhost = 80.253.170.52:1812
accthost = 80.253.170.52:1813
secret = rad213bmf
}
realm NULL {
type = radius
authhost = LOCAL
accthost = LOCAL
}
realm DEFAULT {
type = radius
authhost = 80.253.170.52:1812
accthost = 80.253.170.52:1813
secret = rad213bmf
}
realm DEFAULT {
type = radius
authhost = LOCAL
accthost = LOCAL
}
In this case it works fine, but if I want to proxy it
to one additional server it doesn't work.
The proxy only sends the accounting data to the first server on the list
and leaves one copy for itself.
Why is this happening ? What can I do regarding this issue ?
Thanks in advance.
Regards,
Ivan Meic
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html