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] hvm domU networking question (ipcop)

To: "Jason Solan" <jsolan@xxxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] hvm domU networking question (ipcop)
From: "ben henrion" <benjhenrion.xen@xxxxxxxxx>
Date: Tue, 5 Jun 2007 11:40:07 +0200
Cc: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 05 Jun 2007 02:38:51 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=C9fPRAzI1yFlkVf9WtR+g4oesSVo+2qH5z52+lVwT3xUsozqj02W8gD7bB8ZQyrKHL/xT7VQ0cT30RckMW+/b4ptkUb9/8CX01fbFxxqgDOF2JeZq1aeGhHNL7bLIKiOT5m2uRic0bSkRFRzqWAyHBNqkf/a+ZOTWv02+WWmHqM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=dcRYeOFv4Vps55uayZAqvf8rNgdqbFzn1lwZ0bH2ZQpLzqk6jheDtgVkucctSbY5KGxA0zJ25Hus9shaSjJQS4duGhYNmQ1WMO528bg/l2oYdNnkTfDkyRhJyZsOc9Bah1n1m4Kw7dyvfVeGLNcGAtPtI1pB/3dYOTnFRnP3Y5Q=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1180796691.11262.17.camel@localhost>
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: <1180796691.11262.17.camel@localhost>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

Do you have modified your "xend.conf" file to activate your multibridge...
From memory

#network-script network-multibridge

Or something like that.

2007/6/2, Jason Solan <jsolan@xxxxxxxxxxxxxxxxxxxx>:
Hello,
I have xen 3.0.4 setup on one of my systems (gentoo) with a couple of
domU's.
I'm trying to setup an ipcop domU instance as a router/firewall for my
network.
Unfortunately ipcop uses a 2.4 kernel and as i understand it there are
no longer any 2.4 kernel patches for xen so i have to run it fully
virtualized.

My dom0 system has 3 nic cards.  Ideally i would hide 2 of them from
dom0 and pass the pci directly into my ipcop domU, but from what i read
this is not possible in a HVM.

I use a custom script (taken from a debian site i believe) to create 3
network bridges to pass to my domU's

dir=$(dirname "$0")
"$dir/network-bridge" "$@" vifnum=0 netdev=eth0 bridge=xenbr0
"$dir/network-bridge" "$@" vifnum=1 netdev=eth1 bridge=xenbr1
"$dir/network-bridge" "$@" vifnum=2 netdev=eth2 bridge=xenbr2

>From my experience, the network cards have to be up and active on dom0
in order to get the traffic to pass through in a domU.  Is this correct?

Basically i want to plug my cable modem into eth2, so the connection
would pass into the domU, but not have the network up on eth2 on dom0.
Is there anyway i can do this?

My networking knowledge is pretty weak.
Any help/advice is appreciated.


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



--
Benjamin HENRION
Elève de 4eme année de l' EXIA (Nancy)
Ecole supérieure d'informatique
Spé Réseaux
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>