Skip to content
Discussion options

You must be logged in to vote

We encountered the same issue described in the linked thread, with an identical environment, host OS, and network setup. The suggested workaround worked for us, so we're sharing our configuration below as a reference for others:

network:
  version: 2
  ethernets:
    eth0:
      match:
        name: enp3s0f0
      set-name: eth0
    eth1:
      match:
        name: enp3s0f1
      set-name: eth1
    eth2:
      match:
        name: enp4s0f0
      set-name: eth2
    eth3:
      match:
        name: enp4s0f1
      set-name: eth3
  bridges:
    cloudbr0:
      <redacted>
      interfaces:
        - eth0
    cloudbr1:
      <redacted>
      interfaces:
        - eth3
    cloudbr2:
      <redac…

Replies: 12 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by DaanHoogland
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #10884 on July 07, 2025 07:03.