1
0
Fork 0

Update README.md

This commit is contained in:
Carlos Galindo 2018-01-05 16:45:17 +01:00 committed by GitHub
parent cd92dce349
commit 17eecf5ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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
}