Public bug reported:

How do I configure an additional Network interface on a UBUNTU Server
16.04 Instance on AWS.

The .cfg file shows "50-cloud-init.cfg", i created a another .cfg file named 
"eth0" and edited it as follows;
"
# This file is generated from information provided by
# the datasource.  Changes to it will not persist across an instance.
# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
auto lo
iface lo inet loopback

auto eth1
iface eth1 inet dhcp
"

Yet the i cannot still ping the secondary interface.

** Affects: cloud-init
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1644259

Title:
  Additional Ethernet Interface on UBUNTU Server 16.04 AWS Instance

Status in cloud-init:
  New

Bug description:
  How do I configure an additional Network interface on a UBUNTU Server
  16.04 Instance on AWS.

  The .cfg file shows "50-cloud-init.cfg", i created a another .cfg file named 
"eth0" and edited it as follows;
  "
  # This file is generated from information provided by
  # the datasource.  Changes to it will not persist across an instance.
  # To disable cloud-init's network configuration capabilities, write a file
  # /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
  # network: {config: disabled}
  auto lo
  iface lo inet loopback

  auto eth1
  iface eth1 inet dhcp
  "

  Yet the i cannot still ping the secondary interface.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1644259/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to