On May 4, 2010, at 4:44 PM, Brodie, Kent wrote: > > Given that example--- can anyone assist with the proper iptables > rule(s) to ensure corosync doesn't get interfered with? >
I think iptables -A INPUT -p igmp -j ACCEPT iptables -A INPUT -m addrtype --dst-type MULTICAST -j ACCEPT should suffice, unless you want it to be more precise Vadym _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
