Unable to connect to mongo on remote server

前端 未结 5 1718
闹比i
闹比i 2021-02-05 10:17

I have installed mongo on machine1(Ubuntu 14.04.3 LTS server) in my local network. I have also opened the port 27017 as mentioned in this guide using f

5条回答
  •  迷失自我
    2021-02-05 10:39

    Make sure you have a daemon running on your machine1 which listen to port 27017. We were getting the same error and found that daemon was not running.

提交回复
热议问题