- Hostdatei (/etc/hosts) -
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
127.0.1.1 raspberry01
#Eigene Einträge
192.168.178.1 fritz #Unsere Fritzbox
192.168.178.45 raspberry01 #Name des
Raspberry's der nicht angesprochen werden kann
- Netzwerkschnittstelle (/etc/network/interfaces/) -
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.178.45
netmask 255.255.255.0
broadcast 192.168.178.255
gateway 192.168.178.1
auto wlan0
allow-hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
auto wlan1
allow-hotplug wlan1
iface wlan1 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf