Error setting up a home_server_pool

Alberto Martínez alberto_martinez at deusto.es
Fri Dec 20 11:24:07 CET 2013


Hi.

I'm having trouble when setting up a home_server_pool.
FR version is 3.0.0

home_server edited1.example.org {
        type                    = auth
        ipaddr                  = <ipv4>
        port                    = 1812
        secret                  = <edited>
        response_window         = 20
        zombie_period           = 40
        revive_interval         = 120
        status_check            = status-server
        check_interval          = 30
        num_answers_to_alive    = 3
}

home_server edited2.example.org {
        type                    = auth
        ipaddr                  = <ipv4>
        port                    = 1812
        secret                  = <edited>
        response_window         = 20
        zombie_period           = 40
        revive_interval         = 120
        status_check            = status-server
        check_interval          = 30
        num_answers_to_alive    = 3
}

home_server_pool my_pool {
        type            = client-balance
        home_server     = edited1.example.org
        home_server     = edited2.example.org
}

This fails with a misleading message: Unknown home_server "
edited1.example.org"

However, when home_server type is auth+acct it works.
Am i missing something? Is this an expected behaviour?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20131220/03389129/attachment.html>


More information about the Freeradius-Users mailing list