how to check my new IP and location using TOR

2

3

I am running TOR on Windows 7. I would like to know my IP address after changing my identity. Right now the only option is to open a webpage with a service that shows my IP address.

Is there any way to find my IP without doing this? I tried to go through options or logs, but with no success.

P.S why do I need this. I need to connect to a service which works only for specific countries, so I am just waiting till my IP will be the IP of needed country. If someone know a better way to achieve this - welcome

Salvador Dali

Posted 2013-02-19T17:58:00.283

Reputation: 897

Answers

5

You can configure Tor to prefer certain exit nodes, including by country code. For example, if you want your exit node to be in the UK, France or Germany:

ExitNodes {gb},{fr},{de}

mgorven

Posted 2013-02-19T17:58:00.283

Reputation: 2 539

Thanks, this is exactly what I need. Country codes should be in small letters and in this format http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 ?

– Salvador Dali – 2013-02-19T19:15:24.733

@SalvadorDali Correct. – mgorven – 2013-02-19T19:17:27.243

0

Visit https://check.torproject.org/ . There is no other way than to use an external service. This is because Tor circuits are built dynamically (and rebuilt every few minutes, or when you hit the New Identity button).

Michael Hampton

Posted 2013-02-19T17:58:00.283

Reputation: 11 744