Tor: Difference between revisions

imported>Onny
mNo edit summary
imported>Onny
Add note on running relay server behind NAT
Line 30: Line 30:


The Tor relay might require some days to advertise in the network, to the [https://metrics.torproject.org/rs.html relay index] and start generating traffic. You can query metrics about your relay on the relay index page using your individual fingerprint hash which can be found in <code>/var/lib/tor/fingerprint</code>.
The Tor relay might require some days to advertise in the network, to the [https://metrics.torproject.org/rs.html relay index] and start generating traffic. You can query metrics about your relay on the relay index page using your individual fingerprint hash which can be found in <code>/var/lib/tor/fingerprint</code>.
In case your Tor relay is running behind a NAT network, be sure to forward the ORPort to your server running Tor. Additionally you might need to add the <code>Address</code> attribute to the <code>settings</code> option, pointing to the IP or domain name where your relay is reachable from the outside world, for example: <code>services.tor.settings.Address = "myserver.org";</code>


= Clients =
= Clients =