On 4/30/23 21:23, ToddAndMargo via users wrote:
I opened nm-connection-editor and deleted the bridge.

Why did you delete it instead of fixing it and why didn't you add it again using the helpful tool instead of trying to do it the hard way?

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.

I copied those lines, only substituting my ethernet device and it didn't have any trouble.

Have you modified any of the NetworkManager config files or added any?
_______________________________________________
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