Re: [Ganglia-developers] Firewall troubles (multicasting with APF/IPTables)

2005-09-20 Thread Alex Davies
n > which version of ganglia you are using, 2.5.x or 3.0.x. > > ~Jason > > > On Tue, 2005-09-20 at 14:41 +0100, Alex Davies wrote: > > Dear All, > > > > Thank you for your continued support. The firewall is reporting errors > > like these: > > >

Re: [Ganglia-developers] Firewall troubles (multicasting with APF/IPTables)

2005-09-20 Thread Alex Davies
ated traffic is getting blocked. > > Also, I assume that you have a rule allowing your gmetad server to > connect to your cluster, something like: > > iptables -A INPUT -p tcp -m state --state NEW -m tcp -s gmetad.host.ip \ > --dport 8649 -j ACCEPT > > > ~Jason > &g

Re: [Ganglia-developers] Firewall troubles (multicasting with APF/IPTables)

2005-09-19 Thread Alex Davies
CCEPT > > We have iptables configured on all of our systems running ganglia > without any problems and only have 2 related rules, the igmp one above > and a multicast rule like this: > > iptables -A INPUT -p udp -m udp -d 239.2.11.71 --dport 8649 -j ACCEPT > > ~Jason >

Re: [Ganglia-developers] Firewall troubles (multicasting with APF/IPTables)

2005-09-19 Thread Alex Davies
___ > > From: [EMAIL PROTECTED] on behalf of Alex Davies > Sent: Mon 19/09/2005 19:37 > To: ganglia-developers@lists.sourceforge.net > Subject: [Ganglia-developers] Firewall troubles (multicasting with > APF/IPTables) > > > > Hi, > > I have been trying

Re: [Ganglia-developers] Firewall troubles (multicasting with APF/IPTables)

2005-09-19 Thread Alex Davies
AIL PROTECTED]> wrote: > On 9/19/05, Alex Davies <[EMAIL PROTECTED]> wrote: > > I have been trying to install ganglia on my 13-node cluster and had > > it all working wonderfully and was amazed how easilly until I > > restarted my firewall :) > > This is probabl

[Ganglia-developers] Firewall troubles (multicasting with APF/IPTables)

2005-09-19 Thread Alex Davies
n IPTables rules for multicasting (I have tried adding iptables -A INPUT -d 224.0.0.0/4 -j ACCEPT iptables -A OUTPUT -d 224.0.0.0/4 -j ACCEPT which was the only suggestion I could find in the archive, to no avail). With many thanks, Alex Davies