Skip to content

Instantly share code, notes, and snippets.

@nati
Created January 17, 2014 17:57
Show Gist options
  • Select an option

  • Save nati/8478183 to your computer and use it in GitHub Desktop.

Select an option

Save nati/8478183 to your computer and use it in GitHub Desktop.
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 216.69.95.61
network 216.69.95.0
netmask 255.255.255.128
gateway 216.69.95.1
dns-nameserver 8.8.8.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment