Robo 3T Error : Network is unreachable

Hisham Mubarak picture Hisham Mubarak · Aug 2, 2017 · Viewed 56.2k times · Source

I am trying to connect Robo 3T to my online database and it doesn't seem to be working. I am able to connect to local database with it. I tried connecting using MongoDB Compass and the Details and Auth are working fine and I am able to connect. But when I connect with the same details in Robo 3T, it doesn't seem to be working. How do I fix this? I am using Robo 3T Version 1.1 I tried same with Robomongo 1.0, and still getting the same error

Error Dialog

Answer

Z. Alvin picture Z. Alvin · Dec 8, 2017

Just change your bind_ip in /etc/mongod.conf from 127.0.0.1 to 0.0.0.0 then restart the service, and it works for me~