Re: Tor and Polipo

2014-10-23 Thread opendaddy
Hello!

Thank you so much. You're most right, there was no need for Polipo, 
uncommenting the control port in `torrc` was enough.

I really appreciate the help, and I hope that I one day can make it up to you.

Sharing with you a little bit of music for what it's worth: 
https://soundcloud.com/jakarta-records/radio-jakarta-003-radio-juicy-radio-juicy-for-jakarta

Take care!

O.D.

On 22. oktober 2014 at 9:15 PM, "Dawe"  wrote:
>
>On Oct 22, 2014 20:44, openda...@hushmail.com wrote:
>> Hi!
>> 
>> On 22. oktober 2014 at 8:23 PM, "Dawe"  wrote:
>> 
>> > Could you try a connection without the control port?
>> 
>> I'm afraid that's mandatory.
>
>Can you test with firefox or another browser to make sure it's a 
>tor/polipo problem? 
>
>> 
>> Do I even need Polipo, can't I just use Tor directly?
>
>Well, Tor speaks socks on the 9050 port. If the client can speak 
>that, you don't
>need a web proxy like polipo.
>
>> 
>> >Also, the default control port is 9051.
>> 
>> My bad.
>> 
>> >Just to be sure: Is your browser inside of the vm?
>> 
>> Yes, everything is inside of the vm.
>> 
>> >What does a "telnet 127.0.0.1 9050" "telnet 127.0.0.1 8123" say?
>> 
>> % telnet 127.0.0.1 9050
>> Trying 127.0.0.1...
>> Connected to 127.0.0.1.
>> Escape character is '^]'.
>> ^CConnection closed by foreign host.
>> % telnet 127.0.0.1 8123
>> Trying 127.0.0.1...
>> Connected to 127.0.0.1.
>> Escape character is '^]'.
>> ^CConnection closed by foreign host.
>
>Ok, and "telnet 127.0.0.1 9051"? The control port isn't open if 
>you don't change
>the torrc.
>
>> 
>> Hope



Re: Tor and Polipo

2014-10-22 Thread opendaddy
On 22. oktober 2014 at 3:55 PM, "Dawe"  wrote:
>
>I think you have to configure proxyAddress if you want polipo to 
>listen on more
>than localhost:
>
># Uncomment one of these if you want to allow remote clients to
>  
># connect: 
>  
>   
>  
># proxyAddress = "::0"# both IPv4 and IPv6 
>  
># proxyAddress = "0.0.0.0"# IPv4 only 
>
>
>If you use one machine for everything, you should point your 
>browser proxy
>config at 127.0.0.1:8123

Hi,

I'm still getting connection refused when trying to connect:

./my_text_browser --proxy 127.0.0.1:8123 --tor-control 127.0.0.1:9151
./my_text_browser --proxy 10.0.0.5:8123 --tor-control 10.0.0.5:9151

I'm using one machine for everything (my OpenBSD VirtualBox at 10.0.0.5).

Here's my current settings from `/etc/polipo/config`:

# proxyAddress = "10.0.0.5"
proxyAddress = "127.0.0.1"
        allowedClients = "127.0.0.1"
socksParentProxy = "localhost:9050"
socksProxyType = socks5

Both Tor and Polipo seems to have started successfully according to 
`/var/log/messages`.

Thank you!

O.D.



Re: Tor and Polipo

2014-10-22 Thread David Coppa
On Wed, Oct 22, 2014 at 5:12 PM,   wrote:
> Hi,
>
> Does anyone know what's wrong with my Tor + Polipo setup? So far I've done 
> `pkg_add tor && pkg_add polipo`, uncommented `socksParentProxy` and 
> `socksProxyType` in `/etc/polipo/config` and then `/etc/rc.d/tor start && 
> /etc/rc.d/polipo start`. However I'm still getting connection refused for 
> 10.0.0.5:9050 / 10.0.0.5:9150.
>
> Thanks!
>
> O.D.
>

What about "proxyAddress" and "allowedClients" ?

Ciao,
David
-- 
"If you try a few times and give up, you'll never get there. But if
you keep at it... There's a lot of problems in the world which can
really be solved by applying two or three times the persistence that
other people will."
-- Stewart Nelson



Tor and Polipo

2014-10-22 Thread opendaddy
Hi,

Does anyone know what's wrong with my Tor + Polipo setup? So far I've done 
`pkg_add tor && pkg_add polipo`, uncommented `socksParentProxy` and 
`socksProxyType` in `/etc/polipo/config` and then `/etc/rc.d/tor start && 
/etc/rc.d/polipo start`. However I'm still getting connection refused for 
10.0.0.5:9050 / 10.0.0.5:9150.

Thanks!

O.D.