Hi All,
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.
How do I change it to be bridged ?
Thanks,
Jerry
On 01/22/2018 02:57 PM, Jerry Geis wrote:
Hi All,
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.
How do I change it to be bridged ?
Thanks,
Jerry _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Are you sure, that the virtual-machine is powered off while you are trying to change the network interface?
suomi
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.