… so lässt sich eine statische IP@ einrichten
# ifconfig
# vi /etc/network/interfaces
# iface eth0 inet dhcp
iface eth0 inet static
address 192.168.178.5
netmask 255.255.255.0
network 192.168.178.0
broadcast 192.168.178.255
gateway 192.168.178.1
# reboot
![StatischeIP_01]()