Home
November 2009   01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Futzing with T-Mobile hotspots with Gnome NetworkManager

Posted on 2007.12.08 at 04:24
Current Mood: DFW
Current Music: Overhead Muzak
Tags: ,
Apparently what T-Mobile hotspots do, is have two APs.

One broadcasts it's ESSID as "tmobile", and requires the captive portal HTTP form login thing, and when you're connected, rewrites HTML to keep it's stupid little window open.

But everywhere there is ESSID "tmobie", there is another, non-broadcast ESSID "tmobile1x", that uses 802.1X WPA2 Enterprise TTLS-PAP, that uses the same username/password as the web login. I'm trying it right now, using the Linux Gnome Network Manager "Connect to Other Network".

Huh. That didn't work. Do I want to spend the time trying to figure out who screwed up... NetworkManager, wpa_supplicant, madwifi, atheros, T-Mobile, or DFW, so many choices...

If I do manage to make it work, I wonder how hard it would be to get a patch into NetworkManager to handle this sort of thing "when you see ESSID foo, try to associate with ESSID bar...". NetworkManager intentionally decided to be extremely simple, but I think it was a serious mistake not to put hooks in it for scripting decisions like this.

Comments:


Robin
[info]zanfur at 2007-12-08 17:35 (UTC) (Link)
To be fair, NetworkManager *does* have hooks for such scripts. The frontends don't, though.
Previous Entry  Next Entry