Hello,

Running FR 2.1.6 on freebs7.1
I`m trying to implement CoA origination by server.

read sites-available/originate-coa and

added home_server

home_server coa1 {
        type = coa

        ipaddr = 10.1.3.5
        port = 1700
        coa {
                irt = 2
                mrt = 16
                mrc = 5
                mrd = 30
        }
}

and "coa_server" to client

client test1 {
        ipaddr = 10.1.3.5
        netmask = 32
        secret = testing321
        nastype = other
        coa_server = coa1
}

radiusd -X says
...
radiusd: #### Loading Clients ####
 client test1 {
        ipaddr = 81.200.3.4
        netmask = 32
        require_message_authenticator = no
        secret = "testing321"
        nastype = "other"
        coa_server = "coa1"
 }
/usr/local/etc/raddb/clients.conf[7]: No such home_server or home_server_pool 
"coa1"

It seems that i didn`t understand "sites-available/originate-coa" right and miss something in my conf

Could You please clarify it for me?

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

Reply via email to