I have successfully installed MongoDB on Windows (on the local computer) as a service, but now I want to move MongoDb to a separate server. So I pulled tarball to a virtual server on the network (linux is running).
When I connected to the server ("testmongoserver") using PuTTY from my local machine, I started the mongod server and it told me that it was listening on port 28017 by default. The mongo console also works and allows me to create a new database (testdb) and add users to it.
However, I could not access the server from a remote server. When I type "testmongoserver: 28017", it does not open the HTTP console as "localhost: 28017" on my local machine. I also cannot connect using official drivers and provide a connection string.
What are the neccesarry steps for installing MongoDB on Linux so that I can access it from a remote machine using a connecting line and use its HTTP console through testmongoserver: 28017
Thank!
linux mongodb networking
user315648 Aug 23 '11 at 10:37 2011-08-23 10:37
source share