Slashdot Mirror


Are You Using 802.1X?

WirelessMan asks "I work for a certain university in the US, and our IT department has just deployed IEEE 802.1x authentication for our wireless network. One of the benefits is that all users' sessions are encrypted using tumbling WEP keys. One of the (major) drawbacks is the 'newness' of 1x. As far as I can tell (Google, etc) there aren't a whole lot of places out there who have taken the plunge. Google it, or check out this brief description. Does the Slashdot community have any experience with 1x?"

"Here's our story: we're using Windows 2003 servers (for IAS) and PEAP/MSCHAPv2. We're not offering support for Windows clients prior to 2000 (even though clients do exist for 98/ME,etc). Windows 2000 supposedly has builtin support after SP3, but on June 10, Microsoft released a WEP patch that breaks 1x! (At least for our implementation...) Windows XP SP1 works in most cases, but certain onboard-wireless chipsets (Intel) don't work, regardless of OS. I heard that staff struggled with and finally successfully installed a 3rd party client for RedHat 9, and I'm told there's also a client for Mac OS 10.2.

As far as I can tell, the network guys did their homework--I promise--but this deployment is beginning to look like a disaster! Do you have any wisdom to share about how to pull victory from the clutches of shameful defeat? I realize my question is rather broad and vague ... but I'm really interested to see what discussion comes up. Thanks!"

239 comments

  1. Answer by Anonymous Coward · · Score: 4, Funny

    No.
    Next question please.

    1. Re:Answer by bethane · · Score: 4, Informative

      While 1x provides nice features it is rather unstable right now, we have tried using it at home, not really for any practical reason but just for geeky fun and we had a hard time getting Linux clients to talk to our Win2003 server. I ended up scrapping the whole idea.

      -- a fan whore, look at my journal for hot sex

      --


      Bethanie: Whore...
      Fan Whore
    2. Re:Answer by The+Dobber · · Score: 1


      Could you rephrase the question in the form of multiple choice?

    3. Re:Answer by galimore · · Score: 1

      Both myself and my boss have been using 802.1x at home for quite some time now. It's rather solid, I would have to say. In the couple of weeks I have been using it I have not had ANY problems.

      My suggestion is not to use Win2003 server. Certainly Windows is unstable. :P

      Use the perl-based radius solution called Radiator. It runs on Windows, Mac OS X, Mac OS 9, Linux, Solaris, name your os. Sure, it costs money, but so does Win2003 server, right? (And more, I might add).

    4. Re:Answer by shaklee · · Score: 0, Flamebait

      that is because you are using linux, not because you are using 802.1x you stupid turd.

    5. Re:Answer by Anonymous Coward · · Score: 0

      GOOGLEWHACK!!!!

      802.1x Astonish

    6. Re:Answer by lordbrain · · Score: 1

      Do you use 802.1x?
      a) Yes
      b) No
      c) I don't have wireless you insensitive clod.
      d) Cowboy Neal manually changes my WEP keys every five minutes.

      --

      Thank you. Thank you. Please no applause; just throw money
    7. Re:Answer by Anonymous Coward · · Score: 0

      You work for Microsoft, don't you?

  2. Universities and such by mrpuffypants · · Score: 3, Insightful

    Personally I doubt why you would go with a system that makes you scrounge for clients on different OS's just to implement at a university. In the corporate workd you have the luxury of saying "If you want to use out network you will use "n" hardware and nothing else."

    At the university level you have people using about 300 different configurations and OS's. If seems like you are making if just that more difficult for those users that get use out of the network that they pay for through their tuition.

    1. Re:Universities and such by mplex · · Score: 5, Informative

      You also can't broadcast the universities data to the world. It's definately a balance, but there are solutions that can work without being too restrictive. We use Funk software's Odyssey server at our University, and it supports a wide range of authentication types(TLS, TTLS, LEAP, PEAP). We have managed to get 98% of our users online without any trouble. Cisco hardware works fine on most OS's (Linux, BSD, pocketpc). There is also an open source TLS authentication method, but that involves issueing client certificates.

      Like I said before, there has to be some balance between security and academic freedom, but there must be some sort of security policy in any large wireless network. I think what the industry really needs is a standard rather than 5 or more different solutions with marginal advantages over one another. Then we can work on getting that standard supported everywhere (PEAP I hope). Until then, wireless security will always be hit or miss or none at all.

    2. Re:Universities and such by galimore · · Score: 5, Informative

      Um... 802.1x *IS* an IEEE standard... people just need to start implementing it correctly... ;)

      Also, not only is there a TLS open source standard... the open1x project (http://www.open1x.org) has a TTLS release, and PEAP in CVS.

      PEAP is a horrid ripoff of TTLS in my opinion.

      P.S. The FUNK guys wrote the TTLS RFC. ;)

      M$ and Cisco wrote the PEAP RFC, but neither of them follow it, or each other.

    3. Re:Universities and such by foniksonik · · Score: 1

      huh, sorry, mis-read your post.

      Anyways, their solution doesn't sound that problematic. i haven't come across a VPN solution supports every platform equally. It's the state of the tech.

      --
      A fool throws a stone into a well and a thousand sages can not remove it.
    4. Re:Universities and such by mrpuffypants · · Score: 1

      Not at all! I'm saying that the difficulty in a University setting is the LACK of regulation. In a company or biz setting it's understandable and can be trained for and supported properly.

      In a university the diversity and freedon (WHICH IS GOOD) pervents the standardization that can come from what would be an easy fix in a biz setting.

      The openness and freedom of access at the university level demands that more creative solutions be discovered, rather then just going for a fix that only works on WinXP and dragging your feet on everything else.

    5. Re:Universities and such by galimore · · Score: 3, Informative

      The security of my students is more important than the one or two people that can not access the network.

      We are supporting Mac OS X users.
      We are supporting Windows users.
      We don't support Linux, but we are writing the client. :P

      We have gone out of our way to make this work as best possible for our students, and we would rather them be secure than have them using an unsecure wireless network.

      Take a look at our list of supported cards before you start badmouthing our efforts:

      http://www.laptop.lib.utah.edu/cgi-bin/dot1x/dot 1x Compatibility.pl

      Like I said in another post... if the vendor doesn't support their card, why should we?

      802.1x not working on a standard WIFI card means that they are doing something wrong.

      802.1x functionality does *NOT* need anything special in the driver. It simply needs the driver writers to not do stupid things, like disallow currently undefined ethertypes.

      The client takes care of the 802.1x authentication.

      You don't like the client, tough... don't use the network.

      We want you to be secure, because we *DO* actually care.

    6. Re:Universities and such by foniksonik · · Score: 0

      Hey I said I was sorry. I misread the post... thought the guy was saying something, instead he was stating an example.

      Again sorry already, this is /. you can't take back a post you can only apologize... well I guess it was a troll anyways, or flamebait at least.

      mod on wit' ya bad self...

      --
      A fool throws a stone into a well and a thousand sages can not remove it.
    7. Re:Universities and such by Anonymous Coward · · Score: 0

      The fact that anyone can parse your post is indication that TLAs and FLAs have taken over. It's sad, really.

      HAND.

    8. Re:Universities and such by Anonymous Coward · · Score: 0

      At USC in Los Angeles they only support two wireless cards: a $200 Enterasys card (coincedentally Enterasys donated all the routers and such), and the Apple airport card.

      Now mind you if you have any other card youre free to try and get it to work with the network, but if you cant get it working there is no tech support, they wont even answer the most basic of questions. Additionally they only provide a VPN client for Win2k, XP, and Mac OS 9/X. I know someone was working to get a client for other OSes but its not available on the universities download site.

    9. Re:Universities and such by ratfynk · · Score: 1

      I think I see a hole in your security; "We are supporting Windows users."

      --
      OH THE SHAME I fell off the wagon and use sigs again!
  3. Uhm, YES by Anonymous Coward · · Score: 1, Informative

    First post

    But yes, we use it, have been for quite some time - about November of last year - works great, and is pretty good - requires RADIUS or Active Directory/IAS.

  4. Get SP4 for W2K by mike300zx · · Score: 5, Informative

    Get SP4 which gets the .1x support back.

    1. Re:Get SP4 for W2K by Anonymous Coward · · Score: 0

      Now just where would I be gittin SP4 for
      my Mandrake Linux.....LOL

    2. Re:Get SP4 for W2K by Bios_Hakr · · Score: 4, Funny

      Yep, just tell them to connect to the network and download the latest service pack.

      Oh, what's that? Your network card doesn't work? Well, like I said, just get on the LAN and download this pack.

      Yes, I know your NIC is non functional. Like I said, just get online and download this service pack...

      --
      I'd rather you do it wrong, than for me to have to do it at all.
    3. Re:Get SP4 for W2K by CAIMLAS · · Score: 1

      "If you're crazy, just report it and you'll be taken off flight duty."

      "I'm crazy."

      "... But since you know you're crazy, you really must not be crazy. Get back to duty."

      (I know it's not exacting ;P)

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
  5. Re:haha! by sixdotoh · · Score: 0, Offtopic

    ah, the humiliation and agony of losing by 2 FREAKIN' MINUTES!! NOOOOOOoooo. come on man.

    --

    This post was brought to you by the number 584811 and the characters / and .

  6. whoa by Anonymous Coward · · Score: 0, Offtopic

    the left nav bar of slashdot has been redesigned!!!

    1. Re:whoa by Gherald · · Score: 0, Offtopic

      Moderators: please read at -1 so you aren't mislead when a thread is reparented :\

  7. Testing... Testing... by ErikTheRed · · Score: 4, Interesting
    "Looks like the network guys did their homework..."

    Did "homework" include a reasonable test implementation? Anything that affects your infrastructure in such a drastic way should probably be banged on for several weeks with at least a dozen guinea pigs (assuming you don't have a test lab in these days of cost cutting).
    --

    Help save the critically endangered Blue Iguana
    1. Re:Testing... Testing... by Snoopy77 · · Score: 4, Funny

      ... should probably be banged on for several weeks with at least a dozen guinea pigs

      First make sure that this is legal in your state. Richard Gere got into trouble for involving small rodents in his banging sessions.

      --
      "She's a West Texas girl, just like me" - G.W Bush Iraqis
  8. Purdue's Solution by mjlizzad · · Score: 5, Interesting

    Take a look at what Purdue University does. They use a Cisco VPN client that is available on win/mac/linux/sun, and ties in with the student accounts to verify access. If you aren't using the VPN client, you are redirected to download it automagically. http://www.itap.purdue.edu/airlink/ This is the best solution I have seen.

    1. Re:Purdue's Solution by Anonymous Coward · · Score: 2, Interesting

      RPI has been using the same solution for a while now, I think almost a year and it works really well. I have had no problem with it on win2k,XP or Redhat 8. http://www.union.rpi.edu/wireless/

    2. Re:Purdue's Solution by Anonymous Coward · · Score: 5, Interesting

      Actually, the VPN solution, while effective, can be a management pain in the butt -- especially if you have users that wander from AP to AP that may or may not service the same subnet. Plus, almost always its going to be a proprietary solution of some sort, meaning you're locked into a vendor and may face future compatibility issues.

      With 802.1x properly implemented, there's little reason to continue using VPN. I have seen a combination of VPN and .1x, but that is merely because using plain WEP doesn't meet DoD standards for encryption of unclassified data over an open medium.

    3. Re:Purdue's Solution by cfoster611 · · Score: 1

      University of Illinois at Urbana uses this too, though you must download both the client and key before you allowed on one of the few offical wireless lans for undergrads. Most buildings that have wlans are MAC restricted to grad students and professors only.

      --
      --- Kicking the Cheat since late 2002
    4. Re:Purdue's Solution by mjlizzad · · Score: 1

      Solution: Your wireless has its own subnet(s). There's no better way... VPN is THE way to secure wireless.

    5. Re:Purdue's Solution by WuphonsReach · · Score: 1

      Assuming you can - put all of the WAPs on a seperate network and force the users to VPN/PPTP into the LAN through a firewall/proxy/vpn/bit-of-toast.

      That gets rid of the need to use WEP (which isn't very compatible between different manufacturers), allows you to leverage existing authentication systems, and encrypts the traffic between the laptop and the LAN. Only traffic that isn't encrypted would be if 2 laptops decided to talk to each other directly on the wireless subnet.

      Downside is that it's one more VPN/firewall system that you have to setup and support (depending on site plan), plus the cost of supporting a 2nd tier network.

      --
      Wolde you bothe eate your cake, and have your cake?
    6. Re:Purdue's Solution by quelrods · · Score: 1

      well the cisco vpn client has a slight drawback. Bsd is not supported. I haven't tried linux binary emulation but gauging the diffculty of getting the linux client to work in the first place I somehow doubt it's success. My laptop is freebsd and is the only machine I use at work. However at work it's wired only no vpn required. Remote work results in all sorts of headaches involving vmware sessesions and domain voodoo (yes in windows) to even check my email.

      --
      :(){ :|:&};:
    7. Re:Purdue's Solution by polymath69 · · Score: 1
      Solution: Your wireless has its own subnet(s). There's no better way... VPN is THE way to secure wireless.

      Is it? This is an honest question; Ive avoided all 802.* over concerns that WEP is weak encryption, so I dont really know. Please consider the following scenarios:

      1. You implement a WEP strategy
      2. Everyone uses SSH or VPN to reach your network
      3. Your network is secure

      Or:

      1. You implement a WEP strategy
      2. You have a policy requiring everyone to use the network via SSH or VPN
      3. Maybe everybody complies and maybe some people dont, but either way, crackers can sniff out the WEP sequence numbers, and access your network through ways other than SSH and VPN

      Am I mistaken, or can 802.whatever actually be made secure?

      --

      --
      I don't want to rule the world... I just want to be in charge of mayonnaise.
    8. Re:Purdue's Solution by DeCappa · · Score: 1

      Also the solution for the University of Denver. I have had a little trouble getting the vpn client to work under linux. It looks like (based on the install instructions) it was orginally developed for / on Mac OS X and linux was an after-thought. Anyway, VPN seems like one of the better solutions to the 802.11"whatever" problem.

    9. Re:Purdue's Solution by afidel · · Score: 4, Informative

      802.11(a,b,g) can be made secure by 802.1X today and by 802.11i going forward. 802.1X sidesteps the weaknesses of WEP by only using keys for a short duration (typically ten or fewer minutes) and using different keys per user. This keeps the amount of data transmitted using any given key low enough that the weakness of WEP becomes moot because there is insufficient data for the key to be weakened (the origional paper talked about gigs of data which would take many many hours to collect even on a near saturated .11b link). In addition 802.1X implements TKIP which is basically per packet hashing to thwart playback or insertion techniques. Basically 802.1X is Cisco's LEAP opened up and standardized for the whole industry. For the most secure of installations Cisco still recommends using VPN over wireless, but then they also recommend it for wired networks in some situations =)

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    10. Re:Purdue's Solution by MadHungarian1917 · · Score: 1

      A quick answer. IF the keys or certificates are available you can use any IPSec client implmentation as the Cisco VPN concentrators are standards based and are designed to interoperate with any standard IPSec implementation.

      Linux binary emulation probably will not work since the Cisco VPN client is implemented as a kernel module.

      Hope this helps.

    11. Re:Purdue's Solution by Anonymous Coward · · Score: 0

      Rats, we're locked into a Cisco VPN solution. I sure hate for my security solution to be proprietary.

    12. Re:Purdue's Solution by Anonymous Coward · · Score: 3, Informative

      Yeah, I am anonymous, just too lazy to register on a forum that I rarely have time to read....

      802.1X is NOT derived from LEAP. LEAP is derived from draft 8 of 802.1X (Draft 11 became the standard). And LEAP is also Cisco's proprietary EAP method that runs just fine over standard 802.1X thank you.

      For the long haul, LEAP is weak and attackable. I think AKA will be our on secret based EAP method that is safe to use. A secret within a tunnel (PEAP/MSCHAPv2 for example) is open to man in the middle attacks (controlable through strict policy enforcement on the clients).

      Also LEAP requires specific code in the AP that MOST vendors cannot get a license for.

      Thus it is PEAP/MSCHAPv2 for most out there, but look toward AKA soon if you want a secret-based approach without any public key costs.

    13. Re:Purdue's Solution by quelrods · · Score: 1

      care to offer the name of an open source client?

      --
      :(){ :|:&};:
    14. Re:Purdue's Solution by MadHungarian1917 · · Score: 1

      Try Kame or FreeSwan www.kame.org has IPv6 support FreeSwan IPv4 exclusively Hope this helps

  9. Another Question... by mianbao · · Score: 1

    I'm in a similar environment, 802.1x, PEAP/MSCHAPv2 (and DHCP)... Now I have to bring along UTP wires for my laptop running Linux... There is this "Aegis" client, but it doesn't seem to be working too well.. Anyone knows any other solutions out there?

    1. Re:Another Question... by galimore · · Score: 4, Interesting

      Check out the open1x project.

      http://open1x.sourceforge.net

      I'm not only a client, I'm also a developer. ;)

    2. Re:Another Question... by Anonymous Coward · · Score: 1, Informative

      Funny thing, the only way I got the freakin' AEGIS client to work was to read the directions. I thought I knew Linux, but the AEGIS guys know it better ... or something.

      So the moral of the story is, read the directions (and don't bother using the RedHat 'neat' utility with AEGIS -- they don't like each other).

  10. yes, the security it provides is worth it by puneetb · · Score: 5, Informative

    not using even WEP is simply asking for trouble, using basic WEP (pre-shared keys) is a little better, but its still vulnerable and has the hassles of key management (each time you change the keys you need to update all clients). 802.1x is the way to go.

    There is some support on OSes for 802.1x (Windows XP has it built it for some authentication methods, for Windows 2000 you can download it from the Microsoft website, for Linux and BSD use xsupplicant (http://www.open1x.org).

    One important consideration is what 'EAP method' you use for security. 802.1x is a framework for security and you can tie-in different methods within this framework for doing the actual authentication and key generation.

    If you use EAP-TLS then there is can be a problem of configuring certificates on client machines, though its pretty secure once setup. You can use the cisco proprietary LEAP with Cisco AP's and clients or go for a solution based on PEAP or EAP-TTLS.

    LEAP only requires you to have a user-name/password type of setup and can be easily tied to existing authentication infrastructure (Eg: the windows network in your LAB). PEAP and EAP-TTLS need only a username and password if you use MS-CHAPV2 or some such method, though you still need valid server-side certificates.

    Puneet

    1. Re:yes, the security it provides is worth it by Anonymous Coward · · Score: 0

      LEAP and PEAP are not the way to go. They both have issues with somebody being able to setup a rogue access point and steal Windows username/passwords. Which not only gives them access to your network, but also give them access to your systems. IPSEC is the only way to go, anything else is just stupid.

      Truth is, if somebody would combine off the shelf tools today LEAP and PEAP would be easier to hack than WEP.

    2. Re:yes, the security it provides is worth it by Anonymous Coward · · Score: 0

      except for buying e.g. radius... the costs involved make it useless... use a VPN tunnel instead...

    3. Re:yes, the security it provides is worth it by galimore · · Score: 1

      PEAP and TTLS are very similar.

      PEAP has problems... Microsoft and Cisco, who wrote the RFC, don't follow the RFC, and they don't follow each other either.

      PEAP and TTLS are both using a TLS tunnel for auth.

      They're very similar.

      I recommend TTLS... that's what we're using. It works.

    4. Re:yes, the security it provides is worth it by diidu · · Score: 1

      Free radius is pretty cheap (www.freeradius.org) and works well.

      --
      // diidu
    5. Re:yes, the security it provides is worth it by afidel · · Score: 1

      No, in LEAP the AP must authenticate to the RADIUS server and the password is never transmitted, rather a cryptographic hash is sent. No link in the authentication chain is trusted for just that reason.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    6. Re:yes, the security it provides is worth it by galimore · · Score: 1

      FreeRadius does NOT work well with 802.1x. Last I checked they didn't support TTLS, and they have poor EAP type support beyond that.

      They do support TLS, but that's only useful if you want to issue a certificate to everyone, which I know some places do want to do.

      Radiator is good, and you can get it for a pretty good deal. You also get the source and unlimited maintenance... ;)

    7. Re:yes, the security it provides is worth it by Anonymous Coward · · Score: 1, Informative

      Thats not exactly correct. A rogue AP/RADIUS server running on a linux system could send an all 000 hash to the client, the client then combines that hash and the NTLM password hash via MD% then sends them back accross the wireless network in the clear.

      At the end of the day, LEAP has a huge problem with dictionary type attacks. Even without a rogue access point, you know the "AP hash" and the combined hash, it would be a simple matter to modify an off the shelf password cracker into cracking the LEAP passwords.

      It comes down to this, which is worse you picking a good WEP key and changing it with TKIP. Or trusting all your users will pick secure passwords?

    8. Re:yes, the security it provides is worth it by Anonymous Coward · · Score: 0

      That is not how a cryptographic hash works... you are not XORing the hash to the password, you are putting the salt on the front of the password and then using a hash to one way convert it to a value where it is very hard to go back and calculate the original value.

      What is bothersome is that the hash can then be stollen and used in some weak implementations and is then equivilant to the original password.

    9. Re:yes, the security it provides is worth it by diidu · · Score: 1

      Good point. It works well with EAP/MD5, but I have not tried to use any other method (and now when you mention it, it is probably because they were not supported).

      --
      // diidu
    10. Re:yes, the security it provides is worth it by Anonymous Coward · · Score: 0

      I agree that IPSec is the way to go, but IMO it costs more to deploy IPSec on a scale such as one for a university. If you have a 802.11 network that supports 10,000 users, how much is it going to cost to buy a vpn concentrator that supports 10,000 users? Nevermind, how much is it going to cost for a vpn concentrator that supports 10,000 users who are all substantially driving their connections.

      LEAP, PEAP, WEP, 802.1X, TTLS, etc are all contained and need a small server for radius, cert storage, etc. Far cheaper than a 10,000 user vpn concentrator.

      Nothing is 100% secure. There has to be a line between cost and security. Sure, it changes from organization to organization but unless you have more money than brains I think you'lll be hard pressed to be able to deploy an IPSec security solution on such a massive scale.

  11. make any card work with 1x! by rlthomps-1 · · Score: 3, Interesting

    I know a lot of people rag on 1x because it isn't supported by every POS WiFi card out there but the security enhancement you get is really indispensible espeically when you consider that your average corporate WEP network is no safer than my linksys AP at home.

    A really great client for getting multiple cards to work on 1x networks is the Aegis client from Meetinghouse Their supplicant will take many standard WiFi cards and allow them to use 1x.

    Our IT dept doesn't support it (most probably won't) but if you're a frustrated user who doesn't want to buy a new card for a 1x network they've got a 15 day demo which should give you enough time to figure out if it works for you.

    1. Re:make any card work with 1x! by galimore · · Score: 2, Interesting

      Linux users should also check out the open1x project. (http://open1x.sourceforge.net) as it has support for most of the major EAP types, and it's free.

      To people supporting 802.1x:

      If certain vendors aren't supporting 802.1x, don't buy their cards.

      If they don't support their card, why should you?

      Make a recommendation to your users that they should stay away from certain cards.

  12. 802.1x works by Merlisk · · Score: 4, Informative

    I used it on my last contract. 802.1x with WindowsXP SP1 works just fine. We used PEAP and Microsoft's IIS server for RADIUS authentication.

    We wanted PEAP since it doesn't require manual certificates.

    It took a lot of tweaking on the server, a small bit on the AP, but the client settings were just what you'd expect them to be.

    I didn't try it with OS X (even though I used a Powerbook on the job). Take a look at http://www.mtghouse.com/

    Per the message boards I've read, their client should work just fine.

    --
    Failure is not an option. It comes bundled with your Microsoft product. -- Ferenc Mantfeld
    1. Re:802.1x works by Marook · · Score: 1

      Well, just wait for Mac OS X Panther, it has it all - build in...

  13. For hardware considerations... by DeathPenguin · · Score: 1, Offtopic

    I'm recently went from wired to 802.11g. However, it wasn't without a struggle. I did a good deal of research but still got suckered into buying a Broadcom-based card only supported in Windows. As it turns out, Broadcom doesn't support Linux well (Or at all, in this case). To add to the confusion, most of the cards that I checked out that had once boasted Linux compatibility had been 'upgraded' to use a Broadcom chip. Even 802.11b hardware that used the supported Prism2 chipset is damn near impossible to find these days as much of it has been changed over to use cheaper hardware (Not necessarily Broadcom, but other non-supported brands as well). Model names / numbers are virtually the same as they were before. It's basically like searching for a PCI non-Winmodem these days.

    My advice: Go with a nice ethernet bridge and don't get burned by bad / non-existent drivers. I ended up with a Linksys WET54G, which just so happened to be reviewed by THG earlier. It works flawlessly after I plugged it into my NIC under Linux. It also leaves my options open for other OSes that don't even have as much support as Linux. So long as your network card works (And interconnects via RJ45), you'll have a reliable wireless connection using the bridge. Not only that, but it has a configurator accessable through any web browser, much like their routers. This means configuring the bridge for use with encryption and such will work the same on Windows, Linux, MacOS, etc.

    Only problem is they're a bit expensive (Roughly $130). if you don't use Windows full time, it's worth every penny.

    1. Re:For hardware considerations... by SomeOtherGuy · · Score: 1

      My advice: Go with a nice ethernet bridge and don't get burned by bad / non-existent drivers. I ended up with a Linksys WET54G, which just so happened to be reviewed by THG earlier. It works flawlessly after I plugged it into my NIC under Linux. It also leaves my options open for other OSes that don't even have as much support as Linux. So long as your network card works (And interconnects via RJ45), you'll have a reliable wireless connection using the bridge.
      One of the big advantages of going wireless is getting rid of the wires. Having to constantlly find power to plug the brick...errr....bridge into would kind of defeat the purpose of being able to walk around from room to room with your laptop. I still think it would be cool if someplace who hoarde linux compatiblle hardware (in this case 802.X cards from the stoneage...) to sell to those who need them a year or two down the road as we struggle to find that today's cards are useless in Linux.

      --
      (+1 Funny) only if I laugh out loud.
    2. Re:For hardware considerations... by Anonymous Coward · · Score: 0

      Yep, Linux is really a great OS, look at all the support for new (er..not so new) hardware...boy I wish I had Linux. Daddy, I want a Linux!

    3. Re:For hardware considerations... by DeathPenguin · · Score: 1

      Of course it's nice having fewer wires, especially if you're on a laptop.

      I'm on a desktop, however, and already have half a dozen other wires tangled up. The selling point for me was not having to drill any holes through my cieling to run cable to the router upstairs.

  14. I guess you learn something every day. by infonick · · Score: 2

    i alway thought that 802.1x was a set of protocols - i always thoughs the x was a varaible... i know better now. :(

    --

    You are confusing me with someone who cares.
    1. Re:I guess you learn something every day. by VAXman · · Score: 5, Informative

      You're thinking of "802.11x" which generally means any of 802.11b, 802.11a, or 802.11g (wireless protocols). "802.1x" is a security protocol, not a wireless protocol per se. Very confusing, I know...

    2. Re:I guess you learn something every day. by Anonymous Coward · · Score: 0

      To make things more fun:

      1. The minor revision to IEEE 802.1X is IEEE 802.1aa.

      2. The major revision to IEEE 802.11 (and IEEE 802.1X) to replace WEP is called IEEE 802.11i.

      3. The interim industry release of IEEE 802.11i-style security, using TKIP instead of AES, is called WPA (WiFi Protected Access).

    3. Re:I guess you learn something every day. by Lord_Dweomer · · Score: 2, Funny
      " You're thinking of "802.11x" which generally means any of 802.11b, 802.11a, or 802.11g (wireless protocols). "802.1x" is a security protocol, not a wireless protocol per se. Very confusing, I know..."

      So is this 802.1x Hi-Speed or Full-Speed?

      --
      Buy Steampunk Clothing Online!
    4. Re:I guess you learn something every day. by galimore · · Score: 2, Informative

      802.1x is not related to speed... it's an authentication mechanism.

      802.1x works with 802.11a, 802.11b, 802.11g, and standard wireless networks.

      802.1x does not replace wireless, it complements it.

    5. Re:I guess you learn something every day. by galimore · · Score: 1

      I mean standard ethernet networks... not wireless.. :)

    6. Re:I guess you learn something every day. by Lord_Dweomer · · Score: 1
      " 802.1x is not related to speed... it's an authentication mechanism."

      Yes, I'm quite literate thank you. I was making a joke about the parents comment regarding how 802.1x could easily be confused with 802.11b/g/etc by referencing another Slashdot story on the whole USB Hi and Full speed issue. Learn to identify jokes when you see them.

      --
      Buy Steampunk Clothing Online!
    7. Re:I guess you learn something every day. by galimore · · Score: 1

      No, that isn't true...

      802.11x is a yet to be defined IEEE standard.

      Please don't refer to 802.11a/b/g as 802.11x... that is completely false.

      To get a better perspective people should go to the IEEE website and read about their versioning schema.

    8. Re:I guess you learn something every day. by Anonymous Coward · · Score: 0

      ha ha. good one my lord.

    9. Re:I guess you learn something every day. by galimore · · Score: 1

      It's still not related to speed.

      It's an authentication mechanism. ;)

    10. Re:I guess you learn something every day. by Anonymous Coward · · Score: 0

      Learn to identify jokes when you see them.

      Learn to make funny jokes.

  15. tried it but didnt like it by senergy · · Score: 2, Informative

    using dlink's new firmware for the 900ap+ which supposedly supports 1x and funk softwares radius server and winxp sp1 i thought i would give it all a try...lets just say its not as easy as i would have expected. and in my experience, if its not easy to impliment then people wont use it. let alone how picky you have to be with OS's,clients,hardware that will actually support it.

    1. Re:tried it but didnt like it by galimore · · Score: 1

      The 900AP+ does have it's problems, howerver, it is NOT hard to set up using Radiator.

      Windows' radius just sucks, IMO.

  16. IPSec by cscx · · Score: 1

    Isn't IPSec a possible solution?

    1. Re:IPSec by engineerjeremy · · Score: 1

      The standard access point is only a 133 Mhz processor. You could use it further upstream possibly, but as in for integration into the AP, it would cost a lot more per AP. AES is going to be the de facto encrpytion for wireless. Unfortunately it will take more than a firmware upgrade to the ap due to intense CPU usage.

    2. Re:IPSec by Zebra_X · · Score: 2, Informative

      The IPSec tunnel is established between the two computers communicating. There would be no reason for the AP to do any processing other than what it already does - moving packets.

    3. Re:IPSec by Zebra_X · · Score: 2, Insightful

      right now IPSec should be the solution. Given what the question asker just posted it's pretty clear that 802.1x is "half baked" as far as a standard goes. IPSec howerver has been out for a while and it's evils are pretty well known. Certainly not easy to setup but as far as ubiquity goes, it's available on almost every platform. In addition - IPSec enhances not only the security of your wireless connections, it also enhances the security of the wired network. With a good certificate distribution infrastructure and a knowledgeable support staff IPSec is a viable alternative.

    4. Re:IPSec by shokk · · Score: 2, Informative

      What we've done is placed a small firewall just outside our main firewall on the same ISP subnet. All clients must use the same VPN software they use when traveling to then access the network through the main firewall. Rules in place on the small firewall only allow authenticated traffic hubbed through the main firewall and nothing else. So you don't even get a free ride on Internet access if you break into the network. 802.1x is definitely next and we may or may not keep the IPSec.

      --
      "Beware of he who would deny you access to information, for in his heart, he dreams himself your master."
    5. Re:IPSec by galimore · · Score: 1

      IPSec is good stuff, but use it on TOP of 802.1x.

      802.1x isn't hard to use... if you do it right.

    6. Re:IPSec by engineerjeremy · · Score: 1

      So every computer on the internet will be running IPSec, doubtful, IPSec can be used from computer to computer but then everything else will be still unencrypted which pretty much defeats the point. The most import aspect of the encryption lies between the client and the AP, where sniffing is possible do to the topologies of AP's.

    7. Re:IPSec by Zebra_X · · Score: 1

      If I were the network designers i'd isolate the wireless access points to their own physical network that is disconnected from the wired network at the site. A machine or router would serve as the control point for all traffic from the AP's to the wired lan. This machine would also be responsible for negotiating the tunnels.

  17. 802.1x Rolled Out at Baylor University by adambrock · · Score: 2, Informative

    We just rolled out 802.1x at Baylor University this week. Where are you located? I know they are also rolling out at Memphis.edu and Kstate.edu in the fall. E-mail me if I can be of any help...

  18. No plunge here... by ChilyWily · · Score: 2, Interesting

    Well, I work for a large company. We're just getting 802.11b with Cisco's LEAP authentication fully deployed throughout the country. I doubt they will move forward (unless Cisco tells them to).

    *sigh*

    1. Re:No plunge here... by galimore · · Score: 1

      LEAP is very similar to 802.1x. The only big difference that I know about is that LEAP does a 2-way authentication to the Network... (Something similar could be done with TLS)

      LEAP is Cisco-proprietary, while 802.1x is an IEEE standard...

      Don't politics just suck?

    2. Re:No plunge here... by ChilyWily · · Score: 1

      Yup - you're correct - I guess everyone was supposed to use EAP but (as expected?) variations occurred. There's a pretty good writeup here(http://www.tisc2001.com/newsletters/44.html) that lays out the situation. The problem now extends to the hardware realm too - our ITS dept. won't let us use any non-Cisco cards. So now I have two wireless cards one for my home network (that doesn't have LEAP) vs. one for work which is by CISCO.

    3. Re:No plunge here... by Anonymous Coward · · Score: 0

      Saying that 802.1x is similar to LEAP makes no sense. LEAP is just the authentication method that rides on top of the 802.1x framing protocol.

      Get your act together.

  19. not really by Turgon33 · · Score: 1

    auburn university is using a cisco vpn solution to secure the node-to-access-point communications. the vpn client is available for windows, macos, and linux.

  20. We just finished rolling out EAP-TLS on a Win2k... by Sikmaz · · Score: 4, Informative

    Outside of the Access-points we used all pre-existing equipment. We already had a Enterprise Root Cert Authority setup on our Root Win2k DC. We then created a cert for wireless access. We deployed the cert by using policies and used IAS to authenticate the users against a remote access policy that verified users group memberships.

    For Hardware we used Cisco 1100's and Zyair B1000's (Http://www.zyxel.com). The B1000's have a beta firmware to support EAP-TLS and cost less than $100 bucks!

    We only allow Win2k and Windows XP clients to use wireless, setting up the few win98 clients we have is too much of a pain!

    With Windows XP Service Pack1 the user will get a prompt that says there is a wireless network available. Included in that is a check box to use 802.1x authentication and since the default is Certificates all the user does is click connect and they are on!

    If you have clients other than windows clients you can still use the win2k cert server, just have then download the cert via the web manager. IT will be http://certservername/certsrv. Works great.

  21. question for /. - 802.1x or a firewall by Sabalon · · Score: 1

    We are a school going through the same question - should we setup 802.1x on everything or should we just put a firewall in place that you have to register you NIC with to do anything?

    For the FW solution, it is possible to falsify a MAC, but not something your average user would do (though VMWare makes it trivial).

    For the 802.1x solution, you have the issues of different cards, drivers, implentations, and then the question of people who wanna run Linux, *BSD, etc... can't just cut them/me off :)

    1. Re:question for /. - 802.1x or a firewall by mplex · · Score: 2, Interesting

      While there are multiple solutions and types of 1x, they do seem to work together. We support EAP-TTLS, TLS, PEAP, and LEAP on our network just by enabling it on the server side. Mac address filtering would provide way to many headaches for the number of users we have to support. Fortunately, with Cisco hardware, they manage to support more OS's than most. As soon as there is an open source PEAP client, I don't even think it will be an issue anymore. That's seems to be the direction things are going considering future windows support.

      Another feature of 1x is that it provides fairly good encryption through rotating keys. This is much better than 40/128bit encryption. In the end, it comes down to support issues and decent security. We have several linux/BSD users on our network but they all have to use cisco hardware. Other than the cost, it works great, but our network is 150+ APs, so this sort of solution might not work on a small scale.

    2. Re:question for /. - 802.1x or a firewall by puneetb · · Score: 1

      While changing MAC address in a Linux system is easy, for Windows 2000 and XP based systems also you can use a tool like SMAC.
      http://www.klcconsulting.net/smac/

      Couple this with ethereal (where you first sniff
      out a valid MAC address) and getting network
      access on a MAC based authentication scheme is trivial.

      Also, 802.1x will provide you encryption and dynamic keys, something a simple firewall based
      solution wont be able to do.

      Puneet

    3. Re:question for /. - 802.1x or a firewall by afidel · · Score: 1

      registering NIC's is worthless because MAC spoofing is trivial, so definitly go with 802.1X. Do your homework on hardware and you shouldn't have much problems, most businesses don't have the problems of mixed equipment and OS's that a university does.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    4. Re:question for /. - 802.1x or a firewall by Anonymous Coward · · Score: 0

      Funny you should mention this ... at Baylor, 1x is replacing a Wireless Firewall Gateway -- no NIC registration required. One significant difference is, with 1x, all traffic is encrypted by the tumbling WEP keys. With the WFG, only the SSL webscript login is encrypted.

      Weigh the whole cost-benefit ratio. You could implement the WFG pretty cheaply. I have no idea what a "free" implementation of 1x would cost. I'm sure the Microsoft solution costs a bundle.

    5. Re:question for /. - 802.1x or a firewall by galimore · · Score: 1

      The open1x has some *BSD support. (http://open1x.sourceforge.net). It also supports Linux.

    6. Re:question for /. - 802.1x or a firewall by galimore · · Score: 1

      It's still 40/128bit WEP, but the keys rotate, so it's still the same thing, only harder to crack because of the rotation.

    7. Re:question for /. - 802.1x or a firewall by Sabalon · · Score: 1

      The WEP doesn't really concern me too much - though it is a nice bonus :)

      We provide SSL/TLS access to web/ftp/email for our services. To me, it is up to the end user to make sure they are encrypted when need be.

      BUT - if we can get it as a bonus, I'll be glad to have it :)

    8. Re:question for /. - 802.1x or a firewall by Sabalon · · Score: 1

      Of course it doesn't help that not all of our hardware supports 802.1x..to much legacy equipment (though it's being replaced as funds allow).

      I suppose that some sort of VPN would be another way - anything that forces the user to authenticate vs trusting that who they were last week (MAC) is the same as this week.

      Something to read up on this weekend.

  22. Same here by Monoman · · Score: 1

    I work at a community college. We are going with the 802.1x w/ MS PEAP for our initial WLAN rollouts. Currently this is for employee (mostly execs) only. Management made the decision to be a MS shop years ago so 802.1x PEAP turned out to be the solution for us right now.

    However, we are still researching WLAN solutions for when the decision is made to provide wireless access for the student VLANs.

    Ideally an enterprise solution would

    * be as transparent as possible to the users
    * NOT involve installing a client to avoid support issues.
    * be OS agnostic

    Then again maybe I'm dreaming.

    --
    Keep the Classic Slashdot.
  23. Mac OS 10.2 still struggles by riclewis · · Score: 2, Informative
    In my experience (taking my iBook to work) the Aegis client for mac is less than perfect. It has some issues in handling the dynamic WEP keys. Xsupplicant seems fairly immature, and I haven't yet been able to get it to compile on my mac.

    My impression is that this is a much needed, but still nubile technology. I wouldn't be surprised to see stronger support flourish in the 'alternate' (non-MSFT) OSes within the next year or so. Microsoft seems to be a bit ahead of the game on this one.

    1. Re:Mac OS 10.2 still struggles by Anonymous Coward · · Score: 0

      I've been using 10.2.5 and LEAP for several months now. Cisco APs, and no need to install a client on my TiPowerbook as AirPort is LEAP compatible already.

  24. No WEP, Yes IPSec. by dietlein · · Score: 4, Informative

    I don't know about you who use WEP, but please STOP.

    It is BROKEN.

    Use IPSec. There are many tutorials for using IPSec in tunnel mode as a replacement for WEP. Google it. I wrote the 3rd or 4th one down - it isn't that hard, guys. Please don't use WEP, it really isn't smart.

    1. Re:No WEP, Yes IPSec. by afidel · · Score: 1

      Actually if your rotation schedule is short enough for 802.1X then the listener won't record enough packets for the vulnerabilities to be a problem.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    2. Re:No WEP, Yes IPSec. by metatruk · · Score: 4, Informative

      IPSec is great and all, but there are a few disadvantages to using it:

      1) It doesn't work on many platforms such as pre OS X 10.2, pre Win2k, or many "stock" Linux installs. (Linux requires a kernel patch, though this will change with kernel 2.6)

      2) It is difficult for users to configure. There's no GUI in OS X to configure it, and setting it up in Windows involves installing some extra stuff from MS to make it work.

      3) Implementation compatbility? I don't know how much of this is still an issue, but I imagine that it comes up...

      4) Ethernet layer security. There's still no security that would prevent people from having access to the ethernet layer. The point of WEP was to prevent people without the key from joining the network. Controlling access to the ethernet layer is important for security because anyone with access (Which would be the case with WEP turned off) can still do nasty things like flood the network with broadcast traffic, send unsolicited arp replies to the router to DoS different machines, etc...

      in short, IPSec requires too much configuration on the client end. Unless you can put together a nifty script for each platform that needs to use the network, it will be too difficult for most users to configure.

    3. Re:No WEP, Yes IPSec. by jdew · · Score: 1

      ipsec rules ^_^

      i'm currently using an openbsd box as a vpn concentrator, and on my windows notebook, i have ssh's sentinel vpn client installed ^_^. sentinal took all of about 5 minutes to set up properly...

    4. Re:No WEP, Yes IPSec. by pedrow · · Score: 2, Informative

      Well, with cool tools like airjack, even your nice ipsec encrypted traffic over open non-wepped wireless link is susceptible to getting DOSed. All you have to do is send a broadcast disassociation packet to knock everyone off the AP. 802.1x or other rotating WEP key schemes will make things like airsnort largely useless in that there won't be enough 'interesting' traffic(initialization vectors) to make the WEP key fall out. WEP not smart? perhaps. But it's better than leaving it open. ipsec will protect the data, but not the transport.

    5. Re:No WEP, Yes IPSec. by dago · · Score: 1
      Ethernet layer security ???

      Really, and you do have ethernet security on your fixed network ?

      --
      #include "coucou.h"
    6. Re:No WEP, Yes IPSec. by Vakara · · Score: 2, Interesting

      No, but somebody sitting on the street outside the building can't plug into it either.

      The main flaw with VPN based wireless security is that you are only protecting and securing the nodes inside the wired network. It's trivially easy to get an IP address on your wireless network (either no security or "mac" ha! security) and you have to have an IP address before you can make a VPN connection. I hope you have your PC locked down in a very secure manner because you cannot stop people from trying to hack at your publicly exposed IP interface.

      With 802.1x security they cannot even send a packet to you unless they've been authenticated using PKI.

    7. Re:No WEP, Yes IPSec. by dago · · Score: 1

      Tt's usually damn easy to get into a building by social engineering ...

      Do you know that, in the IPsec (VPN) specifications and in the solution we are using, there's the possibility of having the gateway to require the client to configure itself as to deny all other incoming connections ?

      --
      #include "coucou.h"
    8. Re:No WEP, Yes IPSec. by theLOUDroom · · Score: 2, Informative

      Use IPSec. There are many tutorials for using IPSec in tunnel mode as a replacement for WEP. Google it. I wrote the 3rd or 4th one down - it isn't that hard, guys. Please don't use WEP, it really isn't smart.

      Actually, the smart thing to do is to use both.

      "You use WEP?!"

      Well duh, that keeps unautorized users off your network. Yeah it's crackable, but IPSec does nothing for lower-layer security. IPSec was designed for a different purpose than WEP If you want a secure network, use both.

      --
      Life is too short to proofread.
    9. Re:No WEP, Yes IPSec. by Anonymous Coward · · Score: 0

      And this will be the case for an EAP variant that allows key generation - almost any of them other than EAP-MD5.

    10. Re:No WEP, Yes IPSec. by Some+Dumbass... · · Score: 1

      "You use WEP?!"

      Well duh, that keeps unautorized users off your network. Yeah it's crackable, but IPSec does nothing for lower-layer security. IPSec was designed for a different purpose than WEP If you want a secure network, use both.


      I've noticed lately that some wireless cards and access points are starting to come out with support for AES encryption. I understand that this basically just substitutes a better encryption algorithm (AES rather than RC4) as the default packet encryption. It should do the job for network-level security.

      Of course, not every piece of 802.11(whatever) hardware supports AES, so there may be backwards-compatibility issues. I understand that AES is computationally intensive enough to require hardware support (e.g. it can't just be added by a firmware upgrade). But if you're starting from scratch, could AES-compatible hardware be the way to go? Does anyone know more about this?

  25. This isnt new by engineerjeremy · · Score: 2, Informative

    802.1x authentication is not a new concept. It was developed many years ago for incorporation into the HP ProCurve product line for port based authentication. The good thing about 802.1x is that at least it does provide some encryption from the authenticator to the radius server. So its either this of captive portal, which is implemented into hotspot controllers to provide authentication via redirection of http requests to a website that requests user/password pairs authenticated off a radius server. Pick your tool, something needs to be done.

  26. Solution: Drop Encryptions for a short time... by DM_NeoFLeX · · Score: 1

    I'd drop the encryption for a time, restrict access to web browsing...Allow e-mail but only through the universities secure https webmail server (You do have one?) and the same with any important university interfaces both staff and student based (Class registration and purchasing for example). This will allow the installed infrastructure to be used, but allow you to rollout secure technology at some point it the future... It's really all common sense...

    --
    -------------------------------------------------- - God is the tangent point between zero and infin
    1. Re:Solution: Drop Encryptions for a short time... by nikpieX · · Score: 1

      This is similiar to our wireless implementation. We keep wireless in a jailed environment and require them to authenticate to go anywhere. To reach any internal network resources, they must use some form of encryption (SSH, IPSec, SSL, etc) and that is enforced by the firewall. Access to public services, like websites, home email, or whatever doesn't need to be encrypted since it's the user's own risk and people could sniff that anywhere along the path anyway.

    2. Re:Solution: Drop Encryptions for a short time... by DM_NeoFLeX · · Score: 1

      Exactly, simply treat it like users coming in over the internet, but where you also control the outgoing, you'll want to keep the script kiddies from launching attacks wirelessly via your network..

      --
      -------------------------------------------------- - God is the tangent point between zero and infin
  27. 802.1x is very secure here-no one is able to login by Anonymous Coward · · Score: 4, Funny

    At our University we deployed 802.1x and in this
    way we reached the highest possible level of security - nobody, even the authorized personel can not log-in. This means that users have complete
    protection from hackers, viruses and similar.

  28. 802.1x vs. WPA by Anonymous Coward · · Score: 0

    What's the difference between WPA (Wireless Protected Access) and 802.1x? I've heard that WPA includes/uses/requires 802.1x. But is WPA something MORE? Or are the two equivilent?

    1. Re:802.1x vs. WPA by galimore · · Score: 1

      WPA includes portions of 802.11i. Specifically WPA has the TKIP stuff... (Temporal keys) basically gives you per-packet encryption, and a few other things. WPA is a precursor to 802.11i that a lot of vendors are implementing as the next step. It's good stuff.

    2. Re:802.1x vs. WPA by Anonymous Coward · · Score: 2, Informative

      802.1X gives you an authentication mechanism, and a way of automatically distributing WEP keys.

      WPA is an "early release" snapshot of 802.11i. It requires the 802.1X access control mechanisms and a souped-up version of 802.1X key management. Whether WPA requires EAP-based (RADIUS-based) authentication or a manually-entered key depends on how you configure it.

  29. 802.11 by Anonymous Coward · · Score: 0

    try going to a college that still uses 802.11 as the only network connection in the dorms. (raylink, 2mbit/s shared)

  30. Re:Our story by Quixote · · Score: 0, Offtopic
    Huh? This dude just cut-n-pasted the original guy's second paragraph! Moderators, please wake up... :)

  31. Re:Our story by Anonymous Coward · · Score: 0

    Did not.

  32. University of Utah - 802.1x Campus Standard by galimore · · Score: 5, Informative

    Hi,

    I work at the University of Utah. We're currently rolling out 802.1x.

    My building has already rolled out 802.1x on about 36 access points. We've been running for over a month and a half.

    We've got a lot of people interested in what we're doing. We're using a decentralized model that allows us to let various departments use their user accounts everywhere else on campus (that is using 802.1x).

    Check out our whitepaper for more information:

    http://utahgeeks.sourceforge.net/projects/Wireless Whitepaper.pdf

    The paper covers various issues. Keep in mind that the paper is not quite done yet, but it does have a lot of useful information.

    We're officially supporting Mac OS X, Windows 98, Windows 2k, and Windows XP. We're not officially supporting Linux, but my boss and I are lead developers on the open1x project (http://open1x.sourceforge.net).

    It has Linux and Mac OS X support. We support TTLS, TLS, PEAP (in CVS), MD5, and we're going to be implementing EAP_AKA pretty soon.

    If you're interested in the specifics please check out some of our support pages:

    http://www.laptop.lib.utah.edu/global/support/inde x.html

    The biggest problem has been support for various cards on Windows. The support link above lists the cards we've tested.

    We're currently only supporting Airport on Mac OS X due to the lack of a public API from Apple. (Please let apple know that you want a public wireless API so we can support more cards... ;)

    We're using a campus site license of the Meetinghouse supplicant for Mac OS X, and Windows. We're using Radiator, a perl based (VERY NICE!) radius server. It's 802.1x implementation rocks.

    More info on Radiator: http://www.open.com.au

    802.1x is becoming the University of Utah campus standard. All future wireless purchases made with student task force moneys will be required to be 802.1x compatible.

    Please let us know if you have any questions regarding our setup.

    1. Re:University of Utah - 802.1x Campus Standard by Anonymous Coward · · Score: 0

      Lucky you got a campus license for Meetinghouse Aegis, some other universities (mentioned in this article by name, perhaps) didn't get so lucky. Now the Windows XP crowd gets free wireless, while the rest of the students (and faculty/staff for personal machines) get to pay our $30 just for the privelege of getting what was free a short time ago.

      Not only that, but the certificates don't seem to work onsome platforms, so you have to turn that off. Which means osmeone else can impersonate an AP and you won't know any better. How's that for a security update ... it's not any better, but now you get to pay for it.

    2. Re:University of Utah - 802.1x Campus Standard by galimore · · Score: 1

      What's the problem with getting a campus site license? The meetinghouse guys have been pretty good in working with us.

      We're using TTLS for our authentication, which only requires a server cert. It works on Mac OS X, Windows, and Linux. We've been using it for a month and a half, we haven't had any problems.

    3. Re:University of Utah - 802.1x Campus Standard by roybadami · · Score: 1

      The whitepaper talks about key rotation. But do you actually have this working on Linux? ie is there a card and driver that actually supports TKIP on Linux (in a WPA-compliant manner)? Is there anything on the horizon?

      A google search failed to find any information on any ongoing TKIP/WPA work for Linux...

      -roy

    4. Re:University of Utah - 802.1x Campus Standard by galimore · · Score: 1

      Key rotation is a function of 802.1x. The paper is not referring to WPA, but rather to the inherent key rotation that 802.1x provides.

      The Linux support does work, and with the right hardware users get per-user keys. This works today, and we use it often.

      As for your question, no Linux does not support WPA yet, but yes, it is on the roadmap for the open1x project.

      We're planning a 1.0 release that will come out Real Soon Now(TM), but that won't include WPA.

      Look for WPA support in the next development branch.

    5. Re:University of Utah - 802.1x Campus Standard by roybadami · · Score: 1

      The paper is not referring to WPA, but rather to the inherent key rotation that 802.1x provides. The Linux support does work, and with the right hardware users get per-user keys. This works today, and we use it often.

      Interesting, thanks. Do you have any pointers to more info about this? I looked on the open1x site and in the READMEs that come with xsupplicant, but I couldn't find much.

      Thanks,

      -roy

    6. Re:University of Utah - 802.1x Campus Standard by galimore · · Score: 1

      No more information is available, other than that I am one of the lead developers, and it is something we've talked about doing. ;)

      1.0 Will be out soon. We're finishing up all of the features (they're pretty much done) and we'll be making a request for bug reports so we can fix them all before releaseing 1.0.

      After that we will be looking at adding WPA and other goodies.

      Please don't hesitate to join the open1x list and give us feedback.

    7. Re:University of Utah - 802.1x Campus Standard by roybadami · · Score: 1

      Sorry, I think you misunderstand. I was after more info about the existing key-rotation support on linux.

      I'll have a look at the list archives....

      Many thanks,

      -roy

    8. Re:University of Utah - 802.1x Campus Standard by galimore · · Score: 1

      It's card dependent, but for those cards that handle WEP properly, it works just like on Windows.

      The key rotation is iniated by the access point, so when the AP gives us new keys, we set them and tell the card to encrypt with the unicast key.

      As long as the AP is handing out per-user keys you get more secure encryption. Some APs don't do that properly.

      If I haven't answered your question yet, then I don't understand what you're asking.

      key rotation is simply a function of the driver... some drivers actually reset the card when WEP keys are set, which cause the supplicant to enter a nasty authentication loop, but that's a problem with the driver, not xsupplicant, and we can't do anything about that except patch the drivers and hope the maintainers accept them.

      The Lucent-derived cards currently require such a patch. The Amtel based cards do too.

      Both patches are currently in xsupplicant, the later only currently available in CVS.

    9. Re:University of Utah - 802.1x Campus Standard by roybadami · · Score: 1

      Thanks. Mainly I was just after any pointers before I consider trying this myself. Advice on what cards, APs, etc are known to work, any gotchas in configuring them, etc...

      Incidentally, the Radiator web site has a useful list of APs that support 802.1x, which may be worth referencing somewhere...

      -roy

  33. Should I be using 802.1x? by Erisian+Pope · · Score: 3, Interesting

    I'm running a public WI-FI access point and I've had several people tell me that I should look into one of these encryption methods. Personally, I don't get it. If you're using WI-FI for your internal network then I understand, smb passwords flying around, people dropping into your NFS system, but for simple, public internet access does it really matter?

    It seems to me that this type of encryption may not even belong at the connection level. Any type of encryption is going to add significant overhead so shouldn't be up to the application to use make secure connections as needed? For most web browsing, who cares if the signal is intercepted, if you're sending passwords or credit info you should be using https anyway. Likewise IMAP, POP3, FTP and SMTP, use the SSL wrapped alternatives.

    Is there something I'm missing here? Shouldn't it generally be up to the app to determine if the overhead of encryption is required.

    1. Re:Should I be using 802.1x? by galimore · · Score: 5, Informative

      You're a little bit confused about how 802.1x ties into everything...

      a) 802.1x was designed for port based access, not wireless. It was adapted for wireless. The keying method is WEP. The encryption tunnel for authentication happens VERY quickly. very little overhead.

      b) 802.1x allows you to know WHO is on your network. Do you really want to have an open wide public network that some terrorist could potentially get on to talk to his buddies anonymously... not me... ;)

      c) Once again... the encryption for the authentication happens very quickly. We're talking miniscule amounts of time. The keying on the card is WEP, but the keys can be per-user, and can rotate at a specified interval. If you're using WEP at all your keys should be rotating no less than every 10 minutes, otherwise it would be very easy to crack.

      d) 802.1x *IS* using SSL for its encryption... besides the fact that that portion only happens for authentication... as I said before WEP is used on the cards.

      802.11i will provide per-packet keying, which is when you should really start to worry about the overhead...

    2. Re:Should I be using 802.1x? by Anonymous Coward · · Score: 0

      Bah...a 400MHz cpu will do about about 4000 packets/sec with IPSEC tunnelling.

      Any machine likely to be used for anything that is simultaneously cpu and network strenuous is likely to be beefy enough that the overhead of IPSEC doesn't matter.

  34. Re:802.1x is very secure here-no one is able to lo by galimore · · Score: 1

    This is not true... 802.1x has its flaws. Some vendor APs don't support per user keys. Have you done exhaustive sniffing to make sure your users are actually getting a different key than anyone else?

    Viruses usually come in E-mail... 802.1x doesn't do anything to protect your users from viruses.

    Highest possible level of security... maybe... I think I'd agree that it's currently the highest possible STANDARD security available today for 802.11 networks that has been ratified by the IEEE.

  35. Northwestern University Setup by PhoenixK7 · · Score: 3, Informative

    At NU the IT department has deployed hotspots at a variety of locations. The campus cafe, parts of the student center, certain locations in the dorms, libraries, as well as other locations provide wireless access.

    WEP is not used to secure the network. Instead they're using VPN to provide authentication as well as secure/encrypted connections. Nothing beyond the VPN server and other clients of the AP are accessible without connecting to VPN. As an added benefit VPN allows off-campus users to use the NU mail relays, and other things that are restricted the university subnets.

    Check it out:

    http://www.tss.northwestern.edu/wireless/

    http://www.tss.northwestern.edu/vpn/

  36. Wow by programmingart · · Score: 0, Flamebait

    Someone actually researched something before submitting their question to Slashdot.......so now we don't have to deal with "ever hear of Google" comments.

    1. Re:Wow by Puu · · Score: 1

      So, who's Google? And what happened to him?

      Maybe I should have researched this first...


      [Explanation of joke: Parent unintentionally looks like Google was some guy who submitted a question before researching and consequently suffered a terrible fate. "Ever hear what happened to Google?!"... Okay, a poorish joke.]

  37. Re:802.1x is very secure here-no one is able to lo by Anonymous Coward · · Score: 0
    802.1x doesn't do anything to protect your users from viruses.
    Since when is scanning e-mail for viruses a Layer 2 networking function?
  38. 802.1x support in MacOS 10.3 (panther)? by Corvus · · Score: 1

    Speaking of 802.1x (no, we don't use it yet), I read reports that MacOS X 10.3 "supports" it, but can anyone confirm that and give some details of the support?

    Thanks.

    1. Re:802.1x support in MacOS 10.3 (panther)? by Anonymous Coward · · Score: 0

      Sorry, no details, but telco engineer I respect told me he has EAP-SIM running on his laptop under 10.2. From what I gather he had to do some programming to get EAP-SIM, but EAP (i.e. 802.1x) has programmatic support on 10.2

  39. Yes I have experience with it by Bingo+Foo · · Score: 0, Redundant

    so long as x==1b

    --
    taken! (by Davidleeroth) Thanks Bingo Foo!
  40. Re:For hardware considerations...some comfort by vonsneerderhooten · · Score: 1

    It's basically like searching for a PCI non-Winmodem these days.

    some order in a world of chaos.. i work in a repair/retail store and we have pci non-winmodems aplenty(and they sell). We even have legacy isa modems, in case ya wanna get that 486 goin.

    At the other end of the spectrum, we try to research everything and stock the most compatible h/w available.

    -d

  41. I use 802.x by mabu · · Score: 1

    for my blender... it's contents are the only thing I'm willing to broadcast over the airwaves.

  42. Badly named standard... by Anonymous Coward · · Score: 0

    When I glanced at the headline, I thought it was about 1X "high-speed" internet access for CDMA cell phones :)

  43. Plenty of experience by flikx · · Score: 2, Informative

    I have had plenty of experience with 802.1x installed at a major american university (which may be the same university the article submitter works at).

    Thanks to the 802.1x deployment, I have zero wireless networking capability under FreeBSD. Ah, that takes me back to my freshmen year of 1996.

    --
    One future, two choices. Oppose them or let them destroy us.
    1. Re:Plenty of experience by galimore · · Score: 1

      Help the open1x project finish the port to *BSD.

      http://open1x.sf.net

  44. What's the best solution for non-tech home users? by astrashe · · Score: 1

    I have a BSD box on my network, and I could do IPSec tunneling if I wasn't so lazy.

    But what's the best option for people who don't want to run a windows server, or a unix box, or any flavor of radius? Are there any consumer priced access points that support reasonably secure wireless networking, without an expensive server on the back end?

    Most of what I'm seeing here says that you either have to run a unix-like OS, w2k, or xp (ie., not win 9x) on the client, that you need the professional version of xp, some sort of server infrastructure, etc.

    Is there anything at all the typical schmo with a linksys access point and a windows 98 client can do?

  45. MSFT campus/subs use 802.1x by blastedtokyo · · Score: 2, Interesting
    The Microsoft campus uses 802.1x (2500 access points) as well as all subsidiaries (1200 APs). It does PKI over Radius and not EAP. From what I've seen it's fine for PCs but mobile clients take a while to support it (Windows CE NICs are mostly up to speed but a lot of the others aren't).

    There's a good piece in the June NetworkWorldFusion talking about MSFT, Cisco and few other large installations.

  46. Re:What's the best solution for non-tech home user by SomeOtherGuy · · Score: 1

    Not the most secure thing in the world....but I am lazy like you (prob. moreso) and just plugged my access point into my firewall and then limited connections at the router to only allow 3 computers to connect. (I have 3 computers that are always on....), and then I set the access point to not allow anything more than 1 wireless connection....since I only have 1 laptop and 1 wireless card. As an added bonus -- I took my laptop out in the street and realized that the connection goes dead before I hit the sidewalk on the other side of the road....So I feel pretty safe that unless I see a pinto or chevette with geeky looking kids pulled onto my lawn....that things are fairly safe. (I live in the sticks.)

    --
    (+1 Funny) only if I laugh out loud.
  47. Yippee... hooray... hooray... by theendlessnow · · Score: 3, Informative
    ... another deployment of WPA!!

    Protect the upper layers not below 3

    Hack layer two... yippee! yippee!


    Since WEP 40/128 provide NO security at the high layer... people feel they're getting something
    with WPA (most won't run the required auth/radius server though.. so it's even worse).


    Layer 2 is still open. You'll have to wait until next year when the 11i crew comes out with something.


    As for a resource, use Dr. Arbaugh's new book on the subject.
    http://www.amasin.com/-/0321136209/Real- 802-11-Sec urity/

    ...well.. it's not out yet apparently... anyway, google for Arbaugh.

  48. another bad name? by thogard · · Score: 1

    Does anyone else think that .1x was bad considering people have been using x to be a wildcard for 802.11[abg] for some time?

    1. Re:another bad name? by galimore · · Score: 1

      That just proves that people can't read.

      802.1 is not the same as 802.11 people.

  49. 802.1x by Anonymous Coward · · Score: 0

    Just attended a Microsoft seminar and they are using this in conjunction with a certificate server to authenticate users this addition will work with the certificate server. There are some good documents put out by Microsoft on how to deploy this. Works very well compared to WEP, which is weak encryption.

  50. Re:802.1x is very secure here-no one is able to lo by Stephen+Samuel · · Score: 1
    Given that "nobody can login -- not even authorized users", I'd say that the security level is pretty high.

    This is an example of the axiom that there is always a tradeoff between usability and security. In this case, the security is almost infinite, thus the usability is (necessarily) roughly zero.

    --
    Free Software: Like love, it grows best when given away.
  51. Explanation by Anonymous Coward · · Score: 0

    "No" is the right answer.

    But I think the cause results from the fact that he was able to use "Microsoft" and "breaks" in the same sentence to describe his situation.

  52. Re:mod the bush supporter down! by Anonymous Coward · · Score: 0

    mod the fuckhead bush supporter down to the weeds where he should be.

  53. Re:Our story by Anonymous Coward · · Score: 0

    Did too.

  54. Use a wireless gateway by JRHelgeson · · Score: 2, Interesting
    I have been working in the wireless networking industry for several years. I've worked with 802.11x since its early inception. Everyone thought it was going to be some great panacea. I knew it wouldn't because it was still trying to address the security issue at layer two. Jim Geier, (the individual that wrote the article referenced in the initial /. posting) and I have had discussions at length on this topic.

    802.11x is little more than Cisco's LEAP technology that has been turned into an industry standard.

    Trying to secure a network at layer two is extremely dificult. You're not dealing with enough intelligence and flexibility. Taking it up another layer to layer three (network layer) gives you much greater flexability.

    You need to look into the wireless gateway technologies. Its easiest to think of these as being a firewall and VPN concentrator combined into one box.

    Just as an internet firewall is designed to secure internal corporate networks from external internet communications, the wireless gateway once again segments your network with wired and wireless.

    Encryption takes place at layer 3 using IPSec when required. Using a wireless gateway, you can have a guest user log into your network as a guest, and the gateway will allow them to access the internet, and only the internet -- and you can throttle their bandwidth down to 56kbps or whatever you'd like. However, if I were to login to the network as an internal user, the gateway would build a 3DES IPSec tunnel out to my PC before it would allow me to access ANY internal network resources.

    It allows you the flexibility to give different users various levels of security based upon their login. The best part is that it does not require a client to be loaded on any end user device, and because it operates at layer 3, it is layer 2 agnostic - meaning it doesn't matter what kind of Access Point or radio card you're using.

    I've deployed these solutions in hospitals, universities, even classified government facilities. (WEP is not FIPS certified, 3DES is)

    --
    Good security is based upon reality and common sense. Common sense is a function of having common knowledge.
    1. Re:Use a wireless gateway by Anonymous Coward · · Score: 0

      Presumably you mean 802.1x instead of 802.11x?

    2. Re:Use a wireless gateway by JRHelgeson · · Score: 1
      Yes, I meant 802.1x

      I wrote this late at night last night when I was quite tired. I'd just come home from the opening of Terminator 3 (a pretty good flic).

      Cheers!

      --
      Good security is based upon reality and common sense. Common sense is a function of having common knowledge.
  55. Re:mod the bush supporter down! by Plac3bo · · Score: 1

    gwbush.com isnt in support of bush reject

  56. Re:MOD PARENT UP by Plac3bo · · Score: 1

    wtf...mod parents up recursively please...

  57. +5 Insightful by Anonymous Coward · · Score: 0

    This is the only post answering the OP's plea! Mod parent up!

  58. Simple Management by jmshoffs0812 · · Score: 1

    Bluesocket makes 802.1x all better. Well worth the price.

  59. 802.11x by Anonymous Coward · · Score: 0

    WEP in any form is security through obscurity. Nothing in it is going to keep anyone out of your system. If they can crack the WEP key, they can sniff the entire AP (or better, make themselves the AP!!!)

    The only way you can "Securely" connect to a 802.11 anything network is via some kind of user authentication. The best I've seen is VPN with a RADIUS backend, but PPPoe works as well.

    In either case, the wireless encryption shouldn't matter, because the core layer 3 stuff is happening over VPN or PPP.

  60. Re:We just finished rolling out EAP-TLS on a Win2k by galimore · · Score: 1

    Err... If they support EAP-TLS they should be able to support EAP-Antyhingyouwant.

    The access point authenticator doesn't do anything other than convert the 802.1x frames into radius packets...

    The access point is essentially dumb, except that it does have a hand in passing the keys back to a client. It doesn't need specifics for each EAP type.. only the supplicant and authentication server should have to worry about that.

    You might want to try something other than TLS just to see if it works. (I suggest against EAP-MD5, for wireless, as you can't get keys with it)

  61. Re:mod the bush supporter down! by Anonymous Coward · · Score: 0

    mod the fuckhead bush supporter down to the weeds where he should be.

    Down boy down!

    Eeeasssyy boy. Good boy.

  62. Are You Using 802.1X? by Vaughn+Anderson · · Score: 1

    No, but thanks for asking anyways...

  63. Architecture is the key in securing WLAN by Damork · · Score: 2, Interesting

    802.1X, TKIP, WPA and so on are all nice methods to control WLAN access, but even they cannot correct a louzy WLAN architecture.

    The problem is that in several, even most places, people are connecting their access points directly to their intranet and then rely only on the WEP key, MAC address lists, 802.1X and the WiFi security standard of your choice. In this kind of architecture when a standard is broken or the access point is compromised or just mis-configured, the attacker is able to gain access instantly to the protected network.

    In our university this was the starting situation. Every department had their own WLAN with own WEP keys and MAC lists and some didn't even have those, just completely open network without any kind of access control. Not to mention about radio channel allocation or planning. Instead of the seamless, combined radio coverage there were several separate networks often disturbing each other.

    A project was then started to define a common architecture for building wireless network securely and to provide that seamless combined radio coverage instead of all these kind of wild networks. What we decided was that WLAN networks are hostile networks and they should be treated as such. In the new architecture the organisation wide WLAN network is separated outside protected networks so that even if the access control of the wireless networks is breached, the only access the attacker directly gains is the access to the Internet, not to organisation's protected networks.

    We didn't choose to use WEP key and MAC access control lists because they were useless. We didn't yet integrate 802.1X as a access control, because the terminals aren't yet ready for it. Instead we chose to build our WLAN network by using a captive portal to control the traffic demanding less security and VPNs to protect the traffic demanding more. By providing several means to authenticate we achieved the better interoperability and usability of the WLAN network than before.

    With this architecture we are now able to server several different terminals, utilise old access points not capable of WEP encryption and support the customised solutions the different departments want to use. The architecture supports even Radius-based WLAN roaming so that people between organisations may use their home user accounts for authentication in the roaming partner's public access network. The same roaming architecture can be then used even if the WLAN network is in the future migrated to the 802.1X.

    --
    -- Karri Huhtanen http://www.iki.fi/khuhtanen/
  64. GET A JOB by Anonymous Coward · · Score: 0

    Your comments are spiteful and immature.

  65. 802.1x Has Been Cracked by ewhac · · Score: 1

    Forget 802.1x. It was cracked over a year ago. Here's an article reporting on the vulnerability. WEP (any bit length) is even worse; cracks have been out for it for ages.

    Your best bet is to deploy IPSec. Yes, as an earlier poster points out, there are some vulnerabilities that IPSec doesn't address, but if you build your network properly (keep all APs on a spur in the DMZ; make sure the spur router(s) refuse all hostile Ethernet frames), you can mitigate or eliminate those problems.

    Schwab

    1. Re:802.1x Has Been Cracked by -audiowhore- · · Score: 1

      Actually it hasn't been cracked in reality, only theoritically. Vendors like such as Cisco have agreed and have not only provided responses to the claims, but also have 'fixes' (although somewhat proprietory in the Cisco case) - see this article

    2. Re:802.1x Has Been Cracked by Anonymous Coward · · Score: 0

      The very page you list as evidence that 1x has been cracked refutes the claims about an inch down the screen. We have seen no official sources saying there are 1x problems in over a year of investigating (except for Microsoft's broken services).

    3. Re:802.1x Has Been Cracked by lizrd · · Score: 4, Informative

      The only credible attack in that paper was a DOS attack. A properly configured system would be able to avoid the man in the middle and session hijacking attacks described there. DOS probably isn't a really huge problem with low power wireless since it will be pretty easy to locate the attacker.

      --
      I don't want free as in beer. I just want free beer.
  66. Re:We just finished rolling out EAP-TLS on a Win2k by Sikmaz · · Score: 1

    Our remote access policy requires the cert and will deny any connections without it. Win2k's IAS does not seem to support PEAP, while Win2k3's does. I will never use EAP-MD5, would YOU trut your companies critical info to MS-CHAP?! ;)

  67. No by Espen · · Score: 1

    We went with seperate networks and an authenticated gateway instead and have no regrets. Someone has mentioned reefedge, but there is a free software solution in nocat.net which we are quite happy with. The difference? No clients to install on the user end, no configuration required either. All our hardware remains useful too. Disadvantage? Users are not protected against themselves (have to be trained in using secure protocols). Network can only be used casually (ie. none of our staff are allowed to use it for offical purposes).

  68. Re:Northwestern University Setup - LAME LAME LAME by Anonymous Coward · · Score: 0

    No Unix or Linux support?

    This Blows.

    I would never go to NorthWestern University.

  69. Also Penn State's solution by finkployd · · Score: 1

    Cisco's VPN is also Penn State's solution to the (limited) rollout of campus VPN. It is working fairly well in my building, now they just need to throw more access points up around campus.

    Finkployd

  70. Re:What's the best solution for non-tech home user by Sikmaz · · Score: 1

    Take a look at the Zyair product line from Zyxel. They have built in radius servers and can be found for under 100 dollars.

  71. Re:For hardware considerations...some comfort by tzanger · · Score: 1

    So... how about enlightening the rest of us who would like ot know who makes these things?

  72. Here are all links you need: by BigBadDude · · Score: 1, Informative

    finding access-points:
    http://www.kismetwireless.net/
    ht tp://www.netstumbler.com/

    why WEP sucks:
    http://www.drizzle.com/~aboba/IEEE/rc4_ksa proc.pdf
    http://www.80211-planet.com/tutorials/article.ph p/ 1368661

    breaking WEP:
    http://airsnort.shmoo.com/
    http://sourcefor ge.net/projects/wepcrack

    "war-walking" in offices etc.
    http://www.pocketwarrior.org/

    (of course, the 13yr old sc^H^H überhacker may not have a driving licence, so warwalking is coolerthan wardriving)

    after reading the documents above, I suggest you take down you WLAN, dissconnect from the internet and lock in your computer in a safe :)

    [note that I didn't use the world "SNIFFER", I dont want to get sued by NAI].

  73. Southern Polytechnic's Solution by ronsko · · Score: 3, Informative
    We started acquiring the elements of our 1x deployment over a year ago, and things have really come a long way. We have been testing since February and have been live for about 2 months. We are using 1x on both wired and wireless connections.

    We are running Funk Software's Steel Belted RADIUS (SBR) on Solaris for 1x authentication requests using TTLS. SBR verifies user credentials on the back end against our OpenLDAP server. We also return the group membership of the validated user with each login so the RAS can implement individual firewalls (at the user's point of access!) based on each users' credentials (aka User Personalized Networking). This is essential for supporting large numbers of open-access ports (i.e. dorms, Library, Student Center, labs...)

    We use Enterasys equipment exclusively, including their R2 access points for wireless. We use their Netsight Atlas Policy Manager software to enforce UPN policies.

    We have an academic site license for the Meeting House Aegis 1x client. This has worked brilliantly with 2000/XP and MacOS. Linux support has been shaky (it's beta) but we have had success with Open1x in that application. The problem with the Mac is that it doesn't come preconfigured with any certificate authorities under OpenSSL, so we have had to add one manually to each station.

    The only problems we have had is a small bug in SBR that caused it to periodically lose contact with LDAP (fixed in SBR 4.0.4) and some quirky early versions of the Aegis clients (fixed). Meeting House has also just released (beta) an enterprise-deployment option that allows us to distribute a preconfigured client. Funk's client is worth looking at also, but it is very pricey.

    My sugestions: plan well, test a LOT, and stay the HECK away from any of the MS garbage -- your life will be MUCH simpler!

  74. Why not IPsec? by Anonymous Coward · · Score: 2, Interesting

    Why not use IPsec instead?

    It's more standardized, it's available on more clients, and if you have a large number of connections through hosts you can use crypto accelerator boards on your routers (running BSD or Linux).

    The main issue would be distributing public-key certificates. This could be automated though: have a web page where the netops staff fill in fields for the user infromation (including a valid email address), generate the certificate witha Perl script/CGI and enter all the information in a database. The generated certificate is then emailed (in clear-text, I know) to the user with a link to a PDF on how to setup their client.

    For student accounts you could have the certificates expire on a yearly basis so you don't have old ones lining about. I don't know about the expiration of staff/faculty certificates though. You could perhaps generate a certifacte-revocation list (CRL) and transfer that to your routers using something like scp/scp/rsync.

    1x is not widely deployed so people are still trying to figure things out. You're basically a beta tester for the rest of us. :>

  75. OMG MOD ABUSE by Anonymous Coward · · Score: 0

    Please mod up this post's entire family tree and stop unfair downmodding.

  76. Corporate 802.1x deployment here with Funk Odyssey by Lamont · · Score: 1

    I've deployed 802.1x here in an enterprise setting using Cisco APs and Funk Odyssey. The thing I like about Odyssey is it supports just about every .1x authentication type. We are using a mix of EAP-TTLS and EAP-LEAP and plan to begin testing using EAP-TLS and client side certs soon.

    We can also support just about any client nic out there which makes our users happy. I get encryption keys that are unique to each user and change every 9 minutes or so.

    I tested several of the commercial VPN solutions prior to going with 802.1x, but in general I found them to be too finicky for our user base, more complicated to administer, and quite expensive to boot...

  77. Re:802.1x is very secure here-no one is able to lo by galimore · · Score: 1

    That was the point I was trying to make... not saying that it *SHOULD* ;)

  78. Re:What's the best solution for non-tech home user by astrashe · · Score: 1

    Thanks... that's very helpful.

  79. 802.1x + TKIP by Anonymous Coward · · Score: 0

    I work for a University and within the last 6 months have implemented a wireless network using 802.1x and TKIP. When I started researching, there wasnt much out there in terms of ap's, RADIUS servers and clients that support PEAP, and mainstream wireless card that supported all of the above. Over the last several months, companies have been incorporating WPA features into their ap's and cards. We finally settled on Cisco ap's, but since we are a University, we cannot mandate a particular card. Something about academic freedom... blah blah blah.

    In terms of RADIUS servers, we checked out the major players, Funk and Meetinghouse. (Sorry, open source was not an option) Meetinghouse had a great server solution that allows us to PEAP and LDAP auth. We chose Meetinghouse's AEGIS client and server because the price point and feature set were way beyond what Funk was offering at the time. They also have clients for Linux, Mac OS 10.2, Windows, Solaris, and PocketPC which allows us to be flexible and provide a large scale solution.

    At least I can almost sleep at night knowing that part of my network is almost secure.

  80. I have installed and use 802.11 by PsYcOBoRg · · Score: 1, Informative

    here is what i found out. it works great, once configured correctly. but only if those laptops, and desktops are as clients. as servers distributing the wifi, there are pains with it still.

    a more imporntant note: make sure you enable security if you have any access points or wifi Peer to peer. and password protect any and all shares.

    taking my laptop for a grive using net stumbler, i found 70 802.11 access points. UNSECURED points were 67. 3 were secured.

    all the unsecured points, were wide open to me. i was able to scan ips, views shared folders, obtain files from the exposed machines. and i had access to thier internet.

    and they apparantly are still cluless that i gained access to thier systems.

    of all the exposed systems 4 were T1 lines. the rest were broadban access points. now, im not including coffee shops that provide free 802.11 access. that is nice too. but secure your connections, unless you dont mind people accessing your personal information.

    my rating of wifi at this point in time is 4. out of 5 stars. and it is stable. in most cases.

    --
    To err is human, to really screw things up, you need a robot.
  81. My former school by Rick+BigNail · · Score: 1
    University of British Columbia is going to launch 802.1x this coming fall.

    See this

  82. Re:We just finished rolling out EAP-TLS on a Win2k by M-G · · Score: 1

    This sounds very similar to what Microsoft was recommending at their Technet events a couple of months ago:

    http://www.connect-ms.com/technet/Resources/TNT1 -6 6_Clean.ppt

    It's supposedly what they use on their corporate network (along with smart cards).

    Our Technet guy plainly stated that the MS-branded wireless APs don't support 1x. So he whipped out a D-Link AP that does.

  83. 802.1x not a wireless protocol by dcs · · Score: 1

    And if you feel you are having trouble, you should see how *my* homework looked like when I went after 802.1x for ethernet.

    (and, for those who are curious, there are many, many applications -- if you can't think of any, you don't have meeting rooms with network points in your workplace... :)

    --
    (8-DCS)
  84. FreeRadius+xsupplicant+Orinoco AP500 = no workee by embobo · · Score: 1

    About six months ago I tried top get 802.1x to work with FreeRadius and Xsupplicant using and Orinoco Ap500 and and Orinico Gold PCMCIA card under Linux. I couldn't get it to work, though I think it was due to misconfiguation of the Ap500. No attempt to contact the RADIUS server was ever made.

    I gave up and went with IPsec, which worked for my needs.

  85. Cisco VPN client not available on Linux by embobo · · Score: 1

    The Cisco VPN client isn't available on Linux unless you are using x86-compatible CPUs. All other architectures are left in the dust, as usual, with the naive Linux-x86 users boasting that it supports Linux.

  86. UofU 802.1x already Implemented by Anonymous Coward · · Score: 0

    FYI, the University of Utah has a .1x environment implemented and functioning. As a lackey, I don't know much about the Radius Mesh, but this sourceforge info may be useful:

    http://utahgeeks.sourceforge.net/

  87. Hot mail? by ratfynk · · Score: 1
    Does this mean that you will not be able to receive hot-mail, because it will only run on Win servers?
    To communicate and educate you must give in and use closed source, it is the only safe way to compute.


    Give in let yourself spend money there are people starving in Redmond. We will be doing the world of communication a favor if no other means of digital communication other than MS servers can access knowledge!

    --
    OH THE SHAME I fell off the wagon and use sigs again!