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
10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth21
0.0.0.0 10.0.0.165 0.0.0.0 UG 0 0 0 eth21
thank you.
------------------
Y. D.
2008-10-31
|