Networking with University Wifi with OpenBSD and wpa_supplicant
by robert1234 from LinuxQuestions.org on (#5RHH1)
I am trying to learn how to use OpenBSD, and I have been trying to get connected to my University's wifi with wpa_supplicant. I have been able to connect with wpa_supplicant on Linux, but not OpenBSD.
I have the following entry in /etc/wpa_supplicant, which works on Linux but not OpenBSD:
Code:network={
ssid="my-ssid"
scan_ssid=1
key_mgmt=WPA-EAP
pairwise=CCMP TKIP
group=CCMP TKIP
eap=PEAP
phase2="auth=MSCHAPV2"
identity="my-username"
password="my-password"
phase1="peapver=0"
}I try with the following commands as root:
Code:ifconfig rtwn0 up
rcctl start wpa_supplicant
dhcpcd rtwn0Then it just times out.
Would anyone be able to help me?
Thanks
I have the following entry in /etc/wpa_supplicant, which works on Linux but not OpenBSD:
Code:network={
ssid="my-ssid"
scan_ssid=1
key_mgmt=WPA-EAP
pairwise=CCMP TKIP
group=CCMP TKIP
eap=PEAP
phase2="auth=MSCHAPV2"
identity="my-username"
password="my-password"
phase1="peapver=0"
}I try with the following commands as root:
Code:ifconfig rtwn0 up
rcctl start wpa_supplicant
dhcpcd rtwn0Then it just times out.
Would anyone be able to help me?
Thanks