-3

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?

uttam
  • 105
  • 1
  • 4

2 Answers2

2

Public IP : http://www.whatismyip.com/

Check for open ports : http://www.canyouseeme.org/

0

The easiest way is to search in google: just type the word: ip

The first result will be: Your public IP address is ....

Miro co
  • 508