From: Carl H. <cha...@qu...> - 2008-05-08 16:31:50
|
Hello All, I just finished setting up Pyzor, and I'm having trouble getting it to function correctly. When I run a pyzor ping I get the following: sending: 'User: anonymous\nTime: 1210112585\nSig: 158c33015f6767995f0677f031e9f245686c0a00\n\nOp: ping\nThread: 36716\nPV: 2.0\n\n' Traceback (most recent call last): File "/usr/bin/pyzor", line 4, in ? pyzor.client.run() File "/usr/lib/python2.4/site-packages/pyzor/client.py", line 991, in run ExecCall().run() File "/usr/lib/python2.4/site-packages/pyzor/client.py", line 195, in run if not apply(dispatch, (self, args)): File "/usr/lib/python2.4/site-packages/pyzor/client.py", line 229, in ping runner.run(server, (server,)) File "/usr/lib/python2.4/site-packages/pyzor/client.py", line 782, in run response = apply(self.routine, varargs, kwargs) File "/usr/lib/python2.4/site-packages/pyzor/client.py", line 39, in ping self.send(msg, address) File "/usr/lib/python2.4/site-packages/pyzor/client.py", line 73, in send self.socket.sendto(mac_msg_str, 0, address) socket.error: (1, 'Operation not permitted') If I disable my firewall the ping works fine, so there must be port that needs to be opened. I tried opening port 24441 for both incoming/outgoing but this does clear the problem. The question is, what port does Pyzor what to communication on? Thanks for any help! -- Carl |