On 22. oktober 2014 at 3:55 PM, "Dawe" <[email protected]> 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.