[Bug 1655440] Re: "unconfigured" NIC can still get IPv6 addresses via RA
Mathieu Trudel-Lapierre
mathieu.tl at gmail.com
Thu Jul 13 00:45:07 UTC 2017
** Also affects: nplan (Ubuntu)
Importance: Undecided
Status: New
** Changed in: nplan (Ubuntu)
Status: New => Triaged
** Changed in: nplan (Ubuntu)
Importance: Undecided => High
** Changed in: nplan (Ubuntu)
Assignee: (unassigned) => Mathieu Trudel-Lapierre (cyphermox)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to nplan in Ubuntu.
https://bugs.launchpad.net/bugs/1655440
Title:
"unconfigured" NIC can still get IPv6 addresses via RA
Status in curtin:
New
Status in MAAS:
Triaged
Status in netplan:
Triaged
Status in nplan package in Ubuntu:
Triaged
Bug description:
TL;DR A MAAS NIC that is set to "unconfigured" (or "link up") will get
no IPv4 address, but it might still get an IPv6 address via router
advertisements (RA), if there is such a service in that network
segment.
Whether this is a bug or not is up for discussion. That's the point of
this ticket, actually, so that this discussion can be had and be
recorded.
We found out about this when we couldn't get any connectivity to
instances of an openstack cloud deployed by the autopilot.
After much debugging, we found that the problem was with the br-data
bridge on the neutron-gateway node: it didn't have the external NIC
(eth1) as part of the bridge.
The neutron-gateway charm, before adding any NIC to a bridge, performs
certain checks to see if it's really unused. One of these checks looks
for IP addresses on the NIC, both IPv4 and IPv6. In MAAS, that node
had eth1 set to "unconfigured", so that eth1 is just "up", but has no
IP (v4) address. Turns out this NIC had gotten an IPv6 ULA from an
openwrt router in that network segment. That was enough for the charm
to not add it to the br-data bridge, thus breaking connectivity to
openstack instances that were later brought up.
We shut down the RA service on the openwrt router and then everything
worked as expected.
To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1655440/+subscriptions
More information about the foundations-bugs
mailing list