|
Secure Wireles with wpa_supplicant |
|
|
Written by The CAT
|
|
Monday, 30 March 2009 |
|
A wpa_supplicant configuration set up in the following manner will allow you to login to PSU's secure wireless network: "PSU Secure".
network={
ssid="PSU Secure"
proto=WPA
key_mgmt=WPA-EAP
pairwise=TKIP
group=TKIP
eap=PEAP
identity="your_odin_username"
password="your_odin_password"
auth_alg=OPEN
anonymous_identity=""
scan_ssid=1
}
You can now also connect to PSU secure using your mcecs credentials with the following configuration
network={
ssid="PSU Secure"
key_mgmt=WPA-EAP
eap=TTLS
identity="your_mcecs_username"
password="your_mcecs_password"
anonymous_identity=""
priority=2
phase2="auth=PAP"
}
|
|
Last Updated ( Friday, 23 October 2009 )
|