Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Robo 3T Error : Network is unreachable

Tags:

mongodb

robo3t

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

like image 249
Hisham Mubarak Avatar asked Aug 02 '17 02:08

Hisham Mubarak


1 Answers

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~

like image 131
Z. Alvin Avatar answered Oct 14 '22 00:10

Z. Alvin