mongodb - hack for "mongo db connection refused due to blocked port errno 10061" -
i m trying connect db in mongolab:
>> mongo ds123456.mongolab.com mongodb shell version: 2.6.1 connecting to: ds123456.mongolab.com/test 2014-12-16t14:13:41.738+0100 warning: failed connect 54.74.247.101:27017, reason: errno:10061 no connection made because target machine actively refused it. 2014-12-16t14:13:41.741+0100 error: couldn't connect server ds123456.mongolab.com:27017 (54.74.247.101), connection attempt failed @ src/mongo/shell/mongo.js:148 exception: connect failed
i assume this question answers first problem of access being blocked on port.
the obvious solution contact network admin. wonder if there alternative?
thanks in advance.
Comments
Post a Comment