Hi, I’m still new to Tor (just 3 days in), so please go easy on me! I’m trying to understand if this is a bug or just something I’ve misunderstood.
I noticed something strange: When I launch Tor Browser and visit iplocation.net, it shows a Tor IP in France (as expected). But if I refresh the page 2–3 times, the IP suddenly changes — sometimes it switches to an IP in my actual country (based on my ISP), or shows somewhere else like the USA.
Then, no matter how many times I refresh, it sticks to that new location (like California, USA). But Tor still shows the circuit as being in France. This is confusing — it looks like the circuit hasn’t changed, but the IP result clearly has.
This also affects websites that block U.S. traffic — they detect me as being in the U.S. and block access, even though I’m using only French nodes.
My setup:
- Operating System: Windows 7
- Tor Browser version: 13.5.16 (64-bit)
- Tor Browser Security Level: Standard
What I tried:
- Killed IPv6 on my system, router, and inside Tor.
- Edited my torrc file like this (see below):
objectivec
CopyEdit
EntryNodes {FR}
MiddleNodes {FR}
ExitNodes {FR}
StrictNodes 1
ExcludeNodes {??},{US},{CN},{RU},{NL},{DE},{A1},{GB},{CA},{AU},{IT},{ES},{SE},{NO},{IL},{IN},{JP},{KR}
ClientUseIPv6 0
DisableNetwork 1
- Reinstalled Tor and restarted multiple times.
- Also changed settings in about:config:
- Disabled WebRTC: media.peerconnection.enabled=false
- Disabled geolocation: geo.enabled=false
- Disabled WebGL: webgl.disabled=true
- Disabled canvas access: canvas.blocked=true
- Disabled sensors: device.sensors.enabled=false
- Enabled fingerprinting resistance: privacy.resistFingerprinting=true
- Enabled first-party isolation: privacy.firstparty.isolate=true
Steps to reproduce:
- Launch Tor Browser and visit iplocation.net.
- Notice the initial IP location is France (as expected).
- Refresh the page 2–3 times.
- The IP location changes to something else, often showing my actual country or even USA.
- After this, no matter how many times I refresh, the IP stays in the new location (e.g., California, USA), even though the circuit still shows France.
My question:
- Is this normal behavior, or am I doing something wrong?
- Is Tor leaking my real IP or location somehow?
- Could this be a bug, or is it a known issue?
- Could websites like iplocation.net be leaking data in a way that Tor can’t protect against?
I’d really appreciate it if someone with more experience could help me out and confirm whether this is a known issue, a misconfiguration, or if it’s related to something like IP address leakage.
Thanks in advance! Just trying to use Tor safely and learn more about it.