<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Samat Jain's personal home page</title>
  <link rel="alternate" type="text/html" href="http://samat.org/weblog/20061122-connecting-to-the-columbia-medical-centers-athens-wifi-network-with-linux.html"/>
  <link rel="self" type="application/atom+xml" href="http://samat.org/node/126/atom/feed"/>
  <id>http://samat.org/node/126/atom/feed</id>
  <updated>2006-11-25T22:11:27-07:00</updated>
  <entry>
    <title>Connecting to the Columbia Medical Center&#039;s Athens WiFi network with Linux</title>
    <link rel="alternate" type="text/html" href="http://samat.org/weblog/20061122-connecting-to-the-columbia-medical-centers-athens-wifi-network-with-linux.html" />
    <id>http://samat.org/weblog/20061122-connecting-to-the-columbia-medical-centers-athens-wifi-network-with-linux.html</id>
    <published>2006-11-22T22:46:09-07:00</published>
    <updated>2006-11-25T22:11:27-07:00</updated>
    <author>
      <name>Samat Jain</name>
    </author>
    <category term="Academia" />
    <category term="Article" />
    <category term="Configuration" />
    <category term="Linux" />
    <category term="Wireless" />
    <summary type="html"><![CDATA[<p><a href="http://cumc.columbia.edu/">Columbia University's Medical Center</a>, like many university campuses, has many WiFi access points. To meet HIPAA privacy regulations all their wireless networks require use of VPNs or sophisticated encryption protocols.</p>

<p>Connecting to their <a href="http://www.cubhis.org/getting_started/wireless.html#athens">athens wireless network</a>, which uses IEEE-802.1x authentication, is a little non-obvious with Linux, but is possible given your wireless card supports WPA and works with <a href="http://hostap.epitest.fi/wpa_supplicant">wpa_supplicant</a>.</p>

<p>To save the many weeks I spent fiddling, the magic wpa_supplicant.conf stanza that works for me:</p>

<div class="codeblock"><code>network={&lt;br /&gt;&amp;nbsp; ssid=&amp;quot;athens&amp;quot;&lt;br /&gt;&amp;nbsp; key_mgmt=WPA-EAP&lt;br /&gt;&amp;nbsp; eap=TTLS&lt;br /&gt;&amp;nbsp; pairwise=TKIP&lt;br /&gt;&amp;nbsp; group=TKIP&lt;br /&gt;&amp;nbsp; phase2=&amp;quot;auth=PAP&amp;quot;&lt;br /&gt;&amp;nbsp; identity=&amp;quot;foo&amp;quot;&lt;br /&gt;&amp;nbsp; password=&amp;quot;bar&amp;quot;&lt;br /&gt;&amp;nbsp; priority=2&lt;br /&gt;}</code></div>

<p>Replace <i>foo</i> with your Columbia University UNI and <i>bar</i> with your password.</p>
    ]]></summary>
  </entry>
</feed>
