How's your network setup?
Bridged networking? Firewall settings?
 
The bridge setup in dom0:
#brctl show
bridge name     bridge id               STP enabled     interfaces
eth0            8000.000fea0247e6       no              peth0
                                                                     vif81.0
The iptables setup in dom0:
#iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     all  --  anywhere             anywhere            PHYSDEV match --physdev-in vif81.0
Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination       
 
The route setup in dom0 and domU is the same:
#route -n
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
 
thank you. 
------------------  
Y. D.
2008-10-31