I tried to restore mongo from dump but failed:
mongorestore --port 27133 dump 2015-05-07T09:39:11.760+0300 Failed: no reachable servers
The problem occured because --replSet was enabled in configuration. But the node wasn't yet in any replica set.
--replSet
After I removed --replSet from configuration, relaunched mongodb server, mongorestore started to work without any --host parameter.
mongorestore
--host