codingaccountant
Posts: 3
Joined: Fri Jul 31, 2020 8:36 pm

Headless Deluge-Web Setup with VPN Issues

Fri Jul 31, 2020 9:25 pm

Hello all,

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.me
and got an IP from the Netherlands. However, when I go to check for DNS leaks using the

Code: Select all

ping whoami.akamai.net -c 1
I get an IP in an area close to mine from the same ISP as mine.

With 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!

codingaccountant
Posts: 3
Joined: Fri Jul 31, 2020 8:36 pm

Re: Headless Deluge-Web Setup with VPN Issues

Sun Aug 02, 2020 3:13 pm

I would sincerely appreciate any help!

LTolledo
Posts: 3585
Joined: Sat Mar 17, 2018 7:29 am
Location: Anime Heartland

Re: Headless Deluge-Web Setup with VPN Issues

Mon Aug 03, 2020 3:39 am

start again this time without the VPN settings, you can do that later when you've confirmed operation of Deluge.
"Don't come to me with 'issues' for I don't know how to deal with those
Come to me with 'problems' and I'll help you find solutions"

Some people be like:
"Help me! Am drowning! But dont you dare touch me nor come near me!"

codingaccountant
Posts: 3
Joined: Fri Jul 31, 2020 8:36 pm

Re: Headless Deluge-Web Setup with VPN Issues

Wed Aug 05, 2020 3:43 pm

LTolledo wrote:
Mon Aug 03, 2020 3:39 am
start again this time without the VPN settings, you can do that later when you've confirmed operation of Deluge.
I sincerely appreciate the directions! I was able to get a fix on the DNS issue by changing the file properties on /etc/resolv.conf. Once I was able to edit the config file, I was able to easily fix the DNS server issue. Everything is working great for now!

Return to “Networking and servers”