Update README.md
This commit is contained in:
parent
cd92dce349
commit
17eecf5ba9
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Connect to eduroam on Linux
|
# 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`).
|
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`
|
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
|
ctrl_interface=/var/run/wpa_supplicant
|
||||||
|
@ -22,8 +22,8 @@ network={
|
||||||
phase1="peaplabel=auto tls_disable_tlsv1_2=1"
|
phase1="peaplabel=auto tls_disable_tlsv1_2=1"
|
||||||
phase2="auth=MSCHAPV2"
|
phase2="auth=MSCHAPV2"
|
||||||
ca_cert="/etc/ssl/certs/thawte_Primary_Root_CA.pem"
|
ca_cert="/etc/ssl/certs/thawte_Primary_Root_CA.pem"
|
||||||
identity="x@alumno.upv.es"
|
identity="user@alumno.upv.es"
|
||||||
password="y"
|
password="password"
|
||||||
priority=10
|
priority=10
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue