[tor-bugs] #18214 [Onionoo]: exit policy wrongly displayed in globe, atlas etc.

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Feb 2 16:10:20 UTC 2016


#18214: exit policy wrongly displayed in globe, atlas etc.
-------------------------+-----------------
     Reporter:  toralf   |      Owner:
         Type:  defect   |     Status:  new
     Priority:  Medium   |  Milestone:
    Component:  Onionoo  |    Version:
     Severity:  Normal   |   Keywords:
Actual Points:           |  Parent ID:
       Points:           |    Sponsor:
-------------------------+-----------------
 I do have in torrc :
 {{{
 ...
 # restrict the reduced exit policy here further due to too many abuse
 tickets from AS (mostly port scans)
 #
 ExitPolicy reject *:20-21
 ExitPolicy reject *:22
 ExitPolicy reject *:23
 ExitPolicy reject *:80
 ExitPolicy reject *:554
 ExitPolicy reject *:8000
 ExitPolicy reject *:8080

 # this is the copy of the reduced exit policy from:
 https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy
 #
 ExitPolicy accept *:20-21     # FTP
 ExitPolicy accept *:22        # SSH
 ExitPolicy accept *:23        # Telnet
 ExitPolicy accept *:43        # WHOIS
 ...
 }}}
 but
 https://globe.torproject.org/#/relay/F1BE15429B3CE696D6807F4D4A58B1BFEC45C822
 shows :
 {{{
 ...
 reject 173.193.197.194:*
 reject *:80
 accept *:43
 ...
 }}}
 This is a remote problem, using stem I do get all rejected ports from my
 tor process :
 {{{
 ms-magpie ~ # python3 /home/tfoerste/test.py | tr ',' '\n' | grep 'reject
 \*' | xargs
 reject *:20-21 reject *:22 reject *:23 reject *:80 reject *:554 reject
 *:8000 reject *:8080 reject *:*
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/18214>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list