Metainformationen zur Seite
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
computer:raspberrypi:netzwerk [2014/01/17 22:20] urbachs |
computer:raspberrypi:netzwerk [2018/03/16 21:11] (aktuell) |
||
---|---|---|---|
Zeile 79: | Zeile 79: | ||
allow-hotplug wlan0 | allow-hotplug wlan0 | ||
iface wlan0 inet dhcp | iface wlan0 inet dhcp | ||
+ | wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf | ||
+ | |||
+ | iface default inet dhcp | ||
+ | </file> | ||
+ | |||
+ | Für eine feste IP-Adresse (für Fernzugriffe) | ||
+ | <file> | ||
+ | auto lo | ||
+ | iface lo inet loopback | ||
+ | |||
+ | iface eth0 inet dhcp | ||
+ | |||
+ | allow-hotplug wlan0 | ||
+ | iface wlan0 inet dhcp | ||
+ | address 192.168.2.100 # Feste IP | ||
+ | netmask 255.255.255.0 | ||
+ | gateway 192.168.2.1 | ||
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf | wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf | ||