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] Problem in vif-common.sh XEN 3.4

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problem in vif-common.sh XEN 3.4
From: Muriel <muriel.cabianca@xxxxxxx>
Date: Thu, 23 Jul 2009 11:12:49 +0200
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 23 Jul 2009 02:13:33 -0700
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
User-agent: Thunderbird 2.0.0.22 (X11/20090608)
Hi all,
i have continued the debug of the problem described here:
http://lists.xensource.com/archives/html/xen-users/2009-07/msg00587.html


I have found the problem in vif-common.sh script, in the frob_iptable function:

iptables "$c" FORWARD -m state --state RELATED,ESTABLISHED -m physdev \
   --physdev-out "$vif" -j ACCEPT 2>/dev/null

This command have this result:
iptables: Unknown error 18446744073709551615

Then the script exit abnormaly without set the hotplug-status on xenstore.

In another installation (ubuntu 8.04 xens 3.3) this call of iptables is not present.
If i comment the line the script, and the network in the vm, works fine.

Can I leave commented the line without problems?

Thanks,
Muriel

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

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