auto eth0
iface eth0 inet static
    hostname $(hostname)
# UI begin
address 172.20.0.3
netmask 255.255.0.0
gateway 172.20.0.1
dns-server 8.8.8.8

