Skip to content

Instantly share code, notes, and snippets.

@mrlesmithjr
Last active August 29, 2015 14:02
Show Gist options
  • Save mrlesmithjr/1a52e824f22ced8e6758 to your computer and use it in GitHub Desktop.
Save mrlesmithjr/1a52e824f22ced8e6758 to your computer and use it in GitHub Desktop.
iface lo inet loopback
auto lo
auto eth0
iface eth0 inet static
address 10.0.101.61
netmask 255.255.255.0
gateway 10.0.101.1
dns-search everythingshouldbevirtual.local
dns-nameservers 10.0.101.110 10.0.101.111 10.0.101.112
auto eth1
iface eth1 inet static
address 172.16.0.1
netmask 255.255.255.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment