Frequently Asked Question

WLAN Konfiguration
Last Updated 7 years ago

WLAN konfigurieren
(https://www.bunver.com/connecting-raspberry-pi-to-wpa2-enterprise-wireless-network/):

nano /etc/network/interfaces

# interfaces(5) file used by ifup(8) and ifdown(8)
# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'
# Include files from /etc/network/interfaces.d:
#source-directory /etc/network/interfaces.d

auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0

iface wlan0 inet dhcp
pre-up wpa_supplicant -B -Dwext -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
post-down killall -q wpa_supplicant


----
nano /etc/wpa_supplicant/wpa_supplicant.conf

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

network={
ssid="kantibaden"
scan_ssid=1
key_mgmt=WPA-EAP
group=CCMP TKIP
eap=PEAP
identity="benutzernamefuerwlankantibaden"
password="passwortfuerwlankantibaden"
phase1="peapver=0"
phase2="MSCHAPV2"
}


Neustarten.

Liebe Grüsse, Dani
__________________________
Daniel Süsstrunk

Please Wait!

Please wait... it will take a second!