[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Dom0 cannot see network when bridge is enabled
Fischer, Anna wrote: > I assume you have already checked this, but did you look at your > iptables configuration to make sure that packet filtering is not > blocking any traffic? Yes, the default policies are ACCEPT, with some extra forwarding rules in there: bunsen:~# iptables -nL Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination ACCEPT 0 -- 10.0.0.30 0.0.0.0/0 PHYSDEV match --physdev-in vif1.0 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 PHYSDEV match --physdev-in vif1.0 udp spt:68 dpt:67 Chain OUTPUT (policy ACCEPT) target prot opt source destination Should there be more? --Ian _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |