Hi, I have one node installed on my cloud provider and tried to remote write using a python client but I get a connection failure.
On the riak node: riak-admin status | grep ring_members ring_members : ['r...@xxx.xxx.xxx.xxx] service riak ping Attempting to restart script through sudo -u riak pong So, I did update the vm.args and app.config with the nodes ip address, restarted and set the seed as a ring member. Services are running. I can also telnet into other open ports e.g. 22. I have all ports open to the appropriate servers.. I am also able to write when using localhost to a bucket on the node. I just cant use a remote client. Is there a step I missed with being able to remote write? On the riak node, this works: client = riak.RiakClient(host='127.0.0.1',port=8087,transport_class=riak.transports.pbc.RiakPbcTransport) This does not work when I write to a bucket on the riak node or any other node: client = riak.RiakClient(host='111.222.333.444',port=8087,transport_class=riak.transports.pbc.RiakPbcTransport) _______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com