Closed mylogon341 closed 11 months ago
I'm guessing the wireguard connection has failed and began to expose my real ip address at some point.
Gluetun only allows connections to the VPN server (ip_address:port) ever (except for the first 15 milliseconds at program start, since configuring the firewall is not instantaneous). You can check this by checking firewall rules setup with LOG_LEVEL=debug
.
If it gets unhealthy, the VPN restarts internally, and the firewall updates the ip_address:port allowed from the older one to the newer one: https://github.com/qdm12/gluetun/blob/1c43a1d55bf38c85651e8a6b74e12026116f1545/internal/firewall/vpn.go#L10
On top of this, the timestamp you mention 2023-10-06T16:25:48Z
is between the two log lines
2023-10-06T15:51:00Z INFO [dns] generate keytag query _ta-4a5c-4f66. NULL IN
2023-10-06T16:51:07Z INFO [dns] generate keytag query _ta-4a5c-4f66. NULL IN
So there is definitely no unhealthiness or VPN failing, it's just standard working behavior. Are you sure you were'nt running a torrent client on another machine, or restarted the qbitorrent container without going through Gluetun?
@mylogon341 - any news about this?
I've not received anymore emails from my isp so I can imagine it's maybe not an issue. It's hard to tell what happened in that instance but since then I've been extra careful to not let any containers join other networks and have been a lot more strict with automation by moving all my containers and networking to docker compose files rather than doing it all manually via portainer, which is just heaps easier anyway.
Is this urgent?
No
Host OS
Debian 11 Bullseye
CPU arch
x86_64
VPN service provider
NordVPN
What are you using to run the container
Other
What is the version of Gluetun
Running version latest built on 2023-08-24T09:09:29.123Z (commit 1ac031e)
What's the problem 🤔
I received an email from my ISP with the following opening paragraph
and then went on to specify an actual torrent that was processed through my qBittorrent client, which is routing through glueton. Thankfully, they were kind enough to provide a timestamp so that I was able to go back through my logs.
I have checked my client ip address via sites such as http://checkmyip.torrentprivacy.com and they do show that is is not my WAN IP, so I'm guessing the wireguard connection has failed and began to expose my real ip address at some point.
Share your logs (at least 10 lines)
Share your configuration