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

Bug: VPN Port Forwarding Doesn't Work When Specifying Multiple Ports #2361

Closed
yuljk opened this issue Jul 17, 2024 · 5 comments
Closed

Bug: VPN Port Forwarding Doesn't Work When Specifying Multiple Ports #2361

yuljk opened this issue Jul 17, 2024 · 5 comments

Comments

@yuljk
Copy link

yuljk commented Jul 17, 2024

Is this urgent?

No

Host OS

Debian 12

CPU arch

x86_64

VPN service provider

AirVPN

What are you using to run the container

docker-compose

What is the version of Gluetun

latest

What's the problem 🤔

Hi - I'm using AirVPN and have configured my compose as per the documentation. However, I have found that when specifying multiple VPN ports with e.g FIREWALL_VPN_INPUT_PORTS=56887,57889 I get a 'connection timed out' message in the port checker in the client area of AirVPN.

If I specify a single port, it shows as open.

My syntax looks, correct so not sure what is happening here.

Any help would be much appreciated.

Share your logs (at least 10 lines)

n

Share your configuration

services:
  gluetun:
    image: qmcgaw/gluetun
    container_name: gluetun
    cap_add:
      - NET_ADMIN
    environment:
      - PUID=1001
      - PGID=998
      - TZ=Europe/London
      - VPN_SERVICE_PROVIDER=airvpn
      - VPN_TYPE=wireguard
      - WIREGUARD_PRIVATE_KEY=
      - WIREGUARD_PRESHARED_KEY=
      - WIREGUARD_ADDRESSES=10.170.248.7
      - SERVER_COUNTRIES=United Kingdom
      - FIREWALL_VPN_INPUT_PORTS=44108
      - UPDATER_PERIOD=24h
    volumes:
      - /opt/docker/gluetun:/gluetun
      - /lib/modules:/lib/modules:ro
    ports:
      - 9696:9696
      - 51413:51413
      - 51413:51413/udp
      - 7878:7878
      - 9091:9091
      - 8989:8989
      - 8090:8090
      - 8080:8080
      - 8686:8686
      - 6767:6767
      - 5030:5030
      - 5031:5031
      - 44108:44108
      - 50300:50300
    restart: unless-stopped
Copy link
Contributor

@qdm12 is more or less the only maintainer of this project and works on it in his free time.
Please:

@frepke
Copy link
Collaborator

frepke commented Jul 17, 2024

Be careful sharing your credentials. I've removed them for you.

@yuljk
Copy link
Author

yuljk commented Jul 17, 2024

Be careful sharing your credentials. I've removed them for you.

Doh! - Much appreciated!

@t-anc
Copy link

t-anc commented Jul 18, 2024

Be careful sharing your credentials. I've removed them for you.

It's still possible to see the original post (and the credentials) :/

@yuljk IDK if it's possible with airvpn but I recommend you generate new ones and invalidate those.

@yuljk yuljk closed this as completed Jul 18, 2024
Copy link
Contributor

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants