Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: support for Windscribe Static IP Port Forwarding over Wireguard #2140

Closed
tobsynl opened this issue Mar 5, 2024 · 2 comments

Comments

@tobsynl
Copy link

tobsynl commented Mar 5, 2024

What's the feature 🧐

Hi there,

I have a Windscribe plan with a Static IP with Permanent Port Forwarding. Following instructions in the Gluetun Wiki, I have a working Gluetun container with qBittorrent (yay!). I have added the forwarded port I created in the Windscribe portal to FIREWALL_VPN_INPUT_PORTS. Unfortunately though, the port is still closed. I have been able to get it to work by using one of their regular servers, but the Static IP seems to cause trouble. Any chance to get support for this?

Cheers,
Tobsy

Extra information and references

version: "3.5"
services:
  gluetun:
    image: qmcgaw/gluetun:latest
    container_name: gluetun
    cap_add:
      - NET_ADMIN
    network_mode: bridge
    ports:
      - 8085:8085
    volumes:
      - /volume1/docker/gluetun:/tmp/gluetun
    environment:
      - VPN_SERVICE_PROVIDER=custom
      - VPN_TYPE=wireguard
      - VPN_ENDPOINT_IP=redacted
      - VPN_ENDPOINT_PORT=redacted
      - WIREGUARD_PUBLIC_KEY=redacted
      - WIREGUARD_PRIVATE_KEY=redacted      
      - WIREGUARD_PRESHARED_KEY=redacted
      - WIREGUARD_ADDRESSES=redacted
      - FIREWALL_VPN_INPUT_PORTS=redacted
    restart: always

  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent
    container_name: qbittorrentvpn
    network_mode: "service:gluetun"
    environment:
      - PUID=1026
      - PGID=100
      - TZ=Europe/Amsterdam
      - WEBUI_PORT=8085
    volumes:
      - '/volume1/docker/qbittorrentvpn:/config'
      - '/volume1/docker/Downloads:/downloads'
    depends_on:
      - gluetun
    restart: always
@qdm12
Copy link
Owner

qdm12 commented May 2, 2024

Sorry I cannot help in this case, reach out to Windscribe about this?
If the Wireguard connection is working, and FIREWALL_VPN_INPUT_PORTS is set, then it's allowed in the firewall of Gluetun and that's it. The rest is up to the Windscribe wireguard server to properly port forward.

@qdm12 qdm12 closed this as not planned Won't fix, can't repro, duplicate, stale May 2, 2024
Copy link
Contributor

github-actions bot commented May 2, 2024

Closed issues are NOT monitored, so commenting here is likely to be not seen.
If you think this is still unresolved and have more information to bring, please create another issue.

This is an automated comment setup because @qdm12 is the sole maintainer of this project
which became too popular to monitor issues closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants