Hi,
I just activated my first exit relay. ( https://metrics.torproject.org/rs.html#details/3B85067588C3F017D5CCF7D8F65B5... ) I had the following in my torrc (plus some other things):
SocksPort 0 ControlPort 9052 ORPort 209.141.39.157:443
I have 2 IPs on my server and I wanted Tor to use 209.141.39.157. I thought setting it with ORPort would suffice. But under "Exit Addresses" in the metrics it was my other IP. So I added the following in my torrc:
Address 209.141.39.157 OutboundBindAddress 209.141.39.157
And now I have both IPs in the "Exit Addresses". How can I prevent my exit relay from using the other IP? Note that I have also another instance of Tor running a hidden service that I intended to run on the other IP.
Denny