-
-
Notifications
You must be signed in to change notification settings - Fork 396
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: Torrent still working when Gluetun is paused #2621
Comments
@qdm12 is more or less the only maintainer of this project and works on it in his free time.
|
What do you mean by pausing gluetun? |
I am using Portainer to pause the gluetun container, but I guess it would be the same as using the |
Interesting, indeed pausing the container other containers use as their network stack does not kill their network. This is even more odd since stopping a container does kill the network of connected containers. However, there is nothing Gluetun can do, especially since it's unaware it's being frozen. This is more of container runtime oddity. However, what I can do is checkpoint every second the time to a temporary file (deleted at shutdown) and, if there is more than 1.5 second between the last checkpoint, it means gluetun was paused and so log a warning about the traffic being able to flow. There is no way to stop the traffic since the whole firewall/routing seems to be ignored if the container is paused. |
Does this mean that if the container is paused IP can be leaked? |
Ok, a quick test showed that the VPN network continues to work, the IP is not leaked. But it seems DNS doesn't work in such case |
I had the same behavior. The IP is not leaked |
Is this urgent?
No
Host OS
Debian 12
CPU arch
x86_64
VPN service provider
Surfshark
What are you using to run the container
docker-compose
What is the version of Gluetun
Running version latest built on 2024-11-18T09:49:16.711Z (commit 68ddbfc)
What's the problem 🤔
I am unsure if this issue is caused by qBittorrent or Gluetun, but I would like to share my observations. I have noticed that if I pause Gluetun, the qBittorrent container remains accessible and can continue downloading torrents as usual. Since pausing Gluetun changes its status to "unhealthy," this behavior should not be possible.
However, stopping or killing the container works correctly.
I am using the latest versions of both Gluetun and qBittorrent, and the issue occurs with both Portainer and Docker compose.
Share your logs (at least 10 lines)
Share your configuration
The text was updated successfully, but these errors were encountered: