WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] route between two Xen0 ?

On Thu, Jan 21, 2010 at 2:28 PM, mantra UNIX <unix.mantra@xxxxxxxxx> wrote:
> I know its a routing issue, how do i add a route so that guests on each
> machine can see one another.

You can't. Not with that setup

>
> phyical machine A ip: 192.168.1.2
>                        Xen0: 192.168.122.1
>                        guest1: 192.168.122.2
>                        guest2: 192.168.122.3
>
> physcial machine B ip: 192.168.1.3
>                          Xen0: 192.168.122.1
>                         guest3: 192.168.122.4
>

Looks like you setup your domUs using virbr0 bridge? If yes, they
won't be accessible from outside of that dom0. If you've ever used
vmware/virtualbox, then virbr0 is the equivalent of virtualbox's NAT
networking.

If you want the domU to be accessible from outside dom0, you should
use either eth0 or xenbr0 bridge (depending on your Xen version, the
default bridge name is different).

-- 
Fajar

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>