<div dir="ltr">No problems here, and if  tor handles blocked ports and port blocking firewalls without issue then it's not something to worry about. But it might not hurt to have a text box explaining this for those who are concerned about what ports they are using.</div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jul 5, 2018 at 12:14 AM Roger Dingledine <<a href="mailto:arma@mit.edu">arma@mit.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, Jul 04, 2018 at 11:20:31PM -0700, Keifer Bly wrote:<br>
> So tor will automatically use port 80 or 443 if Those are the only ones open?<br>
<br>
Tor will choose Guard relays at random until one of them works(*).<br>
<br>
It looks like around 844 Guard relays are listening on port 443 right now,<br>
out of the 1858 available Guard relays.<br>
<br>
% grep -B1 Guard cached-consensus |grep "^r "|grep " 443 "|wc -l<br>
844<br>
% grep -B1 Guard cached-consensus |grep "^r "|wc -l<br>
1858<br>
<br>
So if 443 works for you, it won't be many tries until you try a relay<br>
that works for you.<br>
<br>
And once you reach a Guard that works, it will become one of your guards<br>
that you keep using, so you'll only do the "flail around trying to find<br>
one" step when you need to replace your guard.<br>
<br>
Are you concerned that we have the wrong design for general users, or<br>
are you having a specific problem?<br>
<br>
--Roger<br>
<br>
(*) Actually, before Tor starts attempting to reach Guards, it first<br>
needs to bootstrap the consensus document from either the directory<br>
authorities or the fallback directory servers -- but they have a pretty<br>
similar distribution of ports they listen on.<br>
<br>
_______________________________________________<br>
tor-dev mailing list<br>
<a href="mailto:tor-dev@lists.torproject.org" target="_blank">tor-dev@lists.torproject.org</a><br>
<a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev" rel="noreferrer" target="_blank">https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev</a><br>
</blockquote></div>