[Bug 1818689] Re: netplan fails to apply IP address

Launchpad Bug Tracker 1818689 at bugs.launchpad.net
Mon May 20 04:17:27 UTC 2019


[Expired for netplan.io (Ubuntu) because there has been no activity for
60 days.]

** Changed in: netplan.io (Ubuntu)
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to netplan.io in Ubuntu.
Matching subscriptions: foundations-bugs
https://bugs.launchpad.net/bugs/1818689

Title:
  netplan fails to apply IP address

Status in netplan.io package in Ubuntu:
  Expired

Bug description:
  Upon reboot, netplan fails to assign an IP address to a previous
  working device.

  In this instance, `eno1` is up, but fails to assign the IP address. 
  The `eno2` device seems to work.

  netplan 1.10.1-5build1 amd64
  4.15.0-46-generic
  Ubuntu 18.04.2 LTS

  $ cat /etc/netplan/01-netcfg.yaml 
  # This file describes the network interfaces available on your system
  # For more information, see netplan(5).
  network:
    version: 2
    renderer: networkd
    ethernets:
      eno1:
        match:
          macaddress: ac:1f:6b:07:ab:0e
        addresses: [ 10.60.3.33/24 ]
        gateway4: 10.60.3.254
        nameservers:
          search: [ hpc.nrel.gov ]
          addresses:
            - "10.60.3.11"
            - "10.60.1.11"
            - "10.20.4.11"
        mtu: 9000

      eno2:
        addresses: [ 192.168.24.13/24 ]
        mtu: 9000
        match:
          macaddress: ac:1f:6b:07:ab:0f


  $ netplan --debug apply
  ...
  DEBUG:eno1 not found in {}

  
  Any ideas?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1818689/+subscriptions



More information about the foundations-bugs mailing list