virsh command to create a bridge

Note: Before using iface-bridge to create a bridge, please shut down the NetworkManager service, otherwise the network will be disconnected after the bridge is created.

View bridges:

brctl show

Create a bridge:

virsh iface-bridge eno16777736 br0

Delete the bridge:

virsh iface-unbridge br0

Guess you like

Origin blog.csdn.net/shanyaodou/article/details/129750505