1. auto lo
  2. iface lo inet loopback
  3. auto eth0
  4. allow-hotplug eth0
  5. iface eth0 inet static
  6. address 192.168.1.10
  7. netmask 255.255.255.0
  8. dns-nameservers 192.168.1.254