How To Fix Anonymous Mode

Started by Hagopian, July 04, 2017, 07:04:45 AM

Previous topic - Next topic

Hagopian

 Hi everybody !

This little tutorial is for beginners who want to use anonymous mode.

1.

- Running/Enable Anonymous (anonymous start)

You should see a text like this:

[!] Please add the following to your '/etc/tor/torrc' ans restart service:

VirtualAddrNetwork 10.192.0.0/10
TransPort 9040
DNSPort 53
AutomapHostsOnResolve 1

2.

You will copy:

VirtualAddrNetwork 10.192.0.0/10
TransPort 9040
DNSPort 53
AutomapHostsOnResolve 1

Then, enter the following command:

sudo nano /etc/tor/torrc

3.

Once the file is open, you will go down at the bottom of the text, then you will paste or type:

VirtualAddrNetwork 10.192.0.0/10
TransPort 9040
DNSPort 53
AutomapHostsOnResolve 1

PS: CAUTION DO NOT LEAVE SPACE !

It's not

VirtualAddrNetwork 10.192.0.0/10
TransPort 9040
DNSPort 53
AutomapHostsOnResolve 1

It's

VirtualAddrNetwork 10.192.0.0/10
TransPort 9040
DNSPort 53
AutomapHostsOnResolve 1

4.

You will now save and exit the file (Ctrl+X, And be careful to accept when prompting you to save the changes).

End.

So hopefully this tutorial will have helped you, if you have a question or some problem, do not hesitate to ask me !
La programmation aujourd'hui est une course entre les développeurs tâchant de concevoir des programmes de plus en plus nombreux et efficaces, convenant même aux imbéciles, et l'univers essayant de produire des idiots de plus en plus nombreux et efficaces. Jusqu'à présent, c'est l'univers qui gagne.