Hi - Upgraded from Fedora 29 to Fedora 31, and I'm unable to get my network bridge working. Any ideas on how to get this working? I saw the other posts about adding MACADDR, but I'm not using DHCP and I don't care what MAC address is used. I have a fixed IP address in my network script, this: [umbrella network-scripts]$ more ifcfg-br0 DEVICE=br0 TYPE=Bridge IPADDR=192.168.1.1 NETMASK=255.255.255.0 ONBOOT=yes BOOTPROTO=static NM_CONTROLLED=yes DELAY=0 But AFAIR br0 did not get an IP address. I'm not 100% sure of the exact failure, as I had difficulty using the console as it that was being spammed by a firewall message output apparently because the bridge was not up, and I had to disable the bridge and use one network for now so I can get normal internet access. And then I'm bridging these two ethernet devices: [umbrella network-scripts]$ more ifcfg-lan1 DEVICE=lan1 HWADDR=74:d0:2b:a2:7d:a9 BOOTPROTO=none ONBOOT=yes NM_CONTROLLED=yes BRIDGE=br0 TYPE=Ethernet USERCTL=no [umbrella network-scripts]$ more ifcfg-lan2 DEVICE=lan2 HWADDR=00:48:54:62:2f:7a BOOTPROTO=none ONBOOT=yes NM_CONTROLLED=yes BRIDGE=br0 TYPE=Ethernet USERCTL=no Thanks ... -- Patrick _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx