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

[Xen-users] bridged network without static ip

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] bridged network without static ip
From: "Thoralf Schulze" <schulze@xxxxxxxxxxxxxxxxx>
Date: Mon, 12 Jan 2009 21:54:17 +0100
Delivery-date: Mon, 12 Jan 2009 12:54:55 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Organization: Fritz-Haber-Institut der Max-Planck-Gesellschaft
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Opera Mail/9.63 (Linux)
Hi there,

this is probably really lame, but i gotta ask anyways:

let's say that there is a machine (running debian lenny for both the dom0 and the domUs) with two network interfaces running xen:

- eth0 should be for administrative purposes only: it has an ip from an internal network and allows logging in to the dom0 instance on the server - eth1 is accessible from the outside and will be shared among some domUs, serving stuff to the internet

I'd like to set up networking in a way that all traffic on eth1 will never reach dom0. For this reason, the peth1 interface should not have a static ip - its traffic should merely travel across the eth1 network bridge to the domUs.

I tried to set up eth1 as

auto eth1
iface eth1 inet manual

in /etc/network/interfaces - didn't work. apparently, eth1 isn't really up enough to get included in the bridge. In xend-config.sxp, there is a

(network-script 'network-bridge netdev=eth1')

entry, the domUs have

vif = [ 'ip=x.x.x.x.x,mac=w:h:a:t:ev:er,bridge=eth1' ]

statements in their configs.

It would be really great if someone could enlighten me on this ...

Thank you very much in advance,
thoralf.

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

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