Re: [tor-talk] Firefox with Torbutton started hanging - what can I do?

2011-08-11 Thread Jack Waugh

In re https://lists.torproject.org/pipermail/tor-talk/2011-August/021022.html


I was able to create a new firefox profile, install Torbutton to that
profile, enable it successfully and connect to the sample hidden Tor
website.

Now, how can I fix my old Firefox profile, or should I just use that
profile only when I want my bank to recognize me, for example.

David Carlson


I think that's a good idea in general. Use one profile for work and  
banking, stuff the government is going to know about anyway if they  
want to.  Use a distinct profile for politics.  Cookies can carry all  
sorts of interesting information back and forth, correlating your  
activities and identity, otherwise.


-- Jack Waugh
___
tor-talk mailing list
tor-talk@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk


Re: [tor-talk] Connection / socket issues with Tor on Mac OS

2011-08-06 Thread Jack Waugh
What about user-IDs, ownerships, and permissions?  If it works when  
you launch it one way but not another way, that's something that would  
occur to me.  Maybe you are starting it as a user who/that doesn't  
have access to the config file.


-- Jack Waugh
Phone: (703) 863-3200
Skype: wx40szj
http://jackwaugh.com/
___
tor-talk mailing list
tor-talk@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk


Re: [tor-talk] Hijacking Advertising to give a Tor Exit node economic sustainability?

2011-08-06 Thread Jack Waugh
There's no way that would fly.  People who are willing to buy  
advertising placements would not ever understand what Tor is and what  
audience size they could expect.  Moreover, they would not want to  
participate in a scheme to substitute their ads for ads by others.   
They would have the feeling that the establishment would think of a  
way to bite them back for anything that interferes with its normal  
operation (advertising and brainwashing people).


-- Jack
___
tor-talk mailing list
tor-talk@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk


Re: [tor-talk] Connection / socket issues with Tor on Mac OS

2011-08-06 Thread Jack Waugh
rg/docs/tor-doc-relay for details.

  ## Required: what port to advertise for incoming Tor connections.
! #ORPort 9001
  ## If you want to listen on a port other than the one advertised
  ## in ORPort (e.g. to advertise 443 but bind to 9090), uncomment the
  ## line below too. You'll need to do ipchains or other port forwarding
--- 79,85 
  ## See https://www.torproject.org/docs/tor-doc-relay for details.

  ## Required: what port to advertise for incoming Tor connections.
! ORPort 80
  ## If you want to listen on a port other than the one advertised
  ## in ORPort (e.g. to advertise 443 but bind to 9090), uncomment the
  ## line below too. You'll need to do ipchains or other port forwarding
***
*** 87,93 
  #ORListenAddress 0.0.0.0:9090

  ## A handle for your relay, so people don't have to refer to it by key.
! #Nickname ididnteditheconfig

  ## The IP address or full DNS name for your relay. Leave commented out
  ## and Tor will guess.
--- 87,93 
  #ORListenAddress 0.0.0.0:9090

  ## A handle for your relay, so people don't have to refer to it by key.
! Nickname reston

  ## The IP address or full DNS name for your relay. Leave commented out
  ## and Tor will guess.
***
*** 96,114 
  ## Define these to limit how much relayed traffic you will allow. Your
  ## own traffic is still unthrottled. Note that RelayBandwidthRate must
  ## be at least 20 KBytes.
! #RelayBandwidthRate 100 KBytes  # Throttle traffic to 100KB/s (800Kbps)
! #RelayBandwidthBurst 200 KBytes # But allow bursts up to 200KB/s (1600Kbps)

  ## Contact info to be published in the directory, so we can contact you
  ## if your relay is misconfigured or something else goes wrong. Google
  ## indexes this, so spammers might also collect it.
  #ContactInfo Random Person 
  ## You might also include your PGP or GPG fingerprint if you have one:
  #ContactInfo 1234D/ Random Person 

  ## Uncomment this to mirror directory information for others. Please do
  ## if you have enough bandwidth.
! #DirPort 9030 # what port to advertise for directory connections
  ## If you want to listen on a port other than the one advertised
  ## in DirPort (e.g. to advertise 80 but bind to 9091), uncomment the line
  ## below too. You'll need to do ipchains or other port forwarding yourself
--- 96,116 
  ## Define these to limit how much relayed traffic you will allow. Your
  ## own traffic is still unthrottled. Note that RelayBandwidthRate must
  ## be at least 20 KBytes.
! RelayBandwidthRate 20 KBytes
! MaxAdvertisedBandwidth 20 KBytes
! RelayBandwidthBurst 200 KBytes # But allow bursts up to 200KB/s (1600Kbps)

  ## Contact info to be published in the directory, so we can contact you
  ## if your relay is misconfigured or something else goes wrong. Google
  ## indexes this, so spammers might also collect it.
  #ContactInfo Random Person 
+ ContactInfo Jack Waugh 
  ## You might also include your PGP or GPG fingerprint if you have one:
  #ContactInfo 1234D/ Random Person 

  ## Uncomment this to mirror directory information for others. Please do
  ## if you have enough bandwidth.
! DirPort 9030 # what port to advertise for directory connections
  ## If you want to listen on a port other than the one advertised
  ## in DirPort (e.g. to advertise 80 but bind to 9091), uncomment the line
  ## below too. You'll need to do ipchains or other port forwarding yourself
***
*** 144,149 
--- 146,153 
  #ExitPolicy accept *:6660-6667,reject *:* # allow irc ports but no more
  #ExitPolicy accept *:119 # accept nntp as well as default exit policy
  #ExitPolicy reject *:* # no exits allowed
+ # ExitPolicy accept *:80,accept *:443,reject *:*  # Jack
+ ExitPolicy reject *:*
  #
  ## Bridge relays (or "bridges") are Tor relays that aren't listed in the
  ## main directory. Since there is no complete public list of them,  
even if an


As for my browser, when I run it on the same machine that is running  
Polipo and Tor (which wasn't my original intention, but I do that now  
to distribute memory use across my computers), it has:


HTTP Proxy 127.0.0.1 port 8123
SSL  Proxy 127.0.0.1 port 8123
SOCKS Host 127.0.0.1 port 9050
Socks protocol version: SOCKS v5
No proxies for 127.0.0.1

So, as someone else on this list helpfully explained to me, you point  
your browser directly to Tor for its SOCKS proxy but you point your  
browser to Polipo for its HTTP proxy (and, I guessed, SSL proxy as  
well).



-- Jack Waugh
Skype: wx40szj
___
tor-talk mailing list
tor-talk@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk


Re: [tor-talk] Pirate Linux

2011-08-04 Thread Jack Waugh

Does this have something to do with Pastafarianism?  Heh, heh.

Your neighbor from the south
___
tor-talk mailing list
tor-talk@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk


[tor-talk] Getting Vidalia to Talk to Existing Tor Instance

2011-07-31 Thread Jack Waugh
What's it take to convince Vidalia to talk to a Tor that the Vidalia didn't 
start, and to convince Tor to cooperate?  My interest here is in monitoring the 
bandwidth use by Tor.  I run Tor as a service on headless Ubuntu Debian Linux.
___
tor-talk mailing list
tor-talk@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk


Re: [tor-talk] Request for Help Configuring Torbutton for Remote Polipo

2011-07-31 Thread Jack Waugh
Thanks to responses [1, 2] in this list to my questions, I was able to make my 
config work and meet the goal I'd stated.

---

[1] https://lists.torproject.org/pipermail/tor-talk/2011-July/020900.html
[2] https://lists.torproject.org/pipermail/tor-talk/2011-July/020908.html
___
tor-talk mailing list
tor-talk@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk


[tor-talk] Proxy Use 101

2011-07-30 Thread Jack Waugh
When you configure Firefox to point to an HTTP proxy and a SOCKS proxy, how 
does Firefox know which to use?
___
tor-talk mailing list
tor-talk@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk


[tor-talk] Request for Help Configuring Torbutton for Remote Polipo

2011-07-28 Thread Jack Waugh
I want to run Polipo on a "server" machine and Firefox with Torbutton on 
distinct client machines not having Polipo or Tor loaded on them.  How do I set 
it up?

I tried it with Polipo listening on its default port of 8123.  I set Polipo's 
proxyAddress = "0.0.0.0" so it would listen to requests  I set its 
allowedClients = 127.0.0.1, 192.168.2.0/24 since my client machine is in the 
latter network.  These settings sufficed to allow me to brows to Polipo's 
manual from the client machine (before I loaded TorButton).

So with TorButton I tried configuring its SOCKS, http, and SSL proxy settings 
to point to the server machine and port 8123, but its test failed.  So what is 
the right way to set it up, and please explain the underlying logic.

Thanks in advance.

--
Jack Waugh
___
tor-talk mailing list
tor-talk@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk


[tor-talk] Torbutton Tells Firefox to Ban Browsing to Port 8123 -- Pain!

2011-07-28 Thread Jack Waugh
Even when Tor is disabled via Torbutton, Torbutton repeatedly changes Firefox 
settings in such a way that I can't browse to port 8123, which is the default 
port for Polipo.  I would really like to use the browser to see Polipo's 
manual, so this is to protest against this feature of Torbutton.

Jack Waugh
___
tor-talk mailing list
tor-talk@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk