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] How do I set this network up?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] How do I set this network up?
From: Dominik Klein <dk@xxxxxxxxxxxxxxxx>
Date: Thu, 06 Dec 2007 16:14:00 +0100
Delivery-date: Thu, 06 Dec 2007 07:14:47 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <0D1F465D-D7A2-48E9-8A14-D0275295F2F8@xxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <0D1F465D-D7A2-48E9-8A14-D0275295F2F8@xxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.6 (X11/20071008)
For the sake of example, these ranges are:

100.100.100.xxx, gateway 100.100.100.94,  netmask 255.255.255.224
200.200.200.xxx, gateway 200.200.200.254, netmask 255.255.255.0

And the private range would be:

10.0.0.xxx

So, the dom0 might be

eth0    100.100.100.123
eth1    10.0.0.1

And a domU might be

eth0    100.100.100.124
eth1    10.0.0.2

But it could also be

eth0    200.200.200.46
eth1    10.0.0.3

or it could be

eth0    (none)
eth1    10.0.0.4

Imho, in a network-bridge-setup this should not be a problem and work right away.

As long as dom0's eth0 is connected to a switch which can reach 100.100.100.94 and 200.200.200.254

It's might not be the best idea to have two layer 3 networks on one layer 2 network, but it should work.

Regards
Dominik

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

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