When you try to change identity get the console message: "[notice] New control connection opened from 127.0.0.1." But the IP address will not be changed...
How do I send a windows command "SIGNAL NEWNYM" to change the IP address?
THX ALL.
Trac: Username: x58973
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
Tor.exe works at startup "control.bat" I get the message "[notice] New control connection opened from 127.0.0.1." IP address (change identity) does not change. The same problem occurs when you use TOR Auto Switcher.
control.bat
@echo offREM Create file with control commandsecho AUTHENTICATE> commands.txtecho SIGNAL NEWNYM>> commands.txtecho QUIT>> commands.txtREM Connect to control port and issue commandsnc localhost 9151 < commands.txtREM Delete commands filedel /Q commands.txt
Run setup.bat > (Run Tor) Random IP Example: **91.197.234.102 **This address is assigned to Mozilla Firefox (And I see it on the website example: whoer.net)
This IP address does not change after you enter the commands.
Cmd line: localhost 9151AUTHENTICATE250 OKGETINFO version 250-version=0.2.9.9 (git-56788a2489127072)250 OK
I thought that the command "SIGNAL NEWNYM" works by creating a new identity.
And it creates a new circle of IP addresses (ENTRY, MIDDLE, EXIT) node. For existing and new connections. When using Windows Tor expert bundle can not change the IP Exit Node?
And can you explain exactly how the command works "SIGNAL NEWNYM"?
PS: Or is the problem that the command "SIGNAL NEWNYM" only works in the Tor Browser?
...
I thought that the command "SIGNAL NEWNYM" works by creating a new identity.
And it creates a new circle of IP addresses (ENTRY, MIDDLE, EXIT) node. For existing and new connections. When using WIndows Tor expert bundle can not change the IP Exit Node?
And can you explain exactly how the command works "SIGNAL NEWNYM"?
The supported way of doing SIGNAL NEWNYM is with Tor Browser.
It works in Tor Browser.
It works using other control port clients, like stem:
https://gitweb.torproject.org/stem.git/
I can't help you with tor configuration or control port programming on this ticket system, because as far as I can tell there's no tor bug here: the bug is in your code.