[CentOS] virt-manager change to bridged networking on CentOS 7.4

Tue Jan 23 20:41:45 UTC 2018
Gordon Messmer <gordon.messmer at gmail.com>

On 01/22/2018 05:57 AM, Jerry Geis wrote:
> I have virt-manager running just fine currently using NAT.
>
> I want to "change" it to bridged network. The GUI is not letting me change
> anything on the network section.

First, create the bridged network device, if you don't have one (where 
"eth0" is your network interface name):
     virsh iface-bridge eth0 br0 --no-stp

You may need to restart libvirtd; I don't recall.

Power down your VM, and then you should be able to change its network 
configuration.