Possible Duplicate:
Getting my IP address?
I need to use a web service that has blocked public IP addresses. It gives access to only those that are listed on their access list.
I want to test my application in localhost first so I need to put my IP address in that access list and test it in my local server but I don't know my public static IP address.
How can I find it out?
Вы знаете, что ваш IP-адрес является статическим? Используйте, например, http://whatismyipaddress.com/, чтобы увидеть ваш текущий IP. (хотя, если вы тестируете локально, вам может потребоваться IP-адрес вашей сети. проверьте «ipconfig» (win) или «ifconfig» (linux))