Hi
I want to run a small tor network with only 3 node, entry, router, and exit node. Also I want to set this three nodes in the client node without using directory server.
Any idea appreciated. Regards, Soroosh
On 24/06/14 12:55, Soroosh Sardari wrote:
I want to run a small tor network with only 3 node, entry, router, and exit node. Also I want to set this three nodes in the client node without using directory server.
https://www.torproject.org/docs/faq#PrivateTorNetwork
Running without a directory server won't work, and you also cannot define in which position your nodes will be used (except for the exit position where you can simply reject *:*).
Maybe start by going through Chutney's README, set up one of the provided network topologies, and modify it until it does what you want.
All the best, Karsten
On Jun 24, 2014, at 7:59 AM, Karsten Loesing karsten@torproject.org wrote:
On 24/06/14 12:55, Soroosh Sardari wrote:
I want to run a small tor network with only 3 node, entry, router, and exit node. Also I want to set this three nodes in the client node without using directory server.
https://www.torproject.org/docs/faq#PrivateTorNetwork
Running without a directory server won't work, and you also cannot define in which position your nodes will be used (except for the exit position where you can simply reject *:*).
Maybe start by going through Chutney's README, set up one of the provided network topologies, and modify it until it does what you want.
You might also consider Shadow. It contains a minimal topology and you should be able to get up and running quickly.
You can get started here: https://github.com/shadow/shadow/wiki#tutorial
and learn more here: https://shadow.github.io https://github.com/shadow/shadow
Best, Rob