netplan fails to apply IP address

Bug #1818689 reported by KurtB
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
netplan.io (Ubuntu)
Expired
Undecided
Unassigned

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?

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

This is a red herring. The debug message does not mean that there isn't configuration.

Is it possible that the MAC address changes across reboots? Could you enable debugging on systemd-networkd; then reboot so we can see if the interfaces are available at the time netwrokd will try to apply the configuration?

Changed in netplan:
status: New → Incomplete
Changed in netplan.io (Ubuntu):
status: New → Incomplete
no longer affects: netplan
Revision history for this message
Launchpad Janitor (janitor) wrote :

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

Changed in netplan.io (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.