Last active
August 29, 2015 14:02
-
-
Save mrlesmithjr/1a52e824f22ced8e6758 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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