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 trouble with routed /29

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Networking trouble with routed /29
From: "Russell Horn" <albanach@xxxxxxxxx>
Date: Wed, 14 Mar 2007 23:08:49 -0400
Delivery-date: Wed, 14 Mar 2007 20:07:56 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=EL+iJtNk3zX+3arTDwe5dfU3qEgcHOJ8QpN0c0d/ZCmg/14ap3FXtHjVe9WE0DcGpNsQYsSED/2SGmTwAZBIbFbRPlYmRLOuTIxLuNfdDs3ycdjWgp+UJ250rDj1e4M6kW1J72oZ83x1LaR406sf7pBVGS1uE2RsN8jvAiLUTA4=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ho+8vbn6v4KG+PyX7jUhWmu57WpToNXkiyp45vw8D7DoBmPuv7rg/j6wqaMdTTmbjCwTgrqXmY0tDJDbR9UFRanYVvrGzA9fMCC4Ei7AsH4W4HL1vmFUJ7M/fE15OECUaX0MLSyjfWCxYUVE9f7JFKJG1dsb0Lxvb2sYt7nd4tg=
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'm new to xen and am having trouble getting my domU's networked.

My dom0 is connected to the outside world via eth1

I have a distinct /29 allocated to me which is routed to my eth1 IP
xxx.yyy.82.76

I tried to follow the example here:

http://www.debian-administration.org/articles/360

But that didn't work. I think my first problem was Xen trying to clone
the IP from eth0 - that's not going to work when it doesn't have an
IP.

I have set up a dummy0 interface as follows:

         inet addr:xxx.yyy.93.105  Bcast:xxx.yyy.93.111  Mask:255.255.255.248

I've changed /etc/xen/xend-config.sxp so it looks like:


 (xend-relocation-server yes)

 (xend-relocation-hosts-allow '^localhost$')

 (network-script network-route)
 (vif-script vif-route)

 (dom0-min-mem 1024)
 (dom0-cpus 0)

I also changed /etc/xen/scripts/vif-route so main_ip="xxx.yyy.93.105"

as the previous "main_ip=$(dom0_ip)" wwas preventing my domU's from
starting at all.

So, can anyone direct me where I need to look now to get my domU's up
and running with the public IPs I've had allocated.

Many thanks for any and all help offered!

Russell.

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

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