Im working on project in Tor and im running Exit-Relay and Tor-Bridge together(on the same ip). for that im using VMware Ubuntu 16.04 with SSH. im using "arm" option tor run the Tor through terminal this is my "torrc" file through SSH:
SocksPort 0 ORPort 443 BridgeRelay 1 Exitpolicy reject *:* PublishServerDescriptor 0 Nickname Test ExitRelay 1 ControlSocket 0 ContactInfo human@gmail.com
now, im testing the Exit-Relay through "Windows" and sets in "torrc":
Exitnodes ip(my servers ip)
and is works.
and now im testing my Tor-Bridge through Tor-Browser:
my ip:port| my fingerprint
and it works
but when im running them both on my computer- changing the "torrc" file(in windows) and set in Tor-Browser to use my Bridge its not working.
i need them to work together for this project.
edit: after few hours the Tor-Brigade are still working buy when im trying to use the Exit-Relay its seams like every thing is ok but i can't get into to the Tor net.(in my browser i see my Exit-Relay ip but cant get into the internet)
On 25 Apr 2018, at 18:09, dave` dave daved7082@gmail.com wrote:
Im working on project in Tor and im running Exit-Relay and Tor-Bridge together(on the same ip). for that im using VMware Ubuntu 16.04 with SSH. im using "arm" option tor run the Tor through terminal this is my "torrc" file through SSH:
SocksPort 0 ORPort 443 BridgeRelay 1 Exitpolicy reject *:* PublishServerDescriptor 0 Nickname Test ExitRelay 1 ControlSocket 0 ContactInfo human@gmail.com now, im testing the Exit-Relay through "Windows" and sets in "torrc":
Exitnodes ip(my servers ip) and is works.
and now im testing my Tor-Bridge through Tor-Browser:
my ip:port| my fingerprint and it works
but when im running them both on my computer- changing the "torrc" file(in windows) and set in Tor-Browser to use my Bridge its not working.
Tor clients won't build a path via two relays on the same IP address.
To disable this feature, which is designed to protect your anonymity, use: EnforceDistinctSubnets 0
T
hi. Thank you for your answer. i need to add this line " EnforceDistinctSubnets 0" to the "torrc" file in the SSH? and if the answer is "yes" its still not working.
On Wed, Apr 25, 2018 at 3:11 PM, teor teor2345@gmail.com wrote:
On 25 Apr 2018, at 18:09, dave` dave daved7082@gmail.com wrote:
Im working on project in Tor and im running Exit-Relay and Tor-Bridge together(on the same ip). for that im using VMware Ubuntu 16.04 with SSH. im using "arm" option tor run the Tor through terminal this is my "torrc" file through SSH:
SocksPort 0 ORPort 443 BridgeRelay 1 Exitpolicy reject *:* PublishServerDescriptor 0 Nickname Test ExitRelay 1 ControlSocket 0 ContactInfo human@gmail.com
now, im testing the Exit-Relay through "Windows" and sets in "torrc":
Exitnodes ip(my servers ip)
and is works.
and now im testing my Tor-Bridge through Tor-Browser:
my ip:port| my fingerprint
and it works
but when im running them both on my computer- changing the "torrc" file(in windows) and set in Tor-Browser to use my Bridge its not working.
Tor clients won't build a path via two relays on the same IP address.
To disable this feature, which is designed to protect your anonymity, use: EnforceDistinctSubnets 0
T
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
On 25 Apr 2018, at 22:28, dave` dave daved7082@gmail.com wrote:
hi. Thank you for your answer. i need to add this line " EnforceDistinctSubnets 0" to the "torrc" file in the SSH? and if the answer is "yes" its still not working.
You need to change the torrc file in your Tor client, which is Tor Browser. You won't be very anonymous this way.
T
tor-relays@lists.torproject.org