Hello,
I'm trying to set up my freeradius to be an accounting proxy. No it only
receives acct packets and saves data in log files. The configuration is
below:
radiusd.conf:
accounting {
detail
fail
}
detail {
detailfile =
${radacctdir}/%{Client-IP-Address}/detail-%Y%m%d%H.log
}
client.conf:
client 126.18.130.8 {
secret = faultcenter
shortname = fault-center
}
I added the following to the proxy.conf, but freeradius don't sends any
accounting packets:
realm LOCAL {
type = radius
authhost = 126.20.50.230:1812
accthost = 126.20.50.230:1813
secret = fault
}
realm NULL {
type = radius
authhost = 126.20.50.230:1812
accthost = 126.20.50.230:1813
secret = fault
}
realm DEFAULT {
type = radius
authhost = 126.20.50.230:1812
accthost = 126.20.50.230:1813
secret = fault
}
Can somebody help?
--
View this message in context:
http://freeradius.1045715.n5.nabble.com/Freeraduis-as-accounting-proxy-tp5713532.html
Sent from the FreeRadius - User mailing list archive at Nabble.com.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html