Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created October 12, 2010 16:11
Show Gist options
  • Select an option

  • Save btbytes/622446 to your computer and use it in GitHub Desktop.

Select an option

Save btbytes/622446 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
# The primary network interface
auto eth0
iface eth0 inet static
address 10.1.2.200
netmask 255.255.255.0
network 10.1.2.0
broadcast 10.1.2.255
gateway 10.1.2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment