You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any time FIREWALL_VPN_INPUT_PORTS is set to include more than one port, port forwarding stops working. I've verified multiple times that it works with one single port, but as soon as a second is added, it silently stops working. Both ports work when used one at a time.
In the config example, both ports 5035 and 11235 work fine on their own when used one at a time. But add the second and they both stop working. Remove one again, and the remaining one works.
Share your logs (at least 10 lines)
gluetun | 2025-02-25T05:36:22Z INFO [vpn] starting
gluetun | 2025-02-25T05:36:22Z INFO [firewall] allowing VPN connection...
gluetun | 2025-02-25T05:36:22Z INFO [wireguard] Using available kernelspace implementation
gluetun | 2025-02-25T05:36:22Z INFO [wireguard] Connecting to 68.235.52.67:1637
gluetun | 2025-02-25T05:36:22Z INFO [wireguard] Wireguard setup is complete. Note Wireguard is a silent protocol and it may or may not work, without giving any error message. Typically i/o timeout errors indicate the Wireguard connection is not working.
gluetun | 2025-02-25T05:36:22Z INFO [firewall] setting allowed input port 5035 through interface tun0...
gluetun | 2025-02-25T05:36:22Z INFO [firewall] setting allowed input port 11235 through interface tun0...
gluetun | 2025-02-25T05:36:23Z INFO [healthcheck] healthy!
gluetun | 2025-02-25T05:36:23Z INFO [ip getter] Public IP address is 68.235.52.68 (United States, Illinois, Chicago - source: ipinfo)
gluetun | 2025-02-25T05:36:27Z INFO [dns] DNS server listening on [::]:53
gluetun | 2025-02-25T05:36:27Z INFO [dns] ready
Is this urgent?
None
Host OS
Ubuntu 24.04
CPU arch
x86_64
VPN service provider
AirVPN
What are you using to run the container
docker-compose
What is the version of Gluetun
13532c8
What's the problem 🤔
Any time FIREWALL_VPN_INPUT_PORTS is set to include more than one port, port forwarding stops working. I've verified multiple times that it works with one single port, but as soon as a second is added, it silently stops working. Both ports work when used one at a time.
In the config example, both ports 5035 and 11235 work fine on their own when used one at a time. But add the second and they both stop working. Remove one again, and the remaining one works.
Share your logs (at least 10 lines)
Share your configuration
The text was updated successfully, but these errors were encountered: