Re: [RADIATOR] Unknown reply received in AuthRADIUS

2013-05-03 Thread Frank Danielson
Hi Jim- Have you tried FarmSize instead of Fork? -Frank On May 3, 2013, at 7:34 AM, Jim Tyrrell wrote: > OK, I increased the timeout of the AuthBy RADIUS to 20 seconds and had > to add 'UseExtendedIds', which just delays the issue occuring. > > It looks like the issue is with the MySQL serve

Re: [RADIATOR] Issue with TTLS-EAP-MSCHAPv2 and EAPAnonymous

2013-05-03 Thread Johnson, Neil M
Certainly, I'd be glad to test. -Neil -- Neil Johnson Network Engineer The University of Iowa Phone: 319 384-0938 Fax: 319 335-2951 Mobile: 319 540-2081 E-Mail: neil-john...@uiowa.edu On 5/3/13 12:40 PM, "Heikki Vatiainen" wrote: >On 05/02/2013 10:52 PM, Johnson, Neil M wrote: > >> I'm t

Re: [RADIATOR] Unknown reply received in AuthRADIUS

2013-05-03 Thread Heikki Vatiainen
On 05/03/2013 02:34 PM, Jim Tyrrell wrote: > If I truncate the new MySQL tables then the RADIUS proxy is > happy, until the table builds up again and performance of the MySQL > AuthBy is degraded. Maybe indexing could help here? Depends of course what the query actually does. > I need to fix t

Re: [RADIATOR] Issue with TTLS-EAP-MSCHAPv2 and EAPAnonymous

2013-05-03 Thread Heikki Vatiainen
On 05/02/2013 10:52 PM, Johnson, Neil M wrote: > I'm trying to get TTLS-EAP-MSCHAPv2 working. > > I've found that if I have EAPAnonymous set to %0, It does not work. Hello Neil, I agree EAPAnonymous %0 seems not to fetch the inner EAP Identity correctly. I looked at the code and there's a diff

Re: [RADIATOR] Unknown reply received in AuthRADIUS

2013-05-03 Thread Jim Tyrrell
OK, I increased the timeout of the AuthBy RADIUS to 20 seconds and had to add 'UseExtendedIds', which just delays the issue occuring. It looks like the issue is with the MySQL server in the new AuthBy RadiusSessionUpdate which is slow in responding. I suspect a backlog is building up here whic

Re: [RADIATOR] fticks anonymization in Radiator

2013-05-03 Thread Heikki Vatiainen
On 05/02/2013 12:15 PM, Johan Carlquist wrote: > We intend to have 2 options; > * hash the whole mac address > * save the vendor part of the address and hash the rest. > > When we have written the code we would love to commit it upstream to Radiator > for others to use. > > But we