Please note that due to the widely varying nature of Linux distributions, we cannot fully support wireless under Linux. The directions offered here are provided on an AS-IS basis. These instructions are based purely on use of the underlying tools, and ignore any potential capabilities of or problems with distributions specific management programs.
In particular, recent versions of the NetworkManager utility have been reported to be capable of configuring wireless appropriately. If your distribution includes this support, we recommend you attempt using that before falling back to these directions. The NetworkManager directions are available here.
NOTE - Your wireless card needs to be registered through WPI Network Registration (http://netreg.wpi.edu/) prior to working on the WPI Wireless Network.
/etc/pki/tls/certs
./etc/wpa_supplicant.conf
as
follows, filling in the proper paths to the downloaded
certificate files and entering the Wireless User
Certificate Password from above. Substitute the years
during which the certificate is valid for the 'XX-XX' portion
of the identity value, i.e. "07-08".network={ ssid="WPI-Wireless" key_mgmt=WPA-EAP pairwise=CCMP group=CCMP eap=TLS identity="Wireless User XX-XX" ca_cert="/etc/pki/tls/certs/netops-ca.pem" client_cert="/etc/pki/tls/certs/Wireless-User.pem" private_key="/etc/pki/tls/certs/Wireless-User.pem" private_key_passwd="the Wireless User Certificate Password from the download page" }
chown root:root /etc/wpa_supplicant.conf /etc/pki/tls/certs/Wireless-User.pem chmod 600 /etc/wpa_supplicant.conf /etc/pki/tls/certs/Wireless-User.pem
wpa_supplicant -c /etc/wpa_supplicant.conf -i ath0 -D madwifiThe output from wpa_supplicant should look something like this:
l2_packet_receive - recv: Network is down Trying to associate with 00:0b:0e:0f:87:41 (SSID='WPI-Wireless' freq=5180 MHz) Associated with 00:0b:0e:0f:87:41 WPA: Key negotiation completed with 00:0b:0e:0f:87:41
/sbin/dhclient ath0
Your computer should now be connected to the WPI-Wireless network.