Re: Last round of update nailed my networking

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Oh this took my breath away.  The stinking update
trashed my bridge and took out all my qemu-kvm
virtual machines

My notes on how to restore br0:



How to add or restore a bridge (br0) when knocked out by an upgrade:

Reference:

https://www.thegeeksearch.com/how-to-configure-network-bridge-in-centos-rhel-7-using-nmcli-command/


# nmcli con show
3: eno1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
    link/ether ac:1f:6b:62:10:06 brd ff:ff:ff:ff:ff:ff
    altname enp0s31f6


# nmcli con add type bridge con-name br0 ifname br0
Connection 'br0' (1ec4bd21-d652-40cf-8de9-392e35ce7445) successfully added.


# nmcli con add type bridge-slave con-name br0-port1 ifname enp0s31f6 master br0 Connection 'br0-port1' (e5c19095-d8a8-4f76-a8bd-fa8b11d19218) successfully added.


Note: enp0s31f6 is the "altname" from `nmcli con show`



# brctl show
bridge name	bridge id		STP enabled	interfaces
br0		8000.fe627ffe1fdf	yes		
virbr0		8000.52540085fab2	yes	


# systemctl restart systemd-networkd.service;
_______________________________________________
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
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux