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] How to solve ip conflict in Xen3.4 on CentOS5

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] How to solve ip conflict in Xen3.4 on CentOS5
From: KC LO <kclo2000@xxxxxxxxx>
Date: Sun, 20 Jun 2010 18:41:25 +0800
Delivery-date: Sun, 20 Jun 2010 03:42:48 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=/n03l2T2MP/5vWwdRa6ZYiQ1krCxCHdiGgpqJTLphaQ=; b=I+V961hOJodFbxy3jrG8dcvC6YVLXAeEY+wBsMCuUD9LVi/yNGHMA3/nBASyNul6dL X2eC0JWmclWIkbBwW4ip21S+/2jd3w+GVUbNXCb4HGcIRDF9lPizG0aC1+v3CnJC89OO W1nBzg1q7pAr3te8HEaB5Ays/stiwY+GAwZI0=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fjOBpiVB2+sPpYAXD257j61GpT9w3RJKd+Y4E5VrdeHWF/ZfgXag/12jD2TqVYNA8n W7a5iMK/6xoj6voP9PnzeXk25d/3O6F3dru2xzMAPva1Q8DiCz7je1y8WxE2ppeFzRcq EF0DuXEHEVvehOKdGPHmNs9Ae8QNRp+eB3Ji4=
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,
 
I have install Xen3.4 into CentOS5.  I want to restrict the IP used in DomU Guest in order to solve IP conflict problem.  I search for Internet that I can include the IP address in the VIF setting like
 
vif = [ 'ip=8.8.8.8 , mac=00:16:36:40:10:de , bridge=eth0' ]
 
of the xen client configuration file.
 
However, after include this parameter, the DOMU guest OS can still change the IP address.
 
I have try Xen3.0 in the default package of CentOS5.4.  After I added this parameter, iptables will be updated to include
this rule like
ACCEPT     all  --  8.8.8.8  anywhere            PHYSDEV match --physdev-in vif1.0
 
Why the iptables not include this rule in Xen3.4

 
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] How to solve ip conflict in Xen3.4 on CentOS5, KC LO <=