-
I'm trying gRPC by looking at the page below. I created an .ip file with this: And I ran mapdl: But I am getting these errors.
If I run it without generating the .ip file, it works fine.
What's the problem? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hello, Does the
|
Beta Was this translation helpful? Give feedback.
-
Hi @dhkimmm @germa89
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 |
Beta Was this translation helpful? Give feedback.
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:
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