I am trying to connect to mongodb from my system to different system but i am getting following error-
MongoDB shell version v3.4.5 connecting to: mongodb://192.168.0.152:27017/ 2017-06-23T18:06:50.643+0530 W NETWORK [thread1] Failed to connect to 192.168.0.108:27017 after 5000ms milliseconds, giving up. 2017-06-23T18:06:50.644+0530 E QUERY [thread1]
Error: couldn't connect to server 192.168.0.152:27017, connection attempt failed : connect@src/mongo/shell/mongo.js:237:13 @(connect):1:6 exception: connect failed
I tried various solutions listed on stackoverflow but didn't find any solution yet. Can somebody please help me out?