Re: Child is hung for request … message
Alex Sharaz
alex.sharaz at york.ac.uk
Thu Mar 7 13:10:10 CET 2013
On 7 Mar 2013, at 11:36, A.L.M.Buxey at lboro.ac.uk wrote:
> Hi,
>
>> The server is basically proxying off auth requests to remote RADIUS servers. Is the above just telling me that the other end is taking a while to reply or is there some underlying issue?
>
> what is your retry time set to on the NAS kit? If your kit is expecting
> a reply in eg 3 seconds...well, a remply from a remote site may take longer.
>
> are you using status-server ? I would advise status-server usage
> in the first instance to ensure that your RADIUS server knows the
> remote RADIUS is okay and not the issue.
>
Yup I'm using status server.
in local-config/nrps.conf I've now got
server_pool eduroam {
home_server = eduroam1
home_server = eduroam2
home_server = eduroam0
type = client-port-balance
}
and
home_server eduroam0 {
ipaddr = ${eduroam_config.server0}
#ipv6addr = ${eduroam_config.server0}
secret = ${eduroam_config.secret0}
port = 1812
type = auth+acct
require_message_authenticator = yes
nostrip
response_window = 5
zombie_period = 40
revive_interval = 60
status_check = status-server
check_interval = 30
num_answers_to_alive = 3
……...
}
Rgds
Alex
> alan
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
More information about the Freeradius-Users
mailing list