On 6/2/20 3:38 AM, Jerry Geis wrote:
Hello. I desire to get bridge network working using virt-manager.


The easiest way to set up bridged networking on CentOS 7 is:

    virsh iface-bridge eth0 br0 --no-stp

This command will create a new bridge interface, br0.  The existing interface, eth0, will be added to the bridge, and its current IP configuration will be migrated to the new interface.

_______________________________________________
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos

Reply via email to