Re: EAP-PEAP GTC vs MSCHAPv2

2013-09-27 Thread Don
Alan, I finally made EAP-GTC using ntlm_auth to work. Basically my initial configuration inside "gtc" sub-section of raddb/eap.conf was correct and modifying raddb/modules/ntlm_auth from "%{mschap:User-Name}" to "%{User-Name}" was also correct. I can also use %{%{mschap:User-Name}:-%{User-Name}} t

Re: EAP-PEAP GTC vs MSCHAPv2

2013-09-27 Thread Alan DeKok
Don wrote: > Nothing secret, as I said I tried both configuration (one at a time) > inside "gtc" sub-section of eap.conf. That's a problem. NOTHING in the documentation or examples says to do that. LOTS of documentation and examples give the CORRECT way to use ntlm_auth. > I did that, but tha

Re: EAP-PEAP GTC vs MSCHAPv2

2013-09-27 Thread Don
page, web pages, and daily on this list? > > The reason we recommend it is that IT WORKS. If you're trying random > nonsense, you're wasting your time, and ours. > So far I have tried adding two configurations inside "gtc" sub-section of eap.conf. Nothing else was to

Re: EAP-PEAP GTC vs MSCHAPv2

2013-09-27 Thread Alan DeKok
ested in the FAQ, "man" page, web pages, and daily on this list? The reason we recommend it is that IT WORKS. If you're trying random nonsense, you're wasting your time, and ours. > The reason I am asking the question of multiple challenges because I am > currently ev

Re: EAP-PEAP GTC vs MSCHAPv2

2013-09-26 Thread Don
n/ntlm_auth ..." command execution, but that don't work. > > 2. Is it possible to send subsequent GTC challenge in addition to > > default Password challenge? If possible, how do I configure the > > subsequent GTC challenge? > > No. EAP-GTC is only challenge-r

Re: EAP-PEAP GTC vs MSCHAPv2

2013-09-26 Thread Alan DeKok
Don wrote: > That said, if EAP-GTC can be used along with ntlm_auth how do I > configure it to make that work? Read the "gtc" sub-section of eap.conf. It tells you how to make EAP-GTC use a particular authentication method. > I tried to execute ntlm_auth passing > --password=%{User-Password},

EAP-PEAP GTC vs MSCHAPv2

2013-09-26 Thread Don
All, I have successfully configured freeRadius using EAP-PEAP with: 1. GTC to authenticate user against local password 2. MSCHAPv2 to authenticate user against Active Directory via ntlm_auth following instructions on this link: http://wiki.freeradius.org/guide/FreeRADIUS-Active-Directory

Re: EAP-TLS works but not PEAP/EAP-TLS

2013-09-17 Thread John Carter
. Thanks again, John. On 17 September 2013 08:46, Martin Kraus wrote: > On Tue, Sep 17, 2013 at 07:54:12AM +0100, John Carter wrote: > > I've got a Windows 7 machine attempting to connect to FreeRADIUS 2.2.0. > > EAP-TLS with a client certificate works fine, but with PEAP/EAP-T

Re: EAP-TLS works but not PEAP/EAP-TLS

2013-09-17 Thread Martin Kraus
On Tue, Sep 17, 2013 at 07:54:12AM +0100, John Carter wrote: > I've got a Windows 7 machine attempting to connect to FreeRADIUS 2.2.0. > EAP-TLS with a client certificate works fine, but with PEAP/EAP-TLS it > doesn't. Hi. make fragment_size in modules/inner-eap smaller th

EAP-TLS works but not PEAP/EAP-TLS

2013-09-17 Thread John Carter
Hi, I've got a Windows 7 machine attempting to connect to FreeRADIUS 2.2.0. EAP-TLS with a client certificate works fine, but with PEAP/EAP-TLS it doesn't. Is there anything I'm missing? The problem appears to be that the client doesn't send over the client cert. I know W

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Alan DeKok
Phil Mayers wrote: > On 29/08/13 18:16, Alan DeKok wrote: > >>i.e. set "proxy_tunneled_request_as_eap = no" > > Although IIRC that *definitely* had issues in 2.1.10, right? I don't recall... that was a long time ago, and I'm trying to get 3.0 out the door. Alan DeKok. - List info/subscr

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Phil Mayers
On 29/08/13 18:16, Alan DeKok wrote: i.e. set "proxy_tunneled_request_as_eap = no" Although IIRC that *definitely* had issues in 2.1.10, right? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Phil Mayers
On 29/08/13 18:16, Alan DeKok wrote: Phil Mayers wrote: [peap] Got tunneled request EAP-Message = 0x02090006031a 0x03 == 3 = NAK, 0x1a == 26 == MS-EAP (SoH, I think?) That's EAP-MSCHAP-v2. Doh, yes, brain fade. TBH this page could be clearer: http://www.iana.org/assignment

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Alan DeKok
nvoked if using > > proxy_tunneled_request_as_eap = no > > Does it actually need to NOT be there for > > proxy_tunneled_request_as_eap = no No. See my reply to Phil. You need to set: proxy_tunneled_request_as_eap = no in eap.conf, peap{} subsection.

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Alan DeKok
Phil Mayers wrote: > [peap] Got tunneled request > EAP-Message = 0x02090006031a > > 0x03 == 3 = NAK, 0x1a == 26 == MS-EAP (SoH, I think?) That's EAP-MSCHAP-v2. > ...which the proxy server then rejects: > > rad_recv: Access-Reject packet from host 155.97.185.76

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Phil Mayers
EAP-identity, and the proxy server responds with an EAP-TLS start i.e. you would be doing EAP-TLS inside PEAP, if this worked: rad_recv: Access-Challenge packet from host 155.97.185.76 port 1812, id=216, length=128 State = ... Proxy-State = 0x313231 EAP-Message

RE: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Robert Roll
freeradius-users-bounces+robert.roll=utah@lists.freeradius.org] on behalf of Phil Mayers [p.may...@imperial.ac.uk] Sent: Thursday, August 29, 2013 9:38 AM To: freeradius-users@lists.freeradius.org Subject: Re: EAP-Peap-MSchapv2 proxy from innertunnel On 29/08/13 15:56, Robert Roll wrote: >

RE: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Robert Roll
s-bounces+robert.roll=utah@lists.freeradius.org] on behalf of Phil Mayers [p.may...@imperial.ac.uk] Sent: Thursday, August 29, 2013 7:58 AM To: freeradius-users@lists.freeradius.org Subject: Re: EAP-Peap-MSchapv2 proxy from innertunnel On 29/08/13 14:35, Robert Roll wrote: > I'm t

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Phil Mayers
On 29/08/13 15:56, Robert Roll wrote: I guess I assumed the id: in the TCP dump below was the "EAP Response Identifier" maybe not ? Is there a different EAP response identifier ? Yes, in the EAP-Message attribute (EAP packet) I actually have been running with debug radius -X. Obvio

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Martin Kraus
On Thu, Aug 29, 2013 at 02:56:44PM +, Robert Roll wrote: > I guess I assumed the id: in the TCP dump below was the "EAP Response > Identifier" maybe not ? Is there a different > EAP response identifier ? That is the id of the radius packet. EAP lives insided radius packet AVPs called EA

RE: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Robert Roll
_ From: freeradius-users-bounces+robert.roll=utah@lists.freeradius.org [freeradius-users-bounces+robert.roll=utah@lists.freeradius.org] on behalf of Martin Kraus [lists...@wujiman.net] Sent: Thursday, August 29, 2013 8:11 AM To: FreeRadius users mailing list Subject: Re: EAP-Peap-

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Martin Kraus
On Thu, Aug 29, 2013 at 01:35:25PM +, Robert Roll wrote: > I'm getting an EAP error response from the other server about it not liking > the > id number > > "Supplicant sent unmatched EAP response packet identifier" EAP Response identifier sent by the client has to match EAP Request

Re: EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Phil Mayers
not liking the id number "Supplicant sent unmatched EAP response packet identifier" ( This is an EAP-PEAP-MSCHAPv2 scenerio) The EAP.conf file is configured with: proxy_tunneled_request_as_eap = yes I've included a TCP dump of the main freeradius serve

EAP-Peap-MSchapv2 proxy from innertunnel

2013-08-29 Thread Robert Roll
Supplicant sent unmatched EAP response packet identifier" ( This is an EAP-PEAP-MSCHAPv2 scenerio) The EAP.conf file is configured with: proxy_tunneled_request_as_eap = yes I've included a TCP dump of the main freeradius server below WC -- Wireless controller FR-2.10 -

Re: debian, wpa_supplicant, TTLS/TLS working, PEAP/TLS fails

2013-08-22 Thread Matthew Newton
On Thu, Aug 22, 2013 at 10:30:54AM +0100, Phil Mayers wrote: > Matthew Newton wrote: > >On Wed, Aug 21, 2013 at 09:52:14PM +0200, Martin Kraus wrote: > >> well looking at man wpa_supplicant I can see > >> > >> EAP-PEAP/TLS > > > >I think that sho

Re: debian, wpa_supplicant, TTLS/TLS working, PEAP/TLS fails

2013-08-22 Thread Alan DeKok
Phil Mayers wrote: > PEAP/MSCHAP is *always* PEAP/EAP-MSCHAPv2 IIRC. Unlike TTLS there's no > "bare" MSCHAP variant, because there's no spec for how to derive the > MSCHAP challenge from the TLS master secret. FWIW: PEAP is TLS + inner EAP. That's why there&#x

Re: debian, wpa_supplicant, TTLS/TLS working, PEAP/TLS fails

2013-08-22 Thread Phil Mayers
On 22/08/13 10:54, Alan Buxey wrote: TLS in PEAP. Yes I've seen it. And EAP-MSCHAPV2 in PEAP PEAP/MSCHAP is *always* PEAP/EAP-MSCHAPv2 IIRC. Unlike TTLS there's no "bare" MSCHAP variant, because there's no spec for how to derive the MSCHAP challenge from the TLS

Re: debian, wpa_supplicant, TTLS/TLS working, PEAP/TLS fails

2013-08-22 Thread Alan Buxey
TLS in PEAP. Yes I've seen it. And EAP-MSCHAPV2 in PEAP alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: debian, wpa_supplicant, TTLS/TLS working, PEAP/TLS fails

2013-08-22 Thread Phil Mayers
Matthew Newton wrote: >On Wed, Aug 21, 2013 at 09:52:14PM +0200, Martin Kraus wrote: >> well looking at man wpa_supplicant I can see >> >> EAP-PEAP/TLS > >I think that should be PEAP/EAP-TLS. Otherwise I'm not sure what >it's talking about. > Huh, a

Re: debian, wpa_supplicant, TTLS/TLS working, PEAP/TLS fails

2013-08-22 Thread Martin Kraus
On Wed, Aug 21, 2013 at 01:28:08PM +0100, Matthew Newton wrote: > On Wed, Aug 21, 2013 at 01:17:02PM +0200, Martin Kraus wrote: > > I managed to get EAP-TTLS/TLS working but EAP-PEAP/TLS fails after the outer > > TLS tunnel is established: > > On the assumption that you

Re: debian, wpa_supplicant, TTLS/TLS working, PEAP/TLS fails

2013-08-22 Thread Martin Kraus
On Wed, Aug 21, 2013 at 11:45:11PM +0100, Matthew Newton wrote: > If that's all you're doing, forget about PEAP and just go for > straight EAP-TLS. All PEAP really gives you on top is the SoH > support, and may cause problems with other non-Windows clients. > EAP-TLS shoul

Re: debian, wpa_supplicant, TTLS/TLS working, PEAP/TLS fails

2013-08-21 Thread Matthew Newton
On Wed, Aug 21, 2013 at 09:52:14PM +0200, Martin Kraus wrote: > well looking at man wpa_supplicant I can see > > EAP-PEAP/TLS I think that should be PEAP/EAP-TLS. Otherwise I'm not sure what it's talking about. > also from my google searches it might be possible that w

Re: debian, wpa_supplicant, TTLS/TLS working, PEAP/TLS fails

2013-08-21 Thread Martin Kraus
On Wed, Aug 21, 2013 at 01:13:57PM +0100, Phil Mayers wrote: > On 21/08/2013 12:17, Martin Kraus wrote: > >Hi. > >I managed to get EAP-TTLS/TLS working but EAP-PEAP/TLS fails after the outer > > Is this really what you mean? TTLS outer and TLS inner, versus PEAP

Re: debian, wpa_supplicant, TTLS/TLS working, PEAP/TLS fails

2013-08-21 Thread Matthew Newton
On Wed, Aug 21, 2013 at 01:17:02PM +0200, Martin Kraus wrote: > I managed to get EAP-TTLS/TLS working but EAP-PEAP/TLS fails after the outer > TLS tunnel is established: On the assumption that your certificates are OK... Have you updated the fragment_size so that the outer is larger th

Re: debian, wpa_supplicant, TTLS/TLS working, PEAP/TLS fails

2013-08-21 Thread Phil Mayers
On 21/08/2013 12:17, Martin Kraus wrote: Hi. I managed to get EAP-TTLS/TLS working but EAP-PEAP/TLS fails after the outer Is this really what you mean? TTLS outer and TLS inner, versus PEAP outer and TLS inner? Because the latter is unlikely to work; it's not a supported combo per the

debian, wpa_supplicant, TTLS/TLS working, PEAP/TLS fails

2013-08-21 Thread Martin Kraus
Hi. I managed to get EAP-TTLS/TLS working but EAP-PEAP/TLS fails after the outer TLS tunnel is established: WARNING: !! WARNING: !! EAP session for state 0x992158e5992955e0 did not finish! WARNING: !! Please read http

RE: FreeRADIUS basic setup for PEAP using example certificates

2013-08-15 Thread Darlington, Andrew
Hi Thanks for all the replies! Going through all the permissions of the various files freeradius complained about fixed it like Phil Mayers and Alan said. I also fixed the radtest problem. This just need to have freeradius restarted normally. I'm now working on PEAP with an Ubuntu c

Re: FreeRADIUS basic setup for PEAP using example certificates

2013-08-15 Thread Phil Mayers
On 15/08/13 14:30, Darlington, Andrew wrote: Couldn't open /etc/freeradius/acct_users for reading: Permission denied Errors reading /etc/freeradius/acct_users /etc/freeradius/modules/files[7]: Instantiation failed for module "files" /etc/freeradius/sites-enabled/inner-tunnel[124]: Failed to load

Re: FreeRADIUS basic setup for PEAP using example certificates

2013-08-15 Thread A . L . M . Buxey
hi, check permissions/owner etc of /etc/freeradius and the contents alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRADIUS basic setup for PEAP using example certificates

2013-08-15 Thread A . L . M . Buxey
Hi, >I'm trying to setup a very basic test server using FreeRADIUS (running on >Ubuntu 12.04) that uses PEAP with the example certificates generated by >FreeRADIUS. out of the box, freeRADIUS works - you just need, for testing to add your user/pass to the 'users&#x

RE: FreeRADIUS basic setup for PEAP using example certificates

2013-08-15 Thread Darlington, Andrew
Thanks for the fast reply. > See http://deployingradius.com It has a detailed guide for EAP / PEAP. I'm actually following that one, it's very helpful, however I keep running into problems that aren't covered. >You're running it as a normal user, and the file is

Re: FreeRADIUS basic setup for PEAP using example certificates

2013-08-15 Thread Alan DeKok
Darlington, Andrew wrote: > I’m trying to setup a very basic test server using FreeRADIUS (running > on Ubuntu 12.04) that uses PEAP with the example certificates generated > by FreeRADIUS. See http://deployingradius.com It has a detailed guide for EAP / PEAP. > Couldn't ope

FreeRADIUS basic setup for PEAP using example certificates

2013-08-15 Thread Darlington, Andrew
Hi all I'm trying to setup a very basic test server using FreeRADIUS (running on Ubuntu 12.04) that uses PEAP with the example certificates generated by FreeRADIUS. I keep running into a variety of fairly basic problems. After running freeradius -X I get this error message. Couldn&#

Re: Talloc sanity error (3.0 release branch, reproxying from PEAP inner tunnel)

2013-08-12 Thread Alan DeKok
Brian Julin wrote: > Alan DeKok wrote: > >> Well... I tried it, and I didn't see any errors. > >> Can you check that you're really running a *stock* binary, and a >> *stock* configuration? > > Attached is a recipe for how I replicated it (and another doublefree) on a > clean system. I've p

Re: Talloc sanity error (3.0 release branch, reproxying from PEAP inner tunnel)

2013-08-09 Thread Arran Cudbard-Bell
On 9 Aug 2013, at 16:27, Arran Cudbard-Bell wrote: > > On 9 Aug 2013, at 16:14, Brian Julin wrote: > >> >> Alan DeKok wrote: >> >>> Well... I tried it, and I didn't see any errors. >> >>> Can you check that you're really running a *stock* binary, and a >>> *stock* configuration? >> >> Att

Re: Talloc sanity error (3.0 release branch, reproxying from PEAP inner tunnel)

2013-08-09 Thread Arran Cudbard-Bell
On 9 Aug 2013, at 16:14, Brian Julin wrote: > > Alan DeKok wrote: > >> Well... I tried it, and I didn't see any errors. > >> Can you check that you're really running a *stock* binary, and a >> *stock* configuration? > > Attached is a recipe for how I replicated it (and another doublefree) on

RE: Talloc sanity error (3.0 release branch, reproxying from PEAP inner tunnel)

2013-08-09 Thread Brian Julin
all 8) download wpa source and build eapol_test 9) configure an eapol_peap.conf: network={ ssid="example" key_mgmt=WPA-EAP eap=PEAP identity="f...@domain.site" anonymous_identity="a...@domain.site" password="foo" phase1="peaplabel=0"

Re: Problems setting up a freeradius server with PEAP

2013-08-08 Thread Alan Buxey
Hi How are you generating the certs and what format are they in? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problems setting up a freeradius server with PEAP

2013-08-08 Thread Alan DeKok
Jochen Gatternig wrote: > rlm_eap: SSL error error:06065064:digital envelope > routines:EVP_DecryptFinal_ex:bad decrypt > rlm_eap_tls: Error reading private key file > /usr/local/etc/raddb/certs/server.pem The password for the key file is wrong. Alan DeKok. - List info/subscribe/unsubscribe?

Problems setting up a freeradius server with PEAP

2013-08-08 Thread Jochen Gatternig
p.conf[17]: Instantiation failed for module "eap" /usr/local/etc/raddb/sites-enabled/default[310]: Failed to find "eap" in the "modules" section. /usr/local/etc/raddb/sites-enabled/default[252]: Errors parsing authenticate section. The eap.conf file has been modified: defa

Re: Talloc sanity error (3.0 release branch, reproxying from PEAP inner tunnel)

2013-08-08 Thread Arran Cudbard-Bell
>>> ...and it doesn't matter that example.com defaults to home_server >> localhost, it does not get that far. >> >> Well... I tried it, and I didn't see any errors. >> >> Can you check that you're really running a *stock* binary, and a >> *stock* configuration? > > I will -- should I preferabl

RE: Talloc sanity error (3.0 release branch, reproxying from PEAP inner tunnel)

2013-08-08 Thread Brian Julin
ating it is easy: just uncomment the peap virtual- > server directive > > and add at the top of authorize: > > > > if (Freeradius-Proxied-To == "127.0.0.1") { > > update control { > > Proxy-To-Realm = example.com &g

Re: Talloc sanity error (3.0 release branch, reproxying from PEAP inner tunnel)

2013-08-08 Thread Alan DeKok
Brian Julin wrote: > I tried to replicate on a test server with lightly modified 3.0 stock > configs. The error only > happens when everything is running through the same server/eap instances, so > good > instincts there. Replicating it is easy: just uncomment the peap &

RE: Talloc sanity error (3.0 release branch, reproxying from PEAP inner tunnel)

2013-08-07 Thread Brian Julin
#x27; module use its own virtual_server or does it inherit the > virtual_server that > instigated it (you have no 'virtual_server = "blah"' line in your peap{} > section...so i assume > its using eduroam_idp VS for the unwrapping?) There's only one incestuous

Re: Talloc sanity error (3.0 release branch, reproxying from PEAP inner tunnel)

2013-08-07 Thread A . L . M . Buxey
Hi, > peap { > default_eap_type = mschapv2 > proxy_tunneled_request_as_eap = yes > copy_request_to_tunnel = no > use_tunneled_reply = yes > tls = eduroam-eap-tls >} okay > Any request that tries to go to the proxy causes this to happen

Talloc sanity error (3.0 release branch, reproxying from PEAP inner tunnel)

2013-08-07 Thread Brian Julin
I finally got around to trying some RC code (the release_branch_3.0.0 on github) on our production configurations, after a bit of massaging got them looking like they were working, but not so much the one that re-proxies the inner tunnel contents to an internal server after unwrapping EAP-PEAP

Re: PEAP using different CA?

2013-07-11 Thread Mathieu Simon
Hi Fernando 2013/7/10 Fernando Hammerli > Got it now, as you said. > > Using the public CA certs on certificate_file (and related private key), > and included the public CA > chain on the CA_file (together with my own CA). > Yep mostly except that I put the private key not inside certificate_fi

Re: PEAP using different CA?

2013-07-10 Thread Fernando Hammerli
Got it now, as you said. Using the public CA certs on certificate_file (and related private key), and included the public CA chain on the CA_file (together with my own CA). Still needs more testing (in more enviroments), but seems to be working. Thanks! > > Check the difference of CA_file (conta

Re: PEAP using different CA?

2013-07-10 Thread Fernando Hammerli
Hi Mathieu, thanks for your reply. It´s not clear to me what exactly has to be done. So, I´ll place both server certificates inside the certificate_file, correct? Do I declare it only under the 'tls' section (not on the peap)? How does FR knows which certificate for each method? How do

Re: PEAP using different CA?

2013-07-10 Thread Alan Buxey
User a deployment tool as then things like CN checks are done alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: PEAP using different CA?

2013-07-10 Thread Fernando Hammerli
Hi, thanks for you reply (extensive to the others), > Just put both CAs in the directory pointed to by CA_path. Curently my CA_path is where my users certificates are stored. I thought I had to offer a different server certificate to the user. I was able to make it work (PEAP only, not the

Re: PEAP using different CA?

2013-07-10 Thread Stefan Winter
Hello, >>> To avoid the need of installing our CA certificate on every Windows >>> machine, we´ll buy the server certificate from a public CA. Having the CA cert installed only does half of the job; for EAP configuration purposes, the CA must explicitly marked as trusted /for this EAP identity/.

Re: PEAP using different CA?

2013-07-10 Thread Mathieu Simon
Hi As a possible hint since your question sounds similar to an issue I had: I was looking to provide a server-side certificate to my clients from a public CA but only allow clients to authenticate via EAP-TLS when presenting a cert from our internal CA which avoids the misconfiguration to trust a

Re: PEAP using different CA?

2013-07-10 Thread A . L . M . Buxey
Hi, > Currently we have 1000´s of users self-signed certificates (EAP-TLS), > and we´re planning to move our main authentication method to PEAP, but > keeping the certificates in use while valid. > > To avoid the need of installing our CA certificate on every Windows > mach

Re: PEAP using different CA?

2013-07-10 Thread Arran Cudbard-Bell
On 10 Jul 2013, at 13:38, Alan DeKok wrote: > Fernando Hammerli wrote: >> To avoid the need of installing our CA certificate on every Windows >> machine, we´ll buy the server certificate from a public CA. >> Can Freeradius allow me to have both methods at the same time, ie,

Re: PEAP using different CA?

2013-07-10 Thread Alan DeKok
Fernando Hammerli wrote: > To avoid the need of installing our CA certificate on every Windows > machine, we´ll buy the server certificate from a public CA. > Can Freeradius allow me to have both methods at the same time, ie, the > PEAP with the public CA and certificate users wi

PEAP using different CA?

2013-07-10 Thread Fernando Hammerli
Hi, Currently we have 1000´s of users self-signed certificates (EAP-TLS), and we´re planning to move our main authentication method to PEAP, but keeping the certificates in use while valid. To avoid the need of installing our CA certificate on every Windows machine, we´ll buy the server

Re: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-21 Thread Matthew Newton
On Tue, May 21, 2013 at 03:21:33PM +0800, Robert wrote: > Thank you! The configuration in the link works. The key is setting > fragment_size correctly. Yes, that was the gotcha. > But I am confused about the two methods : > Is EAP PEAP/TLS = EAP PEAP/EAP-TLS ? > Or they are two di

Re: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-21 Thread Matthew Newton
On Tue, May 21, 2013 at 08:03:48AM +0100, Franks Andy (RLZ) IT Systems Engineer wrote: > Just confirming that I've tested this in the past and it works, but I > believe the poster of the article is dubious about a production > environment. Not at all - we are running it in production. The warnin

RE: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-21 Thread Robert
Thank you! The configuration in the link works. The key is setting fragment_size correctly. But I am confused about the two methods : Is EAP PEAP/TLS = EAP PEAP/EAP-TLS ? Or they are two different methods? -Original Message- From: freeradius-users-bounces+robert_chen=favite

RE: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-21 Thread Franks Andy (RLZ) IT Systems Engineer
freeradiu s.org] On Behalf Of Phil Mayers Sent: 20 May 2013 10:51 To: freeradius-users@lists.freeradius.org Subject: Re: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ? On 20/05/13 09:02, Robert wrote: > Hi > > I use freeradius v2.1.10 in Debian Squeeze 6.0.1. > > I want

Re: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-20 Thread Phil Mayers
On 20/05/13 10:59, stefan.pae...@diamond.ac.uk wrote: Ahhh. According to this conversation: That's a really old conversation. See instead the link I posted in my other email. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-20 Thread stefan.paetow
Ahhh. According to this conversation: http://freeradius.1045715.n5.nabble.com/PEAP-EAP-TLS-with-client-and-server-certificate-td2760634.html - FR does support PEAP-EAP-TLS :-) Stefan -Original Message- From: freeradius-users-bounces+stefan.paetow=diamond.ac...@lists.freeradius.org

Re: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-20 Thread Phil Mayers
On 20/05/13 09:02, Robert wrote: Hi I use freeradius v2.1.10 in Debian Squeeze 6.0.1. I want to know if freeradius supports the following methods : See here: http://notes.asd.me.uk/2012/01/20/freeradius-with-peap-eap-tls-for-microsoft-soh/ - List info/subscribe/unsubscribe? See http

Re: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-20 Thread Phil Mayers
On 20/05/13 10:25, stefan.pae...@diamond.ac.uk wrote: It supports EAP with TTLS, TLS and PEAP, yes. Look at EAP.conf – you can configure all supported options in there. Not sure you've understood what he's asking there; he wants to know if you can to PEAP with EAP-TLS as an inner.

RE: Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-20 Thread stefan.paetow
It supports EAP with TTLS, TLS and PEAP, yes. Look at EAP.conf - you can configure all supported options in there. Regards Stefan From: freeradius-users-bounces+stefan.paetow=diamond.ac...@lists.freeradius.org [mailto:freeradius-users-bounces+stefan.paetow=diamond.ac...@lists.freeradius.org

Does freeradius support EAP PEAP/TLS or EAP PEAP/EAP-TLS ?

2013-05-20 Thread Robert
Hi I use freeradius v2.1.10 in Debian Squeeze 6.0.1. I want to know if freeradius supports the following methods : l EAP PEAP/TLS l EAP PEAP/EAP-TLS ? The client I use is wpa_supplicant v0.6.9. Regards, Robert - List info/subscribe/unsubscribe? See http://www.freeradius.org

Re: Free radius as Proxy EAP-PEAP-GTC User-Password is never set

2013-05-15 Thread Alan DeKok
Sankalp Dubey wrote: > 3. If we try to add callback for post proxy in gtc_authenticate() function > its start crashing. Well... that's what code debugging is for. I haven't looked at it, so I can't comment more. It *should* be possible. It just requires a careful walk-through of the code

RE: Free radius as Proxy EAP-PEAP-GTC User-Password is never set

2013-05-13 Thread Sankalp Dubey
3 PM To: FreeRadius users mailing list Subject: Re: Free radius as Proxy EAP-PEAP-GTC User-Password is never set Sankalp Dubey wrote: > Can you please provide some pointers on where to carry out code change to > achieve this. Well... looking at the EAP-GTC code would be a good st

Re: Free radius as Proxy EAP-PEAP-GTC User-Password is never set

2013-05-08 Thread Alan DeKok
Sankalp Dubey wrote: > Can you please provide some pointers on where to carry out code change to > achieve this. Well... looking at the EAP-GTC code would be a good start. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Free radius as Proxy EAP-PEAP-GTC User-Password is never set

2013-05-08 Thread Sankalp Dubey
@lists.freeradius.org] On Behalf Of Alan DeKok Sent: Tuesday, May 07, 2013 7:07 PM To: FreeRadius users mailing list Subject: Re: Free radius as Proxy EAP-PEAP-GTC User-Password is never set Sankalp Dubey wrote: > Can you please help out how to achieve it Code changes. > or else you can

Re: Free radius as Proxy EAP-PEAP-GTC User-Password is never set

2013-05-07 Thread Alan DeKok
Sankalp Dubey wrote: > Can you please help out how to achieve it Code changes. > or else you can point out what's wrong in our configuration. If it was possible via a configuration change, I would have told you. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/

Re: Free radius as Proxy EAP-PEAP-GTC User-Password is never set

2013-05-07 Thread Sankalp Dubey
iling list Subject: Re: Free radius as Proxy EAP-PEAP-GTC User-Password is never set Sankalp Dubey wrote: > Is EAP-PEAP-GTC User-Password is set while using Free Radius as a proxy? No. The GTC password isn't copied to User-Password when proxying. It probably wouldn't be

Re: Free radius as Proxy EAP-PEAP-GTC User-Password is never set

2013-05-07 Thread Alan DeKok
Sankalp Dubey wrote: > Is EAP-PEAP-GTC User-Password is set while using Free Radius as a proxy? No. The GTC password isn't copied to User-Password when proxying. It probably wouldn't be hard to do, though. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freera

Re: freeRadius 2.1.10 PEAP/MSCHAPv2 w/ Active Directory

2013-04-11 Thread Alan DeKok
trevor_marq...@selinc.com wrote: > Hello all, > > I'm new to freeRadius and am using freeRadius version 2.1.10 Upgrade to 2.2.0. It has a number of issues fixed. > for some > lab testing. I've got freeradius extracting users and passwords from an > Active Directo

freeRadius 2.1.10 PEAP/MSCHAPv2 w/ Active Directory

2013-04-11 Thread trevor_marquis
Hello all, I'm new to freeRadius and am using freeRadius version 2.1.10 for some lab testing. I've got freeradius extracting users and passwords from an Active Directory database. I'm using PEAP/MSCHAPv2. All configs have been working until about a week or so ago. All

Re: Real server certificate for PEAP

2013-04-03 Thread Phil Mayers
On 04/03/2013 05:32 AM, Muhammad Nuzaihan Kamal Luddin wrote: Hi, You will need to purchase a Unified Communications certificate from a CA. They don't all call it the same thing. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Real server certificate for PEAP

2013-04-02 Thread Muhammad Nuzaihan Kamal Luddin
/04/2013 15:22, Rudolf Henze wrote: > > Hi, > > Iam using freeradius 2.1.10 with a self-signed certificate with PEAP and > > mschapv2 and LDAP-authentification. > > Ive copied my CA-Certificate to all clients to be sure that Iam using > > really the right network and

Re: Real server certificate for PEAP

2013-04-02 Thread Phil Mayers
On 02/04/2013 15:22, Rudolf Henze wrote: Hi, Iam using freeradius 2.1.10 with a self-signed certificate with PEAP and mschapv2 and LDAP-authentification. Ive copied my CA-Certificate to all clients to be sure that Iam using really the right network and not a fake SSID. But this is a little

Re: Real server certificate for PEAP

2013-04-02 Thread Alan Buxey
A self-signed is real. It's just that you are the CA...which actually gives you greater security and keeps your authentication under your own destiny control. If you believe that having a RADIUS server signed by a CA that is in the OS of your clients is the way you want to go, then simply go and

Real server certificate for PEAP

2013-04-02 Thread Rudolf Henze
Hi, Iam using freeradius 2.1.10 with a self-signed certificate with PEAP and mschapv2 and LDAP-authentification. Ive copied my CA-Certificate to all clients to be sure that Iam using really the right network and not a fake SSID. But this is a little inconvenient. Is it possible to use a "

auto-config of 802.1x supplicant windows 8 fail (wpa2-ent/peap)

2013-04-01 Thread mike . albano
P messages back/forth endinig up with processing the Access-Reject packet. Like many environments, I'm doing PEAP, with an OpenLDAP directory, though for this test the user is local. (test user is 'steve') I've got VM's of fresh-installed Win8 & Win7, passing same US

auto-config of 802.1x supplicant not working windows 8 only (wpa2-ent/peap)

2013-04-01 Thread mike . albano
d to manually configure the supplicant.I've debugged my wireless lan controller, but nothing interesting (I can attach if requested). It shows the EAP messages back/forth endinig up with processing the Access-Reject packet.Like many environments, I'm doing PEAP, with an OpenLDAP directory, t

Re: troubles with eap-peap mschapv2

2013-03-14 Thread Bertrand Poulet
. > This fails really REALLY early in the EAP setup. The certs haven't even > been exchanged yet. > > Start checking other things - check the network path, firewalls, MTU, > etc. because it doesn't look like you're receiving the PEAP start - just > the initi

Re: troubles with eap-peap mschapv2

2013-03-12 Thread Phil Mayers
MTU, etc. because it doesn't look like you're receiving the PEAP start - just the initial EAP identity. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: troubles with eap-peap mschapv2

2013-03-12 Thread Alan DeKok
Bertrand Poulet wrote: > I've copied old "certs" directory to the new server. > It's still not good. See http://deployingradius.com/ There is detailed documentation for debugging EAP. As in 10-15 pages, with screen shots, instructions for what to do, comments as to what typically goes wrong,

Re: troubles with eap-peap mschapv2

2013-03-12 Thread Bertrand Poulet
Le 11/03/2013 , freeradius-users-requ...@lists.freeradius.org a écrit : > Date: Mon, 11 Mar 2013 11:50:17 -0400 > From: Alan DeKok > To: FreeRadius users mailing list > > Subject: Re: troubles with eap-peap mschapv2 > Message-ID: <513dfd39.90...@deployingradius.com&

Re: troubles with eap-peap mschapv2

2013-03-11 Thread A . L . M . Buxey
Hi, why not use the same certs from your old server? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: troubles with eap-peap mschapv2

2013-03-11 Thread Alan DeKok
Bertrand Poulet wrote: > i try to migrate from FreeRADIUS 1.1.6 (Mandrake) > to FreeRADIUS 2.2.0 (from source) on ubuntu12.04. That should be easy. > The same supplicant and same AP with old FR is ok, > but not with new FR 2.2.0. > > What i've done : > > I've installed with ./configure; ma

troubles with eap-peap mschapv2

2013-03-11 Thread Bertrand Poulet
sion for state 0x9ee5af279ee6b6b6 did not finish! Mon Mar 11 15:59:10 2013 : Debug: WARNING: !! Please read http://wiki.freeradius.org/Certificate_Compatibility Mon Mar 11 15:59:10 2013 : Debug: WARNING: !! Mon Mar 11 15:59:10 2013

  1   2   3   4   5   6   7   8   9   10   >