Hi, I’d like to deploy a local server in my local company network. I followed the doc instruction to start my zero and alpha services, and it works in the server computer. However, I would use other computers in the same local area network to access the server, but I could not access the services.
Here are my steps and instructions to start services:
# dgraph zero
dgraph zero --cwd /dgraph --my=192.168.1.242:5080
# dgraph alpha
dgraph alpha -o 100 --cwd /dgraph --my=192.168.1.242:7180 --zero=192.168.1.242:5080
No matter how I set my ip address, like 0.0.0.0/127.0.0.1, I still cannot access the services in ratel services besides the server computer. Can I get some advice or suggestions to make it work?