binhex / arch-qbittorrentvpn

Docker build script for Arch Linux base with qBittorrent, Privoxy and OpenVPN
GNU General Public License v3.0
397 stars 46 forks source link

privoxy proxy not responding outside of the pod #98

Open lealoureiro opened 2 years ago

lealoureiro commented 2 years ago

Hello!

First of all thanks for great work!

I'm currently running this image in k8s with OpenVPN which seems to work fine and able to download via qBitTorrent with VPN connected.

But i'm having problems to use the privoxy outside of the pod.

When I do a test curl inside the c pod it works:

[root@qbittorrent-vpn-689f6d78c7-f8drs privoxy]# curl http://localhost:8118
Invalid header received from client.

But when I do outside of the pod, in another pod in same namespace, does not work:

root@jackett-df4576956-mbcqs:/# curl http://qbittorrent-vpn:8118
^C

From same pod I can access the ui interface:

root@jackett-df4576956-mbcqs:/# curl http://qbittorrent-vpn:8080
<!DOCTYPE html>
<html lang="en">

<head>

Watching the 8118 port on qbittorrent-vpn, seems to be listen in all interfaces:

[root@qbittorrent-vpn-689f6d78c7-f8drs privoxy]# netstat -an | grep 8118
tcp        0      0 0.0.0.0:8118            0.0.0.0:*               LISTEN

I have the env variable defined as this:

        - name: ENABLE_PRIVOXY
          value: "yes"
        - name: LAN_NETWORK
          value: "172.16.0.0/16, 10.96.0.0/12, 192.168.178.0/24"
vallabhvrao commented 1 year ago

+1

SNThrailkill commented 11 months ago

Im also seeing this issue. Anyone figure out the solution?