Do you have the ip_conntrack modules loaded? Do you have an ESTABLISHED,RELATED rule? iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
This is really not directly apropos to this list, but since you *are* trying to run Heartbeat ;) Rubin On Tue, 2008-06-24 at 09:57 -0700, Michael Toler wrote: > Rubin wrote: > >Toler wrote: > >> -A RH-Firewall-1-INPUT -s 192.168.1.4 -j ACCEPT > >> > > >I believe you have to set the packet type to match: > >iptables -A INPUT -m pkttype --pkt-type multicast -d 237.0.1.1 -j ACCEPT > > > >HTH, > >Rubin > > Thanks, but that didn't help either. After a few minutes, the only UDP I was > were again originating from the server. I shut down IPTables, and packets > from > other servers showed up. > <sigh> It shouldn't be this hard, should it? > Michael > > > > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems -- Rubin Bennett rbTechnologies, LLC [EMAIL PROTECTED] http://thatitguy.com (802)223-4448 "Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety." -Ben Franklin, Historical Review of Pennsylvania, 1759 _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
