If you want to connect to eduroam from GSI without using Network Manager and the like, use this as your wpa_supplicant.conf and adjust identity and passwort accordingly.

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=DE

network={
ssid="eduroam"
key_mgmt=WPA-EAP
ca_cert="/etc/ssl/g_rootcert.cer"
identity="w.eblogin"
anonymous_identity="anonymous@gsi.de"
eap=TTLS
password="YOURSECRETPASSWORD"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
}

-- BastianNeuburger - 2016-10-17

This topic: Linux > WpaSupplicantConfForEduroam
Topic revision: 2016-10-17, BastianNeuburger
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding GSI Wiki? Send feedback | Legal notice | Privacy Policy (german)