Problems with my radrelay configuration?

tonimanel antoniofernandez at fabergames.com
Thu Oct 13 13:13:32 CEST 2011


Ok, the service running ok. The authentication and accounting it's ok only in
one server, in the other server not appears nothing about accounting, so the
synchronization not function correct.

What can to be happening?

I have in radrelay.conf a home_server such as radrelay with this code:
home_server radrelay {
        type = acct

        #
        #  This directive replaces the "-r" command-line option
        #  in radrelay
        #
        ipaddr = 192.168.1.130

        port = 1812

        #
        #  This directive replaces the "-i" command-line option
        #  in radrelay
        #
#       src_ipaddr = 192.168.1.1

        #
        #  This directive replaces the "-s", "-S", and "-n" command-line
        #  options in radrelay
        #
        secret = testing123
        require_message_authenticator = yes
}

home_server_pool radrelay {
        type = fail-over
        home_server = radrelay
}

#
#  A dummy realm.
#
realm radrelay {
        acct_pool = radrelay
}

#
#  Read the detail file.
#
listen {
        type = detail

        #
        #  The "radacctdir" parameter below replaces the "-a" command-
        #  line option in radrelay.  The "detail" parameter replaces
        #  the "detailfile" command-line option in radrelay
        #
        filename = ${radacctdir}/radacct/detail
        load_factor = 50
        max_outstanding = 100
}

#
#  See also raddb/sites-available/copy-acct-to-home-server
#  for additional description.
#
preacct {
        #
        #  Proxy the packet using the given realm.
        #  Note that we do not use the realm for anything else such
        #  as prefix/suffix stripping or comparisons.
        #
        update control {
                Proxy-To-Realm := "radrelay"
        }
}

accounting {
#       sql
}

Do you see any thing wrong? 

Thanks and regards.

--
View this message in context: http://freeradius.1045715.n5.nabble.com/Problems-with-my-radrelay-configuration-tp4876089p4898878.html
Sent from the FreeRadius - User mailing list archive at Nabble.com.



More information about the Freeradius-Users mailing list