Hi All,

Help!

Fedora 37

This is getting obnoxious.

The updates I installed today getting ready for
FC38 broke my bridge, AGAIN.

I opened nm-connection-editor and deleted the bridge.

Then I followed the following directions:

The last two commands corked my recreation.  Why
is "br0 is strictly unmanaged"?

What am I doing wrong, THIS TIME!

Many thanks,
-T


How to set up a bridge with nmcli:

Reference(s):
    https://wiki.archlinux.org/title/network_bridge


# nmcli connection add type bridge ifname br0 stp no
Connection 'bridge-br0' (a7722855-1aa1-4da8-8251-40f145f23681) successfully added.


# nmcli connection add type bridge-slave ifname eno1 master br0
Connection 'bridge-slave-eno1' (52d4e5fa-20c5-4ccf-84fb-8f4b53b17a7a) successfully added.


# nmcli connection show --active
NAME                UUID                                  TYPE      DEVICE
Wired connection 2  3d30b55f-3675-3e71-88fd-a9796720a9f3  ethe
rnet  eno2

# nmcli connection down eno2


# nmcli connection up bridge-br0


# nmcli connection up bridge-br0
Error: Connection activation failed: Connection 'bridge-br0' is not available on device br0 because device is strictly unmanaged


# nmcli connection up bridge-br0
Error: Connection activation failed: Connection 'bridge-br0' is not available on device br0 because device is strictly unmanaged

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to