View Single Post
Posts: 14 | Thanked: 3 times | Joined on Sep 2010
#12
Hy substance33,

I've used the exact same settings, I am sure that the University of Groningen is using TTLS-PAP security, I've activated it using the WLAN tool, I've installed the certificate they provide for linux platforms, available here http://www.rug.nl/rechten/faculteit/...nux_man_wpasup , but when I select to connect to eduroam over here, it still asks for the WEP key. I don't know exactly the anonymous username required. I've tried "anonymous", "anonymous@rug.nl" and "anonymous@student.rug.nl".

Here is the wpa_supplicant.conf file they are using for linux:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0

update_config=1
eapol_version=1
fast_reauth=1

network={
ssid="RuG-FN2"
scan_ssid=0
mode=0
eapol_flags=3
id_str="rug"
key_mgmt=IEEE8021X
auth_alg=OPEN
eap=TTLS
identity="p<number>@staff.rug.nl" (or s<number>@student.rug.nl)
anonymous_identity="anonymous"
password="<password>"
ca_cert="/etc/certs/ca.pem"
phase2="auth=PAP"
}

RuG_FN2 and eduroam are the same thing.
Could you help me with this? Thank you!