[tor-bugs] #6545 [Tor Client]: Isolation level may be funky and share circuits?

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Wed Aug 15 20:38:47 UTC 2012


#6545: Isolation level may be funky and share circuits?
------------------------------+---------------------------------------------
 Reporter:  sdjfjsdfiuhszduh  |          Owner:                    
     Type:  defect            |         Status:  new               
 Priority:  normal            |      Milestone:  Tor: 0.2.3.x-final
Component:  Tor Client        |        Version:                    
 Keywords:                    |         Parent:                    
   Points:                    |   Actualpoints:                    
------------------------------+---------------------------------------------

Comment(by weasel):

 Can't really reproduce this.  Isolation seems to work for me:
 {{{
 weasel at valiant:~/tmp$ cat torrc
 SocksPort 19050
 SocksPort 19051
 SocksPort 19052
 SocksPort 19053
 SocksPort 19054
 SocksPort 19055
 SocksPort 19056
 SocksPort 19057
 weasel at valiant:~/tmp$ for i in `awk '$1=="SocksPort" {print $2}' torrc`;
 do echo "server_port = $i" > torsocks.conf-$i; done
 weasel at valiant:~/tmp$ for p in `awk '$1=="SocksPort" {print $2}' torrc`;
 do (while : ; do TORSOCKS_CONF_FILE=torsocks.conf-$p; echo $p `torsocks
 wget -q -O - http://www.whatismyip.com/ | w3m -T 'text/html' -dump | grep
 'Your IP Addr'`; sleep 5; done)&; done
 19056 Your IP Address Is: 178.216.200.34
 19050 Your IP Address Is: 31.172.30.3
 19051 Your IP Address Is: 93.182.129.86
 19055 Your IP Address Is: 173.254.216.68
 19056 Your IP Address Is: 178.216.200.34
 19053 Your IP Address Is: 64.250.116.70
 19052 Your IP Address Is: 176.31.121.48
 19050 Your IP Address Is: 31.172.30.3
 19057 Your IP Address Is: 93.182.129.84
 19051 Your IP Address Is: 93.182.129.86
 19055 Your IP Address Is: 173.254.216.68
 19054 Your IP Address Is: 198.144.180.18
 19056 Your IP Address Is: 178.216.200.34
 19052 Your IP Address Is: 176.31.121.48
 19050 Your IP Address Is: 31.172.30.3
 19051 Your IP Address Is: 93.182.129.86
 19056 Your IP Address Is: 178.216.200.34
 19055 Your IP Address Is: 173.254.216.68
 19057 Your IP Address Is: 93.182.129.84
 19054 Your IP Address Is: 198.144.180.18

 ..

 weasel at valiant:~$ sudo netstat -npt | grep 25905 | grep -v 127.0.0.1
 tcp        0      0 172.22.118.10:36872     50.115.125.52:443
 ESTABLISHED 25905/tor
 tcp        0      0 172.22.118.10:49717     91.121.210.207:8080
 ESTABLISHED 25905/tor
 tcp        0      0 172.22.118.10:57962     173.254.216.67:443
 ESTABLISHED 25905/tor
 }}}

 So it seems to exit via a couple different exits, so it must use a couple
 different circuits to get there.  As expected, they all start with one of
 my existing three guards, so that's why there are only three connections
 outgoing.

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


More information about the tor-bugs mailing list