my vm is centos 4.8 and it came from a physical server. All is great except I can't seem to get bridged networking working. The default user mode networking is fine, from the guest I can reach the internet but I want to bridge so the host can see the guest.
I've read some docs about it but it feels like I'm missing the big picture and am getting confused. Am I setting up the bridge network interface on the host? And what role does the config files in /etc/libvirt play? I see that when I use the virtual machine manager, it adds xml files there but what about the network interface stuff. Is that modifying the host system when the libvirt service starts?
virsh start vname
to start it? You could usevirsh shutdown vname
to turn it off, but it would make more sense to shutdown the VM from within the VM itself. Have a look at the basic command here – Doug Smythies Dec 06 '15 at 18:11