Freeradius mysql acct copy

Fajar A. Nugraha list at fajar.net
Thu Mar 31 11:13:01 CEST 2011


On Thu, Mar 31, 2011 at 4:00 PM, Alan DeKok <aland at deployingradius.com> wrote:
> Alexander Kosykh wrote:
>> As I
>> understand, virtual server from copy-acct-to-home-server use a detail
>> files to read acct information from default server. Is the way to don't
>> use detail file and use mysql?
>
>  No.

There's actually something interesting about that.

I just had a chat with a colleague that managed a system with similar
setup (acct to local mysql and copy to remote), the biggest difference
was that he used FR 1.1.3 (this system was created many years ago, and
back then the version was current). He actually used a setup like this
on proxy.conf

realm remoterealm {
        type            = radius
        authhost        = 10.11.12.1:1812
        accthost        = 10.11.12.1:1813
        accthost        = LOCAL
	secret		= remotesecret
        nostrip
}

The biggest difference there from the standard configuration (example
from https://github.com/alandekok/freeradius-server/blob/release_1_1_3/raddb/proxy.conf),
is that he used two "accthost" lines. And it worked :P

Can you confirm that this is bug, that it shouldn't behave like that
(since the example proxy.conf doesn't mention anything about two
accthost line).

Another thing, while reading http://wiki.freeradius.org/Proxy , the
link for "doc/proxy" is broken (it should be doc/proxy.rst).
Edit function in wiki is available for registered users only, while
create account function is disabled, so I can't fix it.

-- 
Fajar




More information about the Freeradius-Users mailing list