<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
I'm trying to migrate my VirtualBox test lab to KVM.  In my VB configuration, I have several VM routers with 4 interfaces each.  Each router has a bridged interface which connects them all together and to the outside world.  I have servers/clients dispersed on each of the other private (Isolated) segments that use the routers as default gateways.<BR>
<BR>
In trying to make this work, I used Virtual Machine Manager to define 3x Virtual Networks (Isolated networks) and created a VM router which has 3 interfaces (192.168.x.1) on each Isolated network and a 4th interface using the br0 interface to get to the outside world.  The router is able to connect to the outside world.<BR>
<BR>
Using Virtual Machine Manager, I also created "client" VM and connected it's single interface to one of the Isolated networks.  While testing connectivity of the "client" VM to the router, it seems to go straight to the Host (tested using 'ssh 192.168.x.1'.)  I'm trying to isolate the networks from the Host and have the router receive packets for the 192.168.x.1 address on the individual Isolated network segments.<BR>
<BR>
Host:<BR>
br0 (em1): 192.168.1.16<BR>
vibr0 (default): 192.168.122.1<BR>
virbr1: 192.168.2.1<BR>
virbr2: 192.168.3.1<BR>
virbr3: 192.168.4.1<BR>
<BR>
VM router:<BR>
eth0: 192.168.1.10<BR>
eth1: 192.168.2.1<BR>
eth2: 192.168.3.1<BR>
eth3: 192.168.4.1<BR>
<BR>
VM client:<BR>
eth0: 192.168.3.101<BR>
<BR>
<BR>
Is there some trick to isolate the Host from the VM's?  Is there a comprehensive guide that explains how the networks should be setup (with/without Virtual Machine Manager)?  I'm not afraid to get my hands dirty on the console if needed, but GUI's are easier to navigate when you're learning a new technology.  I switched to using RemoteBox for managing my VB vm's as it made things a lot easier to deal with than VBoxManage.<BR>
<BR>
Thanks for your help!
</BODY>
</HTML>