Skip to content

gRPC IP Setting #1463

Answered by mikerife
ufsaa2022 asked this question in Q&A
Sep 7, 2022 · 2 comments · 7 replies
Discussion options

You must be logged in to vote

Hi @dhkimmm @germa89
It seems like the server and client computers are different computers. If so using the local host IP address (127.0.0.1) from the client computer will not work. You need to use the IP address of the server that the client sees. I will assume the server hostname is "server"; please replace that with the actual host name. In step 2 issue the DOS command:

ping -4 server

That should return a IPv4 style IP address for the server (it will show a "Reply from" and then the IP address). Let's call that "1.2.3.4". Then finish steps 2-4 with the server IP address (1.2.3.4) substituting the real server IP address!

Mike

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@germa89
Comment options

@FredAns
Comment options

@germa89
Comment options

@FredAns
Comment options

@germa89
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by germa89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants