I have tor/vidalia installed and works perfectly with whatever browser on host (windows 7) I point to 127.0.0.1:8118 proxy.
But how can I set it up from inside of vmware workstation guest (windows 7) without installing it on the guest?
Best i could google was https://trac.torproject.org/projects/tor/wiki/doc/VMWareThroughTor
It says
Open privoxy setup file config.txt and modify the line (substituting your IP address found above and favorite port.):
{{{listen-address 127.0.0.1:8118 to: listen-address 192.168.23.1:8118}}}
I tried to put it in torrc configuration from vidalia but it "doesn't recognize the action".
edit: screen shot : http://i.imgur.com/nLAIO.png
Do I need privoxy installed too? Can't it work directly through torrc configuration?
192.168.23.1), and then put in place of127.0.0.1. – curiousguy Jul 19 '12 at 10:29SocksListenAddress 127.0.0.1toSocksListenAddress 192.168.x.y. – curiousguy Jul 20 '12 at 8:15