I want to start off by thanking you for taking the time to read through my post. I am currently working through a project to create a headless torrent box using Deluge on a Raspberry Pi 4 Model B using Raspbian Lite. I was able to get a majority of the setup complete. I started off by setting up OpenVPN with Private Internet Access. I am hooked up using the Netherlands connection and have this enabled to run on startup and set up a killswitch with ufw. Furthermore, I have the deluge web client working with my personal laptop as well as samba shares which is connected to a USB hard drive on the Pi. I tested the VPN using
Code: Select all
curl ifconfig.meCode: Select all
ping whoami.akamai.net -c 1With all this being said, I am no expert and gladly welcome any suggestions you may have. I would think that the IP coming from the "ping" code would match the "ifconfig" code. Is there anything I can do in order to close off that DNS leak? As per the username, I am not the most skilled but I am more than willing to learn!
Thanks!