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] Beginner trying to understand Xen networking

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Beginner trying to understand Xen networking
From: "william gogan" <williamdw@xxxxxxxxx>
Date: Sun, 16 Mar 2008 23:14:27 -0600
Delivery-date: Sun, 16 Mar 2008 22:14:58 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=mPPHfKqBGA7sO7GKS7RSBUdEZLChk3/t1N/E/rXxrR0=; b=kfZgw+yuaOoMh41pzc9MPQPhCqfbMhAyKnIE7ttKz5sc6YpHRNX89bTxf7TfQRagvG8z6mGJpIN/CFd0JTW3VKLFaVEG0jN+7lep9hI2KL286CX45yG2Sm20SbuXuK5WZUNf7tuKB2xJVx8ObPAuXRQFYHsLURh4MxkXg+VtJZc=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Rbb3J/HqeJDCSJ9+NdeeEubtvGkXiptANHtTWe33G7yQ9qjIVUTGZa3JhTDCwVLngMlT81RsDFX9+8jBYi2wEw7Wki2BYPPG514obCsoSlIDFT2WTjOunVzcHQfJBPCTca92sILRkH6IGHu1ioPHuKyiSwauAdUw9saRenwd0OQ=
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
I'm just getting going on Xen,
and I've read the networking description at the wiki 3 times but just
can't figure out what option I need to achieve the following:

scenario: we want to be able to move the domU's around different
hosts, without having to update all instances of the IP's inside that
system image. Ideally, a domU will think its IP is static at
10.0.3.11, and the actual external IP can change around (perhaps
running on 67.15.0.121 one week, and 207.44.142.111 another).
Essentially, the /etc/xen/(dom) config file would provide the IP and
the internal domU would have no ideal what we going on in 'the outside
world'..

I hope this makes sense, I've tried to figure this out but I must be
missing it. I guess I 'just' want Xen to skip mapping the IP part of
vif#.0 -> eth0 inside the domain, and transparently translate
everything IP wise. Maybe what I'm describing is some kind of NAT
setup more than anything.

I'm eager to learn, I'm not asking someone to hold my hand through
everything, but a pointer to "you need X/Y/Z networking" would really
really help me out :)

Thanks for any pointers anyone can give me,
William.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Beginner trying to understand Xen networking, william gogan <=