Skip to content

Instantly share code, notes, and snippets.

@arietis
Created May 31, 2012 21:32
Show Gist options
  • Save arietis/91bbdd5afa4efd8441b3 to your computer and use it in GitHub Desktop.
Save arietis/91bbdd5afa4efd8441b3 to your computer and use it in GitHub Desktop.
# cat /etc/network/interfaces
# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
auto lo eth0
iface lo inet loopback
iface eth0 inet static
address 192.168.0.102
netmask 255.255.255.0
gateway 192.168.0.1
dns-nameserver 192.168.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment