I installed mongodb in Ubuntu14.04 server
I was not able to connect to mongodb via \"mongoimport\", \"mongodump\", \"mongostat\", etc. It always show \"no reachable
You need to provide host option try the following command :
mongoimport --host=127.0.0.1 -d dbName -c collectionName --file output.txt