On Nov 15, 2007, at 1:50 PM, K. R. wrote: >> Could you possibly show a simple server and client script that don't >> work for you? It would probably be easier for us to help if we saw >> that. > > sorry, here is my sourcecode. I wasn't able to run this code > server = XMLRPC::Client.new(destAdd,"/RPC2",20000) The variable in this line isn't defined, but I switched it to my server address. > server.call("sniffing.connect", 25000, "192.168.10.10") I don't see this method in the server. The script errors out at this oint.