Hi.
For my specific task, I need to make TorBrowser and console tor look as having the same IP address for a specific site.
If I run curl -i -L http://check.torproject.org
in bash, I see
... Congratulations. This browser is configured to use Tor.
</h1>
<p>Your IP address appears to be: <strong>xxx.xxx.xxx.252</strong></p> ...
Simultaneously I click IP check on the Whonix Welcome Page in Torbrowser and see
Congratulations. This browser is configured to use Tor.
Your IP address appears to be: xxx.xxx.xx.126
These addressess are different every single time.
How to make them be the same?
P.S. Another issue I have is that curl -i -L http://check.torproject.org
shows differernt IP addresses every time I run it. Even if run it every 5 seconds it prints out different IP!
How to make console tor hold on the same IP at least a few minutes?