Hi,

I have just set up a DC/OS cluster via Microsoft Azure, and installed 
Arango on the cluster using the DC/OS dashboard. The public IP of the 
cluser is 13.91.98.29 - I can see this in the Azure portal. I am able to 
ssh into 13.91.98.29:2200.

This all works:
$ curl --dump - http://localhost:8529/_api/gharial
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Server: ArangoDB
Connection: Keep-Alive
Content-Length: 38

{"error":false,"graphs":[],"code":200}

However, I cannot access this cluster remotely. For example, this following 
does *not *work from my local machine (it hangs):

curl http://13.91.98.29:8529/_api/gharial

What am I missing? Any help is appreciated!

- Zach

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to