I have created a VPC ec2 instance (t1.micro), in which I have two network interfaces, the primary eth0
and additional eth1
.
I was able to bring up the eth1
by editing the /etc/network/inteface
auto eth1
iface eth1 inet dhcp
However, when I enable the secondary IP on this interface, I get the error "Failed to bring up eth1:1"
auto eth1:1
iface eth1:1 inet dhcp
I can find this secondary IP is being assigned on the ec2 "Manage Private IP", so what would be the reason?