Hi
After updating to mongodb3.6, in the same way, I always do. now from the remote side, I cannot connect to MongoDB.
MongoDB service is running web services are all works fine. but cannot connect to MongoDB by Robomongo.

A better solution is to comment out or remove the bindIp setting from the config file /etc/mongod.conf
You must restart the service for the change to take effect
or If not work, try this. 馃憞
Just change your bind_ip in /etc/mongod.conffrom 127.0.0.1 to 0.0.0.0
Same issue but I can't do anything to the hosts file because Atlas. :/
Same here :(
Hi All, thanks for reporting the problem. Robo 1.2 supports MongoDB 3.4.
Can you try the beta? It is updated with MongoDB 4.0 drivers. Fingers crossed.
When bringing mongo up you can add --bind_ip 0.0.0.0 to your params and it will overwrite the default bind_ip configuration.
Most helpful comment
A better solution is to comment out or remove the bindIp setting from the config file
/etc/mongod.confYou must restart the service for the change to take effect
Just change your bind_ip in
/etc/mongod.conffrom 127.0.0.1 to 0.0.0.0