Skip to content

Instantly share code, notes, and snippets.

@cburbridge
Created January 21, 2015 12:04
Show Gist options
  • Save cburbridge/2b7bc5e104ac95848501 to your computer and use it in GitHub Desktop.
Save cburbridge/2b7bc5e104ac95848501 to your computer and use it in GitHub Desktop.
interfaces on bob-L
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo eth0
iface lo inet loopback
iface eth0 inet static
address 192.168.0.101
netmask 255.255.255.0
gateway 192.168.0.100
dns-nameservers 192.168.0.100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment