tor 2012-03-29 klockan 14:49 -0400 skrev Chris Ross: > Last time I looked, that could only accept one address. I want to bind to > multiple outgoing addresses, so I can control routing of queries.
It's ACL driven. > Can tcp_outgoing_address take multiple addresses now? Does it just > round-robin through them? It can only select one per request at the moment. There is also the option of using your OS provided routing for round-robin etc. If you configure your server to round-robin load balance routing on the two gateways and let that assign source address of the connections. Regards Henrik
