coa functionality in server question
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.
Anton G. wrote:
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?
You need to link it into sites-enabled/originate-coa. The server reads only sites-enabled, not sites-available. Alan DeKok.
Alan DeKok ?????:
Anton G. wrote:
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?
You need to link it into sites-enabled/originate-coa.
The server reads only sites-enabled, not sites-available.
Alan DeKok.
Thanks, Alan. I have originate-coa link in sites-enabled, just misstyped in starting letter. Also tried default config including default originate-coa example and get /usr/local/etc/raddb/sites-enabled/originate-coa[154]: home_server "localhost-coa" does not exist It seems that server does not see home_servers type of CoA in my case So maybe i`m missing anything else in my conf?
participants (2)
-
Alan DeKok -
Anton G.