Make deluge daemon NOT use the VPN

General support for problems installing or using Deluge
Post Reply
draand28
New User
New User
Posts: 1
Joined: Sat Apr 16, 2022 7:32 pm

Make deluge daemon NOT use the VPN

Post by draand28 »

My Ubuntu server 20.04 LTS machine is always connected to an openvpn server, with the tun0 interface.
Deluge daemon shows in the web gui the external IP of the OVPN server, not of the ubuntu server, also the bandwidth is heavily limited by this (about 30-35MB/s instead of 200-300MB/s - I have a 10gbps subscription) because of the inferior link between the OVPN server and the client.
I have tried setting the listen_interface to 192.168.1.240 (the internal IP of the ubuntu machine) but it seems to bind to localhost then tun0 (vpn client), because the web gui always says offline for 192.168.1.240, but online for 127.0.0.1.
Also tried setting the listen_interface with ltconfig plugin, but still it binds to the tun0 interface.

Once again, to make myself clear, I want to bind DelugeD to the enp7s0f0 interface, not tun0 (VPN), because it affects my bandwitdh.

Thanks in advance!
Post Reply