On Fri, Jun 8, 2012 at 8:32 AM, Sanjay Arora sanjay.k.arora@gmail.com wrote:
Any ideas of how to do it with separate IP addressing? The main network is out of my control and I cannot use its IP addresses.
Bridging will require everything to have it's own IP address from the main network - which might work if it has DHCP service and available addresses. But you probably want NAT, where the guests have a private network space but outbound connections use the host's address. I've only done that with vmware and openbox so I can't help with the kvm setup but the concept should be the same.