0

We're running a handful of virtual servers at OVH, which use openstack.

Most of the servers have a public interface as well as a private interface which is connected to a "virtual private cloud", or vRack as OVH terms it.

I've seen a few times that a server goes away, and then comes back up with the private interface having a new name (e.g. ens6 instead of ens4) as well as a new mac address.

This breaks the netplan configuration, which usually looks like a variation of this :

network:
    version: 2
    ethernets:
        ens6:
            addresses: [192.168.100.71/24]
            dhcp4: false
            match:
                macaddress: fa:16:3e:bc:73:48

Is there a way to target an interface without knowing its name or mac address?

Michael Hampton
  • 244,070
  • 43
  • 506
  • 972
sbrattla
  • 1,578
  • 4
  • 28
  • 52

0 Answers0