Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
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