Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
my eth0.cfg
# The primary network interface
auto eth0
iface eth0 inet dhcp
iface eth0:0 inet static
address 10.9.248.180
#/25 is our VPC subnet.
netmask 255.255.255.128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment