|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Dom0-Domu Communication
On 11/22/2010 01:04 PM, David Cemin wrote:
dom0:
# iptables-save
# Generated by iptables-save v1.4.4 on Mon Nov 22 16:06:31 2010
*filter
:INPUT ACCEPT [1324:790913]
:FORWARD ACCEPT [3389:341110]
:OUTPUT ACCEPT [1656:273098]
-A FORWARD -m state --state RELATED,ESTABLISHED -m physdev --physdev-out
vif2.0 -j ACCEPT
-A FORWARD -m physdev --physdev-in vif2.0 -j ACCEPT
-A FORWARD -m state --state RELATED,ESTABLISHED -m physdev --physdev-out
vif1.0 -j ACCEPT
-A FORWARD -m physdev --physdev-in vif1.0 -j ACCEPT
COMMIT
# Completed on Mon Nov 22 16:06:31 2010
Try this, as a test:
/etc/init.d/iptables stop
/etc/init.d/ip6tables stop
See if you can ping.
--
Digimer
E-Mail: digimer@xxxxxxxxxxx
AN!Whitepapers: http://alteeve.com
Node Assassin: http://nodeassassin.org
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|