auto lo
iface lo inet loopback

# ifplugd package runs a daemon and replaces auto or allow-hotplug functionalities
auto eth0
# iface eth0 inet dhcp
# If MAC address is set here busybox ifplugd does not start udhcpc

iface eth0 inet static
address 193.111.12.170
netmask 255.255.255.0

hwaddress ether 80:00:11:22:33:44

