Hi I am running a freeradius server that is proxying my requests to another radius server. The other radius server supports a special proble message to indicate to a connecting supplicant that it supports a particular EAP method. IT simply results in a FAILURE to the authentication request indicating that it does support this EAP method and it can try with correct credentials. However, the proxying freeradius server shows : Debug: Waking up in 4.9 seconds. . . . . Debug: Waking up in 103.9 seconds. My question is, how can I reduce these times? I use UDP and not TCP? IS there some configuration that I can change or can I compile my own custom version! Khali
On 01/08/14 06:31, khali singh wrote:
My question is, how can I reduce these times? I use UDP and not TCP? IS
You don't. Those times are when a scheduled event (expiry, etc.) is next taking place. It doesn't mean FreeRADIUS is "sleeping". It's still waiting for and processing new packets.
participants (2)
-
khali singh -
Phil Mayers