Hi,

it's possible to setup freeradius to forward (for a specific realm "oldradius") an Accounting-Request to another radius server and not store it locally?

scenario:

In a transition phase I've some records on my new freeradius and others on an other old radius server...

in radiusd.conf (authorize section):

 group {
        #  new records
                sql {
                        fail = 1
                        ok = return
                }

        #  default in old radius
                files {
                        fail = 1
                        ok = return
                }
        }


my proxy.conf:

realm oldradius {
        type            = radius
        authhost        = x.y.z.k:1645
        accthost        = x.y.z.k:1646
        secret          = XXXXX
        nostrip
}

and my file users:

DEFAULT Proxy-To-Realm := "oldradius"

This works correctly, but if freeradius forwards a Access-Request to oldradius (proxy mode), the CDR is stored in local DB not in oldradius...


I've already tried to find this thing on ML, but I've not found the answer...


someone can help me, please?


- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to