Re: [RADIATOR] radiator never gets to the 2nd authentication phase in PEAP - MSCHAPv2

2016-02-01 Thread Hugh Irvine
Indeed - the old adage is very true: “Just because a packet can get somewhere does not mean that the reply can get back….” regards Hugh > On 1 Feb 2016, at 20:39, Hugo Veiga wrote: > > Hi, > > Heikki I bow to you. :) > > So the problem was this: > (Topology) > Radiator Machine/ I

Re: [RADIATOR] radiator never gets to the 2nd authentication phase in PEAP - MSCHAPv2

2016-02-01 Thread Hugo Veiga
Hi, Heikki I bow to you. :) So the problem was this: (Topology) Radiator Machine/ IP: 10.253.1.12/24 --Router--wireless switch/IP:10.240.1.1/24 - The radiator machine receives requests from wireless switch. - Wireless switch never receives the answer. :: So Radiator

Re: [RADIATOR] radiator never gets to the 2nd authentication phase in PEAP - MSCHAPv2

2016-01-28 Thread Heikki Vatiainen
On 01/26/2016 06:05 PM, Hugo Veiga wrote: > Also tried another certificate but it's doing the same, it gets stuck > and never reaches the inner handler. I don't think this is a certificate or handler problem now. Previously AuthBy INTERNAL was dropping the request, but now when you changed the co

Re: [RADIATOR] radiator never gets to the 2nd authentication phase in PEAP - MSCHAPv2

2016-01-27 Thread Hugo Veiga
Hi, I'm sorry Heikki I don't know why but I didn't receive your email (but a friend of mine in this list as sent me yesterday). So this is what I've tested/checked so far: 1 - Perl modules: In this list are the ones mentioned in the goodies file for PEAP/MSCHAPv2 (# Requires Net_SSLeay.pm-1.21 o

Re: [RADIATOR] radiator never gets to the 2nd authentication phase in PEAP - MSCHAPv2

2016-01-26 Thread Hugo Veiga
Sorry For the waist of your time, and thanks for your point (I was trying all possible things that I could remember and this went to the list by mistake). Also tried another certificate but it's doing the same, it gets stuck and never reaches the inner handler. Here is a trace from 4.16 with

Re: [RADIATOR] radiator never gets to the 2nd authentication phase in PEAP - MSCHAPv2

2016-01-26 Thread Hugo Veiga
In my original message I have by mistake a AuthBy INTERNAL in the outter authentication it's actually a AuthBy SQL clause. This is trace from radiator 4.9. Tue Jan 26 15:01:15 2016: DEBUG: Handling request with Handler 'Realm=/^convidado$/i', Identifier '' Tue Jan 26 15:01:15 2016: DEBUG: Delet

Re: [RADIATOR] radiator never gets to the 2nd authentication phase in PEAP - MSCHAPv2

2016-01-26 Thread Christian Kratzer
Hi, On Tue, 26 Jan 2016, Hugo Veiga wrote: > In my original message I have by mistake a AuthBy INTERNAL in the outter > authentication it's actually a AuthBy SQL clause. which is exactly why I made you test your 4.9 case. AuthBy SQL supports EAP. AuthBy FILE also supports EAP. and as Heikki s

Re: [RADIATOR] radiator never gets to the 2nd authentication phase in PEAP - MSCHAPv2

2016-01-26 Thread Christian Kratzer
Hi, On Tue, 26 Jan 2016, Hugo Veiga wrote: > Hi Alan, > > I have the same config on radiator 4.9 and it works perfectly. > > About the stuff order ;) , I use the Authby as "functions" and usually I > put them before the handlers, this is very practical to reuse code. > > As you suggested I tried t

Re: [RADIATOR] radiator never gets to the 2nd authentication phase in PEAP - MSCHAPv2

2016-01-26 Thread Hugo Veiga
Hi Alan, I have the same config on radiator 4.9 and it works perfectly. About the stuff order ;) , I use the Authby as "functions" and usually I put them before the handlers, this is very practical to reuse code. As you suggested I tried to put them after the handlers and I have the same exact r

Re: [RADIATOR] radiator never gets to the 2nd authentication phase in PEAP - MSCHAPv2

2016-01-25 Thread Heikki Vatiainen
On 01/25/2016 07:57 PM, Hugo Veiga wrote: > I'm upgrading from 4.9 to radiator 4.16 and I'm stuck because I can't > get radiator to get to the inner authentication phase. AuthBy INTERNAL does not work with EAP (PEAP in this case). It just ignores the request by default. If you had problems with

Re: [RADIATOR] radiator never gets to the 2nd authentication phase in PEAP - MSCHAPv2

2016-01-25 Thread Alan Buxey
Try putting your stuff into order - your inner stuff , handlers et al , AFTER the realm check (where you are then asking for a particular handler). The goodies directory provides ready to go starting recipes for this stuff (so you can see how handlers/inner work) alan__

[RADIATOR] radiator never gets to the 2nd authentication phase in PEAP - MSCHAPv2

2016-01-25 Thread Hugo Veiga
Hi, I'm upgrading from 4.9 to radiator 4.16 and I'm stuck because I can't get radiator to get to the inner authentication phase. It simply doesn't dispatch to the inner handler! Am I missing to install something? Light on this would be great. Best regards, Hugo Veiga Here is my config: --