I am using MongoDB v3.6.3 on macOS, installed via home-brew. I have used almost every possible way to make my MongoDB server accessible on local network, but to no avail. I have:
- Turned off firewall on both machines
- Edited \etc\mongod.conf file to add bindIP.
- used options-> bind_ip, bind_ip_all (127.0.0.1, 0.0.0.0, other machine's address)
As a matter of fact, also, my redis-server is not accessible on network. I believe there is a common issue in between this. I have tried the above mentioned solutions on macOS High Sierra, Ubuntu 16, Windows 10.