[clug-talk] KVM Networking issues / questions

2013-10-29 Thread robinson andrew
Has anyone worked with KVM on Centos 6.4?  I'm running into an issue with my install that I can't seem to figure out.  KVM and virt-manager install without any issues, however what I am trying to do is to have the guest VM's visible to the other machines on my network.  from my reading this mean

Re: [clug-talk] KVM Networking issues / questions

2013-10-29 Thread Peter Van den Wildenbergh
On 13-10-29 08:56 AM, robinson andrew wrote: KVM Networking issues / questions Has anyone worked with KVM on Centos 6.4? No, but I use ProxMox a lot ... give it a try... FYI this is how /etc/network/interfaces looks like: # network interface settings auto lo iface lo inet loopback iface et

Re: [clug-talk] KVM Networking issues / questions

2013-10-29 Thread Gustin Johnson
My server at home has a single NIC that I put into a bridge. From my /etc/network/interfaces file (this is a Debian and related file, you will need to figure out how to apply this to a CentOS server): auto br0 iface br0 inet static address XX.XX.XX.XX netmask 255.255.255.0