Raspberry Pi statische IP vergeben
sudo nano /etc/network/interfaces allow-hotplug eth0iface eth0 inet dhcpaddress 192.168.0.100netmask 255.255.255.0gateway 192.168.0.1 ändern in allow-hotplug eth0iface eth0 inet staticaddress 192.168.0.xnetmask 255.255.255.0network 192.168.178.0broadcast 192.168.178.255gateway 192.168.178.1