On Mon, Nov 06, 2006 at 09:50:41AM -0500, Rick Mohr wrote: > > but when I configured this node's udp_send_channel to itself. > > it works OK.But if that, I can only get one node infomation. > > and one issue confused me is that why the two node can only send > > udp_send_channel to itself? > > If I changed the udp_send_channel to other node,it does.t work.why this > > happened?
I hope you've already checked this - do you have a firewall enabled on either host blocking the packets? in the output of '/sbin/iptables -nL', you should see something like this: Chain INPUT (policy ACCEPT) target prot opt source destination ... <excerpted> ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:8649 If you don't have a rule accepting ganglia data (or your firewall is completely open), the traffic will be blocked. -ben -- Ben Hartshorne email: [EMAIL PROTECTED] http://ben.hartshorne.net
signature.asc
Description: Digital signature

