* Problem in vif-common.sh XEN 3.4
@ 2009-07-23 9:12 Muriel
2009-07-23 9:21 ` Keir Fraser
0 siblings, 1 reply; 2+ messages in thread
From: Muriel @ 2009-07-23 9:12 UTC (permalink / raw)
To: xen-users; +Cc: xen-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Problem in vif-common.sh XEN 3.4
2009-07-23 9:12 Problem in vif-common.sh XEN 3.4 Muriel
@ 2009-07-23 9:21 ` Keir Fraser
0 siblings, 0 replies; 2+ messages in thread
From: Keir Fraser @ 2009-07-23 9:21 UTC (permalink / raw)
To: Muriel, xen-users@lists.xensource.com; +Cc: xen-devel@lists.xensource.com
On 23/07/2009 10:12, "Muriel" <muriel.cabianca@crs4.it> wrote:
> 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?
The iptables lines just set up paths through a firewall in dom0. If
networking is now working fine in your domU then you don't need those
iptables lines.
-- Keir
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-23 9:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-23 9:12 Problem in vif-common.sh XEN 3.4 Muriel
2009-07-23 9:21 ` Keir Fraser
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.