- Dec 14, 2014
- 285
i have the same version but this didn't worked for me. there's no saving option and something strange is I always connect with the same IP no matter how many times i disconnect, dose everybody knows what should i do?
YES, of course I did. And I tried again right now on my TBB 4.0.4.@oiluj
Did you restart Tor browser after adding the line.
YES, of course I did. And I tried again right now on my TBB 4.0.4.
- With CLOSED Tor Browser, I opened torrc file under \Data\Tor\ (which is blank) and added the line ExitNodes {NO}. Saved the new file, with only one line, and started Tor Browser. No Result (not having a norwegian IP). So I closed Tor Browser and left torrc file blank again, as it was.
- Then, with CLOSED Tor Browser, I opened torrc-defaults file under \Data\Tor\ (not blank) and added the line ExitNodes {NO} before the AvoidDiskWrites 1 line. Saved the new file, and started Tor Browser. No Result (not having a norwegian IP). So I closed Tor Browser.
- Then, with CLOSED Tor Browser, I opened again torrc-defaults file under \Data\Tor\ (not blank) and deleted the line added before, and then added the line ExitNodes {NO} after the AvoidDiskWrites 1 line. Saved the new file, and started Tor Browser. No Result (not having a norwegian IP). So I closed Tor Browser and gave up.
I still don't know what to do. Any suggestions, please?
If someone could help me out in this on going dilemma, I'd highly and truly appreciate it.
I have been trying to set the exit nodes to US for nearly a year, occasionally strolling forums whom all share the same instructions as you have posted. The problem is, I cannot find the torrc file anywhere at all. Many uninstallations later and nothing. Even downloaded an old Vidalia bundle. I am running on a Mac here. Whenever I try and search for any tor files, I only find the TOR program itself in all of my computer. Someone tell me I am not blind here, please!
I have the same version as you mate. What I did was thus:
In the same folder "\Tor Browser\Data\Tor" should be a file called torrc-defaults. Open that. It should start off a bit like this:
# If non-zero, try to write to disk less frequently than we would otherwise.
AvoidDiskWrites 1
# Where to send logging messages. Format is minSeverity[-maxSeverity]
# (stderr|stdout|syslog|file FILENAME).
Log notice stdout
# Bind to this address to listen to connections from SOCKS-speaking
# applications.
SocksPort 9150
ControlPort 9151
CookieAuthentication 1
## fteproxy configuration
ClientTransportPlugin fte exec Tor\PluggableTransports\fteproxy --managed
Add the ExitNodes {??} beneath AvoidDiskWrites 1 like so:
# If non-zero, try to write to disk less frequently than we would otherwise.
AvoidDiskWrites 1
ExitNodes {US}
# Where to send logging messages. Format is minSeverity[-maxSeverity]
# (stderr|stdout|syslog|file FILENAME).
Worked for me.