Re: EAP TLS client

2013-02-15 Thread Muhammad Nadeem
On 2/15/13, Stefan Winter wrote: > Hi, > >> I have configured freeradius to entertain EAP-TLS requests. And i am >> using the freeradius certificate (shipped with software). I got stuck >> at end, now i don't know how to send EAP-TLS request to server. >> I read man radeapclient, but it only suppo

Re: Replace NAS-Identifier with Huntgroup

2013-02-15 Thread A . L . M . Buxey
Hi, > I was wondering, is it possible to replace the NAS-Identifier features by > playing with Huntgroups? > The idea is to have one user which can access in several NAS with customized > params, and this is what HG are for. But how to Reject the user, if it has no > associated HG? its an att

Re: EAP TLS client

2013-02-15 Thread A . L . M . Buxey
Hi, > official website. > But i have a problem, when I want to "make eapol_test" it give the > follwoing error. > /usr/bin/ld: cannot find -lnl > collect2: ld returned 1 exit status > make: *** [eapol_test] Error 1 > Any idea about this error?// compilation error due to missing libraries.

Compilation error of 2.x.x

2013-02-15 Thread Srinu Bandari
Hi, I am trying to make 2.x.x branch, I see following error.. Can anyone help?? gcc -o .libs/radeapclient .libs/radeapclient.o libeap/.libs/libfreeradius-eap.so /root/Desktop/freeradius-server-2.x.x/src/lib/.libs/libfreeradius-radius.so -lssl -lcrypto -lnsl -lresolv -lpthread -Wl,--rpath -Wl,

DHCP howto

2013-02-15 Thread Igor Smitran
What would need to be done in dhcp setup in order to have radusergroup/radcheck/radreply/radacct-alike behavior? I am trying to make it work with cable equipment (CM,MTA,CPE) but i am not sure how to start. CM and MTA would have static IP addresses (sql prefered because of additional replies:

Re: DHCP howto

2013-02-15 Thread Phil Mayers
On 15/02/13 10:52, Igor Smitran wrote: What would need to be done in dhcp setup in order to have radusergroup/radcheck/radreply/radacct-alike behavior? As far as I can tell: 1. Figure our the SQL queries that return the "check/reply" and group items you want for the values in the DHCP packet

Re: Compilation error of 2.x.x

2013-02-15 Thread Alan DeKok
Srinu Bandari wrote: > I am trying to make 2.x.x branch, I see following error.. Can anyone help?? Whoops. That's an error. The fix is simple: $ git pull Thanks for the testing. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: DHCP howto

2013-02-15 Thread Alan DeKok
Igor Smitran wrote: > What would need to be done in dhcp setup in order to have > radusergroup/radcheck/radreply/radacct-alike behavior? Phil's response is good. > I am trying to make it work with cable equipment (CM,MTA,CPE) but i am > not sure how to start. CM and MTA would have static IP add

RE: DHCP howto

2013-02-15 Thread Duane Cox
I am working on this as well. I have a spare CMTS, cable modems, and linux box next to me, with the intention of replacing ISC dhcp with freeradius (as freeradius already does the auth on the cablemodems). I've managed to get parts of it working, and will be spending some more time on it to fi

Re: radiusd starts but rejects test user

2013-02-15 Thread A . L . M . Buxey
Hi, >I am new to radius. I have installed the freeradius to my linux and after >starting radiusd -X >I executed radtest tool for testing as below but it could not get >authenticated and Access-Reject returned. >$ radtest testing password localhost 0 testing123 >Can an

Re: radiusd starts but rejects test user

2013-02-15 Thread Russell Mike
On Fri, Feb 15, 2013 at 3:50 PM, wrote: > Hi, > > >I am new to radius. I have installed the freeradius to my linux and > after > >starting radiusd -X > >I executed radtest tool for testing as below but it could not get > >authenticated and Access-Reject returned. > >$ radtest

Re: radiusd starts but rejects test user

2013-02-15 Thread Alan Buxey
Read the docs. Really, start from the beginning! In this case, this is the second hurdle ..getting another device to talk to your server. Add that system to your clients.conf file with a correct/matching shared secret. This isn't rocket science but you must read the documentation in the first p

Re: radiusd starts but rejects test user

2013-02-15 Thread John Dennis
On 02/15/2013 12:30 PM, temp sha wrote: thanks Alan/RM it is working now after addingtesting Cleartext-Password := "password" but now i trying to test the same using NTRadPing Test utility which is installing in my windows Gee, why is folks have such trouble reading debug/error messages. It

Re: radiusd starts but rejects test user

2013-02-15 Thread temp sha
thanks it is working now. On Fri, Feb 15, 2013 at 11:43 PM, Alan Buxey wrote: > Read the docs. Really, start from the beginning! In this case, this is > the second hurdle ..getting another device to talk to your server. > > Add that system to your clients.conf file with a correct/matching shared

Re: DHCP howto

2013-02-15 Thread Alan DeKok
Duane Cox wrote: > I've managed to get parts of it working, and will be spending some more time > on it to finish it up. > If interested, let's try to consolidate and document the efforts. Any configuration changes / additions can make it into the next release. Send them over, and I'll add the

Radiusd -X error

2013-02-15 Thread David Peterson
Just downloaded the latest code and received this error: Fri Feb 15 15:54:17 2013 : Debug: Module: Instantiating eap-tls Fri Feb 15 15:54:17 2013 : Debug:tls { Fri Feb 15 15:54:17 2013 : Debug: tls = "tls-common" Fri Feb 15 15:54:17 2013 : Error: type -1220981894 not supported yet

Re: Radiusd -X error

2013-02-15 Thread Alan DeKok
David Peterson wrote: > Just downloaded the latest code Which "latest code" ? > and received this error: > > > > Fri Feb 15 15:54:17 2013 : Debug: Module: Instantiating eap-tls > > Fri Feb 15 15:54:17 2013 : Debug:tls { > > Fri Feb 15 15:54:17 2013 : Debug: tls = "tls-common" >

RE: Radiusd -X error

2013-02-15 Thread David Peterson
Strange, I removed the source, downloaded git and recompiled. Must have left some remnants. David -Original Message- From: Alan DeKok [mailto:al...@deployingradius.com] Sent: Friday, February 15, 2013 4:38 PM To: David Peterson-WirelessConnections; FreeRadius users mailing list Subjec