![]() |
2013-12-17
, 08:04
|
Posts: 959 |
Thanked: 3,427 times |
Joined on Apr 2012
|
#2
|
![]() |
2013-12-17
, 08:34
|
Posts: 64 |
Thanked: 69 times |
Joined on Dec 2013
@ Joensuu, Finland
|
#3
|
![]() |
2013-12-17
, 08:38
|
Posts: 2 |
Thanked: 0 times |
Joined on Dec 2013
|
#4
|
Same thing with the eduroam network at UEF. https://www.eduroam.org/
![]() |
2013-12-17
, 17:49
|
Posts: 25 |
Thanked: 99 times |
Joined on Apr 2013
|
#5
|
Dec 17 18:47:22 localhost alien_bridge_se[1339]: WifiModel::updateServiceList
![]() |
2013-12-18
, 11:02
|
Posts: 3 |
Thanked: 1 time |
Joined on Jun 2012
|
#6
|
![]() |
2013-12-18
, 12:20
|
Posts: 64 |
Thanked: 69 times |
Joined on Dec 2013
@ Joensuu, Finland
|
#7
|
![]() |
2013-12-18
, 13:49
|
Posts: 201 |
Thanked: 410 times |
Joined on Dec 2013
|
#8
|
wpa_supplicant is running anyway, it's what enables you to connect to WLAN at all.
I edited wpa_supplicant.conf and added this section:
network={
ssid="eduroam"
key_mgmt=WPA-EAP
eap=PEAP
identity="username@domain"
ca_cert="/etc/pki/tls/certs/ca-bundle.crt"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
priority=2
}
I haven't tested this in eduroam yet. Restarting wpa_supplicant didn't produce any new errors, and I was still able to connect to my existing WLAN (whew, because while fingerterm is good, nothing beats a full size keyboard and a large screen (or two) for serious admin work). I'll see what happens once I get back to UEF.
Replace username@domain with your username and the domain of your university as per eduroam's instructions.
The Following User Says Thank You to gaelic For This Useful Post: | ||
![]() |
2013-12-18
, 14:30
|
Posts: 64 |
Thanked: 69 times |
Joined on Dec 2013
@ Joensuu, Finland
|
#9
|
![]() |
2013-12-23
, 10:04
|
Posts: 201 |
Thanked: 410 times |
Joined on Dec 2013
|
#10
|
[service_eduroam] Type=wifi Name=eduroam EAP=peap CACertFile=/etc/ssl/certs/ca-bundle.crt Phase2=MSCHAPV2 Identity=user@domain Passphrase=yoursecret
I'm new on this forum, just changed from my trusty android phone to a brand new jolla phone. I have a small question regarding wifi.
Has anyone been able to connect to a wpa2 network with ttls and pap security? I can connect to my home wifi network without any issues but when I try to connect to the wifi network at work I immediately get the message "Sorry. Could not connect to the selected network.".
Thanks.