On 27.07.2012 05:48, Name Withheld wrote:
For B), this is probably a total newbie question, since I've never had to
run a program like this before. If I can get a second IP from the ISP for
the same physical server, is there a configuration option in Debian (or
something in the torrc file) I'll need to set to get it to the additional
tor daemons binding to the secondary address?
Use *Address to bind your Tor to your second addres. From
http://www.torservers.net/misc/config/torrc :
ORPort 443
DirPort 80
Address 109.163.233.200
OutboundBindAddress 109.163.233.200
ORListenAddress 109.163.233.200:443
DirListenAddress 109.163.233.200:80
DataDirectory /var/lib/tor/0
PidFile /var/run/tor/tor0.pid
Log notice file /var/log/tor/notices0.log