I have installed mongo on machine1(Ubuntu 14.04.3 LTS server) in my local network. I have also opened the port 27017 as mentioned in this guide using f
Ubuntu 14.04.3 LTS server
27017
I have tried a different way to solve this issue. I have changed the config file from
bind_ip = 127.0.0.1 #port = 27017
to
bind_ip = 0.0.0.0 #port = 27017
Hope it helps. Happy coding ;)