Jerry Geis
2018-Jan-22 13:57 UTC
[CentOS] virt-manager change to bridged networking on CentOS 7.4
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
anax
2018-Jan-23 05:56 UTC
[CentOS] virt-manager change to bridged networking on CentOS 7.4
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 at 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
Gordon Messmer
2018-Jan-23 20:41 UTC
[CentOS] virt-manager change to bridged networking on CentOS 7.4
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.
Seemingly Similar Threads
- Bridge network for virt-manager
- Trying to get bride network on CentOS 7 working with virt-manager
- libvirt problems. Create bridged network via cmdline?
- bridged networking using VLAN : guest with 2 NIC
- STP default behavior for bridged (off) and NAT (on) networking in libvirt