Created
December 16, 2015 23:01
-
-
Save bfleming-ciena/30ca351e84ec11daf66d to your computer and use it in GitHub Desktop.
my eth0.cfg
This file contains 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
# 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