Hi,
I have two network interfaces on my server and thus 2 IP addresses. Since tor uses only a very small fraction of my resources (I'm running a bridge), I was wondering if I could put up two bridges, one on each interface. I didn't find anything in the docs about that.
Many thanks,
-- Torry
Yes, you can run a a bridge on each of the 2 addresses.
You'll need to specify different config files ("/etc/tor/tor0.cfg" and "/etc/tor/tor1.cfg"), log files, PID files and directories for each bridge.
Each of the config files would include something like this, with a different IP address and instance numbering each file:
Log notice file /var/log/tor/tor0.log DataDirectory /var/lib/tor/tor0 Address aaa.bbb.ccc.ddd OutboundBindAddress aaa.bbb.ccc.ddd ORPort [aaa.bbb.ccc.ddd]:443
Hope this helps.
On 05/24/2013 05:24 AM, Torry Torah wrote:
Hi,
I have two network interfaces on my server and thus 2 IP addresses. Since tor uses only a very small fraction of my resources (I'm running a bridge), I was wondering if I could put up two bridges, one on each interface. I didn't find anything in the docs about that.
Many thanks,
-- Torry
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays@lists.torproject.org