I'm trying to run Tor in virtual machine. It used to work, but now when I try to access sites I get "502 bad gateway" error from Privoxy instead of requested site. I tried fixing time to correct one with date command but I still get 502 error. I use Virtualbox, Linux guest, and Tor+Privoxy setup.
feedback
|
|
Try going to Google normally without Tor. If you can do this, it is possible that your ISP is blocking TOR or the page you are visiting is just filtered at the other end. Also, if you can visit Google normally, it means that this problem is related to Tor itself and nothing to do with being inside a virtual machine. | |||||
feedback
|
|
Check the virtual machine can access the internet by pinging then using wget/curl to get a webpage, since the log suggests that is where the error is. If you can't then it's a networking problem with the virtual machine and you'll need to make sure the Virtualbox network is correctly configured and that the virtual machine is getting an ip address correctly. If the virtual machine can connect then it's likely a config issue with Tor or Privoxy. Try bypassing Privoxy by using Tor directly on the virtual machine - | |||
|
feedback
|