How To Use An IP From A Specific Country While Running Tor

Tor can be very useful when it comes to access country-restricted websites. I am going to show how to configure Tor to mask your point of origin as though it is coming from a specific country.

Tor uses a distributed network of relays run by volunteers all around the world and picks a random path between you and the destination server/site. The good news is that the exit node (the one that is visible by the destination server) can be specified. Such that you can specify a certain location for your visible IP address.

how-tor-works

For this you can use Vidalia’s configuration. Here is how to do it.

Step 1. Install Vidalia bundle, if you don’t have it yet.
Step 2. Go to this page for a complete list of all available nodes. When selecting your node take a look to: country, speed and node type. You should choose only high-speed exit nodes.

tor_node_us
Step 3. Once you’ve found an exit node from the right country, click on it to go to the node’s details page.

tor_node_us_details

Step 4. Copy the fingerprint, eliminate all spaces and put a $ mark in front. For the above fingerprint we have ”$9D4D995AA745A3CAA6276AFAD505D3E4097AA075″.

Step 5. Go to Videlia Control Panel (double-click on Tor icon in the icon tray)

videlia_cp

Step 6. Go Vidalia’s Advanced settings tab and see the path to your Tor Configuration File. This is where we’re going to specify our exit nodes.

videlia_settings

Step 7. Open the configuration file with Notepad and at the top of this file, paste the following two lines, with fingerprint1, fingerprint2 and fingerprint3 substituted by the fingerprint code(s) from Step 4.

ExitNodes fingerprint1, fingerprint2, fingerprint3
StrictExitNodes 1

Step 8. After restart, Tor will try to access one of those servers as an exit node.

You can now access Hulu from Europe, BBC iPlayer from outside UK, or play games that weren’t available in your region.

Update: If TOR does not work for you, then check a VPN service like HideMyAss, HideIpVPN or IAPS Security Services.

This entry was posted in Hide IP Solutions and tagged , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.
  • Stay up to date with all the latest news on VPN services, hide IP tools, online anonymity, anonymous browsing, and many more. Your email will be kept private and never shared with anyone.

    Subscribe via Email:    

    I respect your privacy. You may unsubscribe at any time with just one click.

23 Comments

  1. xatzaras
    Posted August 8, 2009 at 6:29 pm | Permalink

    well everything described here works fine.vidalia interface says connected to the tor network.

    BUT i’m still having my local home ip when running on my internet explorer browser!!

    any suggestion?

    i can’t use firefox cause get’s complicated with existing installation and don’t want to mess up.

  2. HideIP Admin
    Posted August 9, 2009 at 5:52 am | Permalink

    @xatzaras – Can you check your IE connection settings? In the LAN Settings windows, Proxy server should be checked (Address: 127.0.0.1, Port: 9051).

  3. xatzaras
    Posted August 10, 2009 at 10:10 am | Permalink

    actually i made it after reading step 6 here.

    http://security.ngoinabox.org/tor_anonymitynetwork

    this was missing from configuration.

    only problem remains to find good and fast uk servers not banned from tv catchup and bbc !

  4. HideIP Admin
    Posted August 10, 2009 at 10:15 am | Permalink

    @xatzaras – Thank you for letting me know. Indeed step 6 from the article you mentioned it is necessary.

  5. dfitz1000
    Posted October 3, 2009 at 5:31 pm | Permalink

    This didn’t work for me :( I did everything you said and then enabled tor in firefox with the torbutton but my IP address always comes up as a different country to the one I want. Does anyone have any help?

  6. Martin
    Posted December 4, 2009 at 4:07 pm | Permalink

    Originally Posted By xatzaras

    only problem remains to find good and fast uk servers not banned from tv catchup and bbc !

    For anyone finding this How-to. Please remember!

    Using TOR for high volume downloading (i.e TV, Films, illegal BitTorrent copyright infringement circumvention ) will degrade and slow the service for those struggling with government or police censorship. This is the proper use of TOR.

    Although it is understood why many have a dislike of DRM and the Music/Movie industry pressures to curtail downloading of copyrighted material, this is not Political Harassment or silencing of Freedom of Speech. Please consider buying the CD or DVD, or rent it.

    Your actions if they damage or impede TOR’s ability to give people freedom from political censorship, may well result in the detention and torture of those in less fortunate situations, in less rich countries where downloading films and music is the least of their worries.

    Is your latest Hollywood blockbuster or the latest Bands album worth the bad Kama that you will accrue if you abuse TOR?
    If you don’t care or aren’t bothered about those vulnerable citizens in other countries then there is nothing to be done; ‘Thanks for your time’.

    Please to those who can, run a TOR relay and if it is safe for you to do so then make it an ‘Exit Node’

    Thank you, Anonymous

  7. Ben
    Posted March 7, 2010 at 2:42 pm | Permalink

    I’m not sure where I got stuck, but this doesn’t work for me. I paste this:

    ExitNodes (with the fingerprint)
    StrictExitNodes 1

    And I leave the second line as it is, correct? Somehow it doesn’t save into the torrc file when I go back into it. Would be much appreciated if I could get some help, thanks a lot.

  8. HideIP Admin
    Posted March 9, 2010 at 7:00 pm | Permalink

    @Ben – I don’t get how the config is not saved. How did you edit the config? Are you using Notepad? Is the Tor nod you chose working?

  9. Ben
    Posted March 11, 2010 at 10:17 am | Permalink

    @HideIP Admin – Yes, I used Notepad and made sure to press Ctrl+S multiple times. I’m not sure what you meant by Tor node, I’m a complete idiot when it comes to these things, so I’ll just assume that it’s not working.

  10. HideIP Admin
    Posted March 13, 2010 at 6:57 am | Permalink

    @Ben – I’m not sure why it does not work for you. Maybe someone else is able to help you.

  11. Chris
    Posted April 17, 2010 at 1:23 am | Permalink

    @HideIP Admin

    I’m able to do it but it doesn’t keep me in US even though my finger prints are all from US. It’s annoying because the sites I view restrict other countries…

  12. Stormy
    Posted May 14, 2010 at 3:55 pm | Permalink

    @Ben

    I had the same problem and I found it to be that when you save through the Tor control panel it actually saves a new file called torrc.orignal1. To get it working properly you have to manually go find the file in the /data/tor folder and edit it from there.

  13. KevinF
    Posted August 30, 2010 at 5:23 am | Permalink

    In ExitNodes, you can also use the ISO3166 country code, enclosed in curly braces, for the country you require, e.g.
    ExitNodes {gb}
    would ensure the exit node is a UK/British node.
    This is obviously a bit more resilient to certain nodes being down.

  14. J
    Posted September 3, 2010 at 2:06 am | Permalink

    I did this, but Vidalia won’t connect to Tor. The log says ” [Warning] No specified exit routers seem to be running, and StrictExitNodes is set: can’t choose an exit.”

  15. dhas
    Posted November 7, 2010 at 12:02 am | Permalink

    Same error message Any ideas

  16. Posted March 23, 2011 at 9:07 am | Permalink

    [Warning] No specified exit routers seem to be running, and StrictExitNodes is set: can’t choose an exit – and was working OK just a coulpe of days ago. The problem is just in Windows, in my Linux Mint everything works fine with the same exit nodes.

  17. anil
    Posted March 26, 2011 at 7:03 pm | Permalink

    cool. this perfectly works. i got what i was actually searching for. thankkkkkks…

  18. Posted March 27, 2011 at 6:41 pm | Permalink

    The solution in respect of the “No specified exit routers seem to be running” for me was the following:

    I have istalled the Vidalia Bundle Unstable, cause I’ve seen information about the missing geoip file in Windows, and changed the manually specified exitnodes to

    ExitNodes {us}

    Now it works well

  19. L-
    Posted April 15, 2011 at 5:55 am | Permalink

    Hi, for a tutorial like this, it is obvious the big confusion it brings… i dont get the part of the copy paste in the file… and my torrc file is on Data not in Vidalia file… this tutorial must be in video, a Video tutorial would be easier… pls youtube ~ and post the link here

  20. L-
    Posted April 15, 2011 at 6:41 pm | Permalink

    Ok i did all of this tutorial, tor open my firefox and i am from US now… but i wanted Tor for play a online game being a US.. and it doesn’t work. Why??? the game still says my real country… TOR is not working with it.. just firefox >_>

  21. this msg was banned
    Posted October 31, 2011 at 3:53 pm | Permalink

    this tutorial is old, the new torrc file is in data, can someone post a new way to config the new tor bundle to point to a specific exit node..

  22. Olivier
    Posted December 16, 2011 at 4:27 pm | Permalink

    Actually, you’re describing how to chose a specific exit node. In order to chose a country (and then Tor would assign any exit node within that country, add ExitNodes {nl} (for the Netherlands) to the torrc

  23. squire
    Posted December 31, 2011 at 11:36 am | Permalink

    right fokes this works fine.

    Just tried it there and can connect to canadia, USA, UK where ever a like as said above you can also use the country code.

    Get playing about with it.

One Trackback

  1. By 13 Tools To Access Pandora From Outside US on February 8, 2010 at 10:20 am

    [...] Ultrasurf 2. NotMyIP 3. Tor 4. Hide My IP 2009 5. Invisible Browsing 6. Hide The IP 7. IP Privacy 8. Anonymity [...]

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

  • Claim Your FREE Copy Of The
    “Protect Your Privacy NOW!” E-Book

    • 6 Reasons Why YOU Should Hide Your IP Address
    • What does your IP address reveal about you?
    • Is hiding your IP address legal?
    • The pros and cons of hiding your IP address
  • Recommended Hide IP Services