Author Topic: Eap-ttls On Zaurus? How-to?  (Read 5305 times)

bjornkeizers

  • Newbie
  • *
  • Posts: 22
    • View Profile
Eap-ttls On Zaurus? How-to?
« on: January 29, 2006, 11:42:17 am »
Hello all,

My university uses SecureW2 (EAP-TTLS client) to secure the WiFi net. Does anyone have a clue how I can get my Zaurus to work with it? (What software do I need, where to get, how to setup, etc.)

It's probably a silly question, but I'm a total linux noob and I barely understand that kind of networking as it is, so any help would be a appreciated. I'd hate it if I couldn't use my Zaurus to browse at school.
Zaurus C1000 Cacko 1.23
Last rebuild: jan. 28 2006
Total rebuilds: 5

Case: Nintendo DS bag
Memory: Sandisk Ultra II, 1 gig + ARCHOS Gmini 20 gig
WiFi: D-Link DCF-660W
Other: 3-port USB hub, Typhoon optical mouse

Da_Blitz

  • Hero Member
  • *****
  • Posts: 1579
    • View Profile
    • http://www.pocketnix.org
Eap-ttls On Zaurus? How-to?
« Reply #1 on: January 29, 2006, 06:00:49 pm »
wpa supplicant, should work. it also handels wep keys and joining wifi networks automatically for you, for that you will probelly need hostap and mabey openssl as well
Personal Blog
Code
Twitter

Gemini Order: #95 (roughly)
Current Device: Samsung Chromebook Gen 3
Current Arm Devices Count: ~30
Looking to acquire: Cavium Thunder X2 Hardware

Antikx

  • Hero Member
  • *****
  • Posts: 1147
    • View Profile
    • http://tyrannozaurus.com
Eap-ttls On Zaurus? How-to?
« Reply #2 on: January 30, 2006, 12:59:34 am »
I am interested in success stories as well. Our University is most likely moving to EAP-TTLS as well.
bjornkeizers... please post back if you get it going.
Thanks.
Kanpai,
-Antikx (Twitter, Mugshot and PodNova)
C1000 - pdaXrom R198 (Celestial Environment)
tyrannozaurus.com
[img]http://www.tyrannozaurus.com/files/category_pictures/general_1.png\" border=\"0\" class=\"linked-sig-image\" /]
Zaurus news/blogs feed from Zaurus users
Free Windows, Linux, or Web RSS readers.
Featured pages at tyrannozaurus:
Sharp Petition, ScummVM, Cacko, pdaXii13, and Celestial Environment

Da_Blitz

  • Hero Member
  • *****
  • Posts: 1579
    • View Profile
    • http://www.pocketnix.org
Eap-ttls On Zaurus? How-to?
« Reply #3 on: February 03, 2006, 06:02:59 am »
it isnt complicated once you know how to do it  however it took me alot of reading about wifi and linux in gnereal, the zaurus just compilcates things

what you want/need:
Hostap drivers for you zaurus distro
wpasupplicant
wpasupplicant manual
the tldp.org guides on wifi and other stuff as required (they are good trust me)
to learn all the acronyms, there is ALOT

basically wpa supplicant handels auto connection to wifi hotspots, be they wpa eap wpa2 wep open shared, whatever it is a deamon that does the work for you

hostap is recommended for your own good, its known to work and was written by the same people who did wpa supplicant. it also handels everything you need (such as encryption as there is no hardware support for AES in prisim cards, they only help offload wep), wpa uses same stuff as wep but rotates the keys every 5 seconds i belive (dont quate me on that) wpa2-AES uses AES (encryption recomended for general use by the us) to secure your data

basically if you have hostap drivers and wpa supplicant you should get throgh it  if you understand enoght acronyms or know what you are trying to do, consult the man page and rember the .conf file is HEVILY documented, keep an eye on those permissions as wep/wpa keys are in cleartext (encrypting thrm from withing the program is pointless even if we didnt have the source code  ) if you are really concerned you could have a script to interface to gnupg to ecryptdecrypt before each session after you enter a pass but you would have to watch out for suspending your device *and therefore inserting somthing in an apm script to suspend resume it (offline attack)
Personal Blog
Code
Twitter

Gemini Order: #95 (roughly)
Current Device: Samsung Chromebook Gen 3
Current Arm Devices Count: ~30
Looking to acquire: Cavium Thunder X2 Hardware

Hrw

  • Hero Member
  • *****
  • Posts: 1366
    • View Profile
Eap-ttls On Zaurus? How-to?
« Reply #4 on: February 03, 2006, 07:28:18 am »
you probably need:
- kernel with WE18 (2.4.18/2.4.20 can be patched up to WE18 without problems)
- hostap modules
- wpa_supplicant
- prism2 firmware atleast 1.7.4
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.

Hrw

  • Hero Member
  • *****
  • Posts: 1366
    • View Profile
Eap-ttls On Zaurus? How-to?
« Reply #5 on: February 08, 2006, 03:29:27 pm »
do one thing on your Zaurus:

Code: [Select]
root@collie:~# iwlist wlan0 encryption
wlan0     2 key sizes : 40, 104bits
          4 keys available :
                [1]: off
                [2]: off
                [3]: off
                [4]: off
          Current Transmit Key: [1]
          Authentication capabilities :
                WPA
                WPA2
                CIPHER TKIP
                CIPHER CCMP

if it show WPA then wpa_supplicant should be last needed thing.

PS I have to test WPA one day...
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.