1

I used this guide to install Tor on amazon EC2 instance. I use python to access some websites, and I want to access those sites by a US IP. As it is mentioned here I added following lines to the etc/tor/torrc file, restarted Tor, and still I get random IPs from random countries.

ControlPort 9051
HashedControlPassword 16:H____mypasswordhash________H
ExitNodes {us}
StrictNodes 1

How can I force Tor to get IPs from specific country? Is it a problem because I am using Amazon EC2?

2
  • check that answer: tor.stackexchange.com/questions/733/…
    – Serge
    Commented Sep 8, 2016 at 18:41
  • Thanks Serge, but I have seen that post already, it does not work for me though. I already have ExitNodes and StrictNodes set in the torrc. Is there anything else I should do? Commented Sep 8, 2016 at 18:55

0

You must log in to answer this question.

Browse other questions tagged .