Skip to content

Instantly share code, notes, and snippets.

@nordringrayhide
Created June 17, 2010 12:16
Show Gist options
  • Save nordringrayhide/442029 to your computer and use it in GitHub Desktop.
Save nordringrayhide/442029 to your computer and use it in GitHub Desktop.
/etc/network/interfaces
# DHCP
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
#STATIC IP
iface eth0 inet static
address 192.168.100.85
netmask 255.255.255.0
gateway 192.168.100.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment