<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://www.linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Thu May 23, 2013 10:51 am by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Thu May 23, 2013 10:51 am</pubDate>
  <lastBuildDate>Thu May 23, 2013 10:51 am</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://www.linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: WiFi Authentication</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=107655#107655</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=158'&gt;pc&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Aug 31, 2012 8:54 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi thanks for the reply.&lt;br /&gt;
&lt;br /&gt;
It is the trade-off between complexity and functionality, together with any recommendations, that this topic as a part/whole article would I believe be informative.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=107655#107655</comments>
                                        <author>pc</author>
                                        <pubDate>Fri Aug 31, 2012 8:54 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=107655#107655</guid>
                                      </item>
                                      <item>
                                        <title>Re: WiFi Authentication</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=107639#107639</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=23984'&gt;bobthebob1234&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Aug 30, 2012 7:46 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      There are several open source and free radius server implementations, that I have come across in the past, but never actually used then so can't say which is the best/etc but a quick google search turns up a couple and some how tos to install, etc&lt;br /&gt;
The only implementation I have actually been a part of used MS Active directory to authenticate based on MAC addresses, but you probably don't want that.&lt;br /&gt;
&lt;br /&gt;
By the sounds of it you want to set up a hot spot, which there are many many ways of doing. Again there are many open source and free implementations, eg &lt;a href=&quot;http://www.dd-wrt.com/wiki/index.php/Chillispot&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;Chillispot&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
But I agree maybe a review of these would be nice to save us commoners having to try them all  &lt;img src=&quot;images/smiles/icon_biggrin.gif&quot; alt=&quot;Very Happy&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=107639#107639</comments>
                                        <author>bobthebob1234</author>
                                        <pubDate>Thu Aug 30, 2012 7:46 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=107639#107639</guid>
                                      </item>
                                      <item>
                                        <title>WiFi Authentication</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=107638#107638</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=158'&gt;pc&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Aug 30, 2012 7:12 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      In various networking articles in the magazine I don't recall the issue of Wi-Fi authentication being covered.&lt;br /&gt;
&lt;br /&gt;
I don't just mean the standard home user router Wi-Fi password, but the more sophisticated schemes that get used in business in hotels, and conferences etc.&lt;br /&gt;
&lt;br /&gt;
1) How to specify a selection of username and/or passwords so that some can be time limited and/or withdrawn without affecting everyone.&lt;br /&gt;
&lt;br /&gt;
2) How to make 1) above work with multiple routers&lt;br /&gt;
&lt;br /&gt;
It seems the sort of thing a small club, business etc might be interested in.&lt;br /&gt;
&lt;br /&gt;
My searching so far has come up with an &amp;quot;Enterprise&amp;quot; mode, also known as RADIUS, 802.1X, 802.11i, or EAP mode.&lt;br /&gt;
&lt;br /&gt;
You need a radius server for this. Can a linux box be set up to act as a RADIUS server? If so how?&lt;br /&gt;
&lt;br /&gt;
Can you easily implement the hotel type multiple time limited password with a system like this?&lt;br /&gt;
&lt;br /&gt;
Can you implement the business username/password login with a system like this?&lt;br /&gt;
&lt;br /&gt;
Can you use encryption keys instead of usernames/passwords?&lt;br /&gt;
&lt;br /&gt;
Are all schemes compatible with all devices?&lt;br /&gt;
&lt;br /&gt;
For example do some schemes only with &amp;quot;enterprise&amp;quot; type operating systems, and not say a consumer tablet or android phone?&lt;br /&gt;
&lt;br /&gt;
Any chance of some information at some point in the magazine that covers the broad areas outlined above?</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=107638#107638</comments>
                                        <author>pc</author>
                                        <pubDate>Thu Aug 30, 2012 7:12 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=107638#107638</guid>
                                      </item></channel></rss>