Hi guys.
I want to access the grpc ip in an external environment.

This is my server.py IP configuration.

*server.add_insecure_port ('192. ***. ***. ***: 5000')*


And this is the client.py IP configuration.

*channel = grpc.insecure_channel ('192. ***. ***. ***: 5000')*


Running server.py and client.py on the same machine works fine.
However, I get an error when I use a computer that runs server.py and a 
different external ip.

Is it accessible from the external IP?
If so, how do I set it up?
Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/bee2f25b-5d9a-4697-a02f-98f7d0357d19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to