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] need help to set up networking

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] need help to set up networking
From: virginie codato <virginie_codato@xxxxxxxxx>
Date: Wed, 7 Dec 2005 04:50:06 -0800 (PST)
Delivery-date: Wed, 07 Dec 2005 16:41:30 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=HY1BNGpyeu8peW+D1baELCey/eFugK2Z18r/4vhPo4vtKnbbuoMazsM+GmbpR9CYbNK0IWM4nLe4dkGaF+bSdtzhg7TPTKRVEvXYcLmjZO6nAmZGN14bTy50Bgm/L0UxQRdUc+wddhxlqhanTuxaH8UNdASwROIORyKK2JoaU48= ;
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/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'm new to Xen. I've read the doc and browse the archives but I could not find a solution to my problem:

I would like my domains to see the network my host is connected to.

my config :
- I copied ttylinux-xen from the xen examples to ttylinux-xenM1 and ttylinux-xenM2.
- I created a configM1 file similar to the one given in section 3.3 of the doc :
kernel = "/boot/vmlinuz-2.6-xenU"
memory = 64
name = "ttylinuxM1"
nics=1
ip = "192.168.123.1"
disk = [ 'file:/home/codato/Xen/Ttylinux/ttylinux-xenM1,sda1,w' ]
root = "/dev/sda1 ro"
- I created a config M2 file similar except M1 is M2 and IP address is 192.168.123.2
- I start xend
- I create domain M1: xm create configM1 -c
- I create domain M2: xm create configM2 -c

From domain M1, I can ping 192.168.123.2. But how can I communicate with the host or the network my host is connected to?

On the host, I've try to add "route add 192.168.123.1 dev vif7.0" but it complains this interface does not exist (yet it is listed by ifconfig -a).

I hope someone could help me or point me to usefull resources.
Thank you

Virginie Codato


Yahoo! Personals
Skip the bars and set-ups and start using Yahoo! Personals for free
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] need help to set up networking, virginie codato <=