I'm having trouble connecting to my school's wifi. It uses WPA2-PEAP and TKIP. The instructions for connecting tell me to leave the domain field blank and just enter my user name and password. This works with network-manager, but WICD tells me that the domain is required. I assume I need to edit an encryption script some where, but I wouldn't know what to change. How can I connect to this network? Thanks.
Asked
Active
Viewed 7,077 times
1 Answers
2
A little late, but as promised, here's the edited encryption template.
name = TUSecure
author = atiketemola
version = 1
require identity *Username password *Password
protected password *Password
-----
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="$_ESSID"
proto=RSN
key_mgmt=WPA-EAP
pairwise=CCMP
eap=PEAP
identity="$_IDENTITY"
password="$_PASSWORD"
phase2="auth=MSCHAPv2"
}
Benjamin Daines
- 165