How to deploy dgraph server within local area network

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?

I opend all ports in my server. I could use other computers to access the dgraph ratel (192.168.1.242:8000), but I could not access to 192.168.1.242:8180/state.

You may need to whitelist the lan network via https://dgraph.io/docs/deploy/dgraph-administration/#whitelisting-admin-operations

I tried to add --security whitelist=0.0.0.0/0, and it still does not work.

Thanks

You should add valid ranges. Locally and remotelly.