Resolve host name to an ip address

后端 未结 5 736
醉话见心
醉话见心 2021-02-01 02:33

I developed a client/server simulation application. I deployed client and server on two different Windows XP machines. Somehow, the client is not able to send requests to the se

5条回答
  •  北荒
    北荒 (楼主)
    2021-02-01 03:17

    Try tracert to resolve the hostname. IE you have Ip address 8.8.8.8 so you would use; tracert 8.8.8.8

提交回复
热议问题