How can I expose GRPC external port 9080 for Dgraph alpha

Hey @matthewmcneely,

Thanks for reply.

It is not related network issue why because , telnet 192.168.1.180 9080 , is getting connected output.

I have used below starting command , where I used token as well, and this is a ubuntu 16 server.

dgraph alpha --my=192.168.1.108:7080 --zero=192.168.1.103:5080 --bindall=true --security "whitelist=0.0.0.0/0,localhost,192.168.1.180,192.168.1.0/16" --security "token=d2837127beff45a8a486775e1b" --expose_trace=0

After starting server Iam able to do /admin endpoint example login and create user everything working fine using localhost ,at the same time if I used IP address instead of localhost , it will not work , getting below error always, this is the error getting from not only for other server , it is not getting if I tried with same server where I started alpha.

FTL failed to login error="rpc error: code = Unknown desc = unauthorized ip address: 192.168.1.108"