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] networking with two cards

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] networking with two cards
From: ko0nz <yesiko0nz@xxxxxxxxx>
Date: Tue, 30 Oct 2007 18:00:42 +0100
Delivery-date: Tue, 30 Oct 2007 10:01:32 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; bh=sONNMWncG9524mO8I/t9bu7iMZToEFvtpFrDdL6uhBE=; b=Dqfw8mmZCCQ8dbwOfBdA13M1GqQCuuaBn8cmgZEK3XiazmorzIP5JgSfeiVVMUSaj/KvuZXA3nxFzSkaIC7RBRWtHeKqxqPY/efKFa2d2TUbjogtm7MRQ2V/Oxwq8Bh/E1kMfKCroOGanF2LTTG8XeVLFDIupEKu1KsjFi0ZEnI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=M5Q0uDtmb/YBlzfHtPCjjAA7ZFqZky82EHB6i9LUbwVRpzn8M9/qZL1f9DeupeUY2qtIt6YxIOjq3Y7e4Tm2lduJV9Am6owOkCwlAgOjDArvigoxW3TUwGSgfE3eE5AB1XBfkt1s+ip1MjZzOCVAFqOWLc8+Mc+79dMUkZXtWIA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
hi,

i've got two networking cards.
the 2nd has never used.

on the Dom0, in a debian:

iface eth0 inet static
address 192.168.1.5
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
auto eth0

on the DomU:

iface eth0 inet static
address 192168.1.xxx
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
auto eth0


i'd like to use the 2nd card with an address in an another sub-networking in one of the DomU:
192.168.5.xxx/255.255.255.0
gateway 192.168.5.1

is it possible?
how could i do that?

thank you for your help.


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>