Error setting up a home_server_pool
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?
Of course. You are right and this is documented I overlooked this while migrating config from 2.2.0 to 3.0.0 Thank you! 2013/12/20 <A.L.M.Buxey@lboro.ac.uk>
Hi,
However, when home_server type is auth+acct it works. Am i missing something? Is this an expected behaviour?
pool definition, use eg
realm special.org { auth_pool = my_pool }
rather than
realm special.org { pool = my_pool }
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Alberto Martínez Setién Servicio Informático Universidad de Deusto Avda. de las Universidades, 24 48007 - Bilbao (SPAIN) Phone: +34 - 94 413 90 00 Ext 2684 Fax: +34 - 94 413 91 01
On 20 Dec 2013, at 10:24, Alberto Martínez <alberto_martinez@deusto.es> wrote:
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"
Post realm and debug please... Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
Alberto Martínez -
Arran Cudbard-Bell