Alan DeKok ?????:
DILLIOTT Tony wrote:
I still get the following error when I run radiusd -Xx :
/usr/local/etc/raddb/clients.conf[30]: No such home_server or home_server_pool "localhost-coa"
I've put a patch into git that should fix the problem. See the "stable" branch.
Or, wait a few hours, and grab it from http://git.freeradius.org/pre/
If it works, then everything is OK. If it doesn't work, you probably didn't wait long enough for the auto-build process to grab the relevant patch.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hello, Alan. I`ve grabbed http://git.freeradius.org/pre/freeradius-server-2.1.7.tar.gz today (date says 11-Aug-2009 20:38) and tried CoA again. Almost default config, just coa_server = "localhost-coa" in clients.conf and get some# radiusd -X .... radiusd: #### Loading Realms and Home Servers #### proxy server { retry_delay = 5 retry_count = 3 default_fallback = no dead_time = 120 wake_all_if_all_dead = no } home_server localhost { ipaddr = 127.0.0.1 port = 1812 type = "auth" secret = "testing123" response_window = 20 max_outstanding = 65536 require_message_authenticator = no zombie_period = 40 status_check = "status-server" ping_interval = 30 check_interval = 30 num_answers_to_alive = 3 num_pings_to_alive = 3 revive_interval = 120 status_check_timeout = 4 irt = 2 mrt = 16 mrc = 5 mrd = 30 } home_server_pool my_auth_failover { type = fail-over home_server = localhost } realm example.com { auth_pool = my_auth_failover } realm LOCAL { } home_server localhost-coa { ipaddr = 127.0.0.1 port = 3799 type = "coa" secret = "testing1234" response_window = 30 max_outstanding = 65536 zombie_period = 40 status_check = "none" ping_interval = 30 check_interval = 30 num_answers_to_alive = 3 num_pings_to_alive = 3 revive_interval = 300 status_check_timeout = 4 irt = 2 mrt = 16 mrc = 5 mrd = 30 } home_server_pool coa { type = fail-over virtual_server = originate-coa.example.com home_server = localhost-coa } radiusd: #### Loading Clients #### client localhost { ipaddr = 127.0.0.1 require_message_authenticator = no secret = "testing123" nastype = "other" coa_server = "localhost-coa" } /usr/local/etc/raddb/clients.conf[30]: No such home_server or home_server_pool "localhost-coa" some# What am i missing?