You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
9. Create a new bridge named br0 and configure it to use the bond0 interface
nmcli con add type bridge con-name br0 ifname br0
nmcli con mod bond0 master br0
10. Assign a static IP to the new bridge and bring it up
nmcli con mod br0 ipv4.addresses '10.10.11.1/23' ipv4.gateway '10.10.10.1' ipv4.dns '10.10.10.2' ipv4.dns-search 'example.com' ipv4.method manual
nmcli con up br0
11. Undefine (delete) the default libvirt NAT network and restart the libvirtd service