Setting up a bridge network on Ubuntu 24.04 Desktop

the renderer: property can be used per-device like:

network:
  version: 2
  ethernets:
    enp1s0:
      renderer: NetworkManager
    enp2s0:
      renderer: networkd
      dhcp4: true

please use three backticks ``` above and below code snippets in text (like i did above), that will keep the indentation intact, which is kind of critical for YAML :slight_smile:

1 Like