fshr

The musings of a grumpy hairless ape




Fedora Bridge Config

Creating a L2 virtual bridge on the CLI to support VMs bridging to the local network.

nmcli connection add ifname br0 type bridge con-name br0 connection.zone trusted
nmcli connection add type bridge-slave ifname enp4s0 master br0
nmcli connection modify br0 bridge.stp no
nmcli connection modify enp4s0 autoconnect no
nmcli connection down enp4s0
nmcli connection up id br0

Posted 20 November 2023

In Linux Fedora Networks TechNotes

Content borrowed from
https://discussion.fedoraproject.org/t/bridged-network-and-virt-manager/77268