Skip to content

Instantly share code, notes, and snippets.

@ovnicraft
Created October 5, 2012 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ovnicraft/3839643 to your computer and use it in GitHub Desktop.
Save ovnicraft/3839643 to your computer and use it in GitHub Desktop.
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.15.1
netmask 255.255.255.0
gateway 192.168.15.5
dns-nameservers 192.168.15.5
auto eth1
iface eth0 inet static
address 186.46.86.125
netmask 255.255.255.248
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment