russdev Posted November 6, 2008 Posted November 6, 2008 Has anyone got a good guide to setting freeradius up to secure a wireless network. Russ
webman Posted November 6, 2008 Posted November 6, 2008 FreeRADIUS Active Directory Integration HOWTO - FreeRADIUS Wiki http://wiki.freeradius.org/WPA_HOWTO
james_yale Posted November 7, 2008 Posted November 7, 2008 The guides posted above are good - implemented the same setup here over the summer. The configuration is fairly simple, just be careful which distribution you use (if you're using packages). The Debian FreeRADIUS packages are (quietly) compiled without SSL support (due to licensing) so EAP will never work with them (that was a frustrating half week). After Debian I moved over to Fedora 9, only to find that the packaged version of winbind was incompatible, so had to compile an older version to get it running.
RabbieBurns Posted March 2, 2011 Posted March 2, 2011 Im wanting to use freeradius on ubuntu to authenticate our wireless clients from AD. All the wireless devices MAC addresses are listed as users in AD, and the wireless controller uses these usernames to authenticate in AD. At the moment we use IAS on 2003 and it seems to be playing up, so I want to try it out on ubuntu. The actual encryption of the Wifi is already taken care of. Never dabbled with connecting linux to AD so a comeplete newbie on that part, so any step by step guides for what im looking for or a point in the right direction would be great.. cheers!
spc-rocket Posted March 3, 2011 Posted March 3, 2011 @Russ Not on free radius, but we made a guide for Windows 2003 IAS (MS Radius server for CC3) could porbably give you ideas. http://www.edugeek.net/forums/networks/13961-wireless-802-1x-radius-authentication-using-ias-server.html Ash.
cpjitservices Posted March 3, 2011 Posted March 3, 2011 eBox or Zentyal as it's now commonly called is good
james_yale Posted March 3, 2011 Posted March 3, 2011 Im wanting to use freeradius on ubuntu to authenticate our wireless clients from AD. All the wireless devices MAC addresses are listed as users in AD, and the wireless controller uses these usernames to authenticate in AD. At the moment we use IAS on 2003 and it seems to be playing up, so I want to try it out on ubuntu. The actual encryption of the Wifi is already taken care of. Never dabbled with connecting linux to AD so a comeplete newbie on that part, so any step by step guides for what im looking for or a point in the right direction would be great.. cheers! I struggled to figure out why this 2 year old thread had come back to life, then struggled more to figure out what you're trying to do Are you trying to authenticate by username/password AND MAC address as I'm just about to roll out (more or less) that exactly configuration, so could probably help you..
RabbieBurns Posted March 3, 2011 Posted March 3, 2011 James, The wireless MAC addresses exist in AD as user accounts. They all have a password set, which is the same password. This password is also entered onto the Wifi Controller. The controller sends the MAC address as the username, and said password, to RADIUS, which checks it in AD, which then uses accept or reject to allow it onto the network.
james_yale Posted March 4, 2011 Posted March 4, 2011 Ah I see - interesting configuration. Good news is that it should be fairly simple to achieve what you're after as it's a fairly standard configuration for authenticating against AD, just without the extra encryption you usually do that the same time. You should be able to make a start by following the guide here (as posted up thread): FreeRADIUS Active Directory Integration HOWTO - FreeRADIUS Wiki But don't worry about configuring EAP, just do the bit to get ntlm_auth working to check the user accounts. If you can get ntlm_auth working then you should be pretty much there, as an added bonus you can test with radtest rather that eapol_test as you don't have to worry about the EAP/SSL negotiation. If you get stuck post up some freeradius debug output and someone can try and diagnose what is going wrong: /usr/sbin/radiusd -X | tee /tmp/radius.out
RabbieBurns Posted March 4, 2011 Posted March 4, 2011 thanks for your reply james. Ive got all that done, and having some problems with it.. Ive got a thread going on the freeradius mailling list at the moment if you would like to take a look and see if theres anything you could add/comment about? FreeRadius - User - mschap with ntlm_auth and Active Directory cheers
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now