From mboxrd@z Thu Jan 1 00:00:00 1970 From: Muriel Subject: Problem in vif-common.sh XEN 3.4 Date: Thu, 23 Jul 2009 11:12:49 +0200 Message-ID: <4A682991.1070907@crs4.it> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-users-bounces@lists.xensource.com Errors-To: xen-users-bounces@lists.xensource.com To: xen-users@lists.xensource.com Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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