From 17eecf5ba90c455ea1c3fb4145760e940b6fa078 Mon Sep 17 00:00:00 2001 From: Carlos Galindo Date: Fri, 5 Jan 2018 16:45:17 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf68cc2..929760b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Connect to eduroam on Linux -:warning: You will lose all WiFi passwords saved in your system :warning: +WARNING: You will have to reintroduce all WiFi passwords saved in your system. These instructions have been tested in ArchLinux without NetworkManager installed. It should work if NetworkManager is disabled and stopped (`sudo systemctl --disable now NetworkManager`). @@ -8,7 +8,7 @@ You will need `systemd-networkd` and `wpa_supplicant`, both of which are normall All files belong to `root:root` -* `/etc/wpa_supplicant/wpa_supplicant-WIFI_INTERFACE.conf`, with permissions `600` +* `/etc/wpa_supplicant/wpa_supplicant-WIFI_INTERFACE.conf`, with permissions `600`, the first network is for UPVNET/eduroam and the second is an example of a home network. ``` ctrl_interface=/var/run/wpa_supplicant @@ -22,8 +22,8 @@ network={ phase1="peaplabel=auto tls_disable_tlsv1_2=1" phase2="auth=MSCHAPV2" ca_cert="/etc/ssl/certs/thawte_Primary_Root_CA.pem" - identity="x@alumno.upv.es" - password="y" + identity="user@alumno.upv.es" + password="password" priority=10 }