Access proxy outside server #2258
Replies: 2 comments 12 replies
-
my guess is that privoxy has rules blocking your external traffic or most likely is listening only on localhost interface. /etc/privoxy/config should a line like: listen-address |
Beta Was this translation helpful? Give feedback.
-
It has been a while, you may have found what was wrong in the setup. ss -tlnp src :8888 should list the docker proxy. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I've setup a docker container on my server using a web proxy. It works fine using the proxy inside my server. However, I wanna use the proxy outside my server, and it's not working. I've tried a lot of thing but nothing has worked. Someone can help me finding out a way to solve it?
My docker-compose.yml:
To give an example, it works properly if I run (inside my server):
However, it doesn't work if I run (outside my server):
Also, I've opened the 8118 port on my server panel, but it is not being shown if I run nmap:
So I've tried to use other ports, like 8080. However, when I try it, the port state turns from "open" to "filtered".
Thanks in advance for helping me :)
Beta Was this translation helpful? Give feedback.
All reactions