문제

I have been trying to get the IP of a person on my network, so I tried pinging them and finding their ip on my network site, but it didn't give me their WAN ip. Please help.

도움이 되었습니까?

해결책

if the client is in your network you will probably stay in your LAN - therefore you will get the response from the private IP of course. the WAN IP is only used when the client tries to access some IP on a public range.

one option is to ask the client to visit something like http://www.whatismyip.com/ and tell you the output or host a service yourself that is doing something similar.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top