View current connection #2936
Replies: 2 comments
-
I'm not familiar with podman and proxmox, but if you have access to run docker commands in your environment you can run a command like this where "transmission" is just whatever you named your transmission container and it'll spit the IP back, then you can check your IP off VPN and make sure they're distinct. docker exec -it transmission curl icanhazip.com |
Beta Was this translation helpful? Give feedback.
-
Also, since transmission runs anyway, it's convenient to add a torrent which spits out the current IP as an error message. I have this in my torrents and check the status and the IP from time to time. You can download one from https://ipleak.net as a part of their checks. Also, use the web site https://iknowwhatyoudownload.com to check if you had any leaks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Let me prefface that I am not a network security guy. I am currently struggling validating that the container is properly isolated. Everything seems to be working properly, but there doesn't appear to be any interface that I can validate that transmission is properly routing through the openvpn connection. Is there some debug view or some means that I can look at other than learning how to use wireshark on a container running on podman running on proxmox?
Beta Was this translation helpful? Give feedback.
All reactions