Quarky9 / ubuntu-ec2net

port of Amazon ec2net to debian/ubuntu for automatically configuring AWS VPC interfaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ubuntu-ec2net

Port of Amazon's ec2-net-utils scripts to Debian/Ubuntu for automatically configuring additional AWS Elastic Network Interfaces.

Amazon's description of these tools:

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#ec2-net-utils

Launchpad Bug:

https://bugs.launchpad.net/cloud-init/+bug/1153626/

Some discussion of the problem:

http://blog.bluemalkin.net/multiple-ips-and-enis-on-ec2-in-a-vpc/

Use the Makefile to install the files.

Add an interface by hand

To configure eth1, for example:

env INTERFACE=eth1 ACTION=add /etc/network/ec2net.hotplug add

Note that this configuration will survive a reboot.

About

port of Amazon ec2net to debian/ubuntu for automatically configuring AWS VPC interfaces


Languages

Language:Shell 74.7%Language:Makefile 25.3%