On 6/3/20 6:34 PM, Gordon Messmer wrote:
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.
This is likely the coolest thing I've learned all week. Thanks!