Fichiers interfcaes et wpa_supplicant.conf
parent
3a8f59c85e
commit
aff4a2dec7
|
@ -0,0 +1,12 @@
|
|||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
allow-hotplug eth0
|
||||
iface eth0 inet manual
|
||||
|
||||
auto wlan0
|
||||
allow-hotplug wlan0
|
||||
iface wlan0 inet manual
|
||||
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
|
||||
iface default inet dhcp
|
|
@ -0,0 +1,16 @@
|
|||
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
||||
update_config=1
|
||||
country=FR
|
||||
|
||||
network={
|
||||
ssid="eduroam"
|
||||
key_mgmt=WPA-EAP
|
||||
pairwise=CCMP
|
||||
eap=TTLS
|
||||
identity="odabasioglu1@unilim.fr"
|
||||
anonymous_identity="anonymous@unilim.fr"
|
||||
password="Lgl80373."
|
||||
ca_cert="/home/pi/.cat_installer/ca.pem"
|
||||
altsubject_match="DNS:wifi-ttls.unilim.fr"
|
||||
phase2="auth=MSCHAPV2"
|
||||
}
|
Loading…
Reference in New Issue