I'm working with a cluster of Centos6.5 servers, where I have one head node and the rest are slave nodes. The nodes are connected through a switch on a local network 192.168.1.x that's not visible to the outside world.
I'm trying to use Python Dispy on the head node to distribute a Python script on the slave nodes. The slave nodes are all running dispynode.py and when I fire up the Dispy program on the client node the slaves running dispynode.py return "ignoring ping from 192.168.1.1". It then just hangs. Any ideas on why the slaves running dispynode are ignoring and not running the job?
Thanks!