I know that this subject has been treated many times, but after three days searching a solution, i come to you, hoping find a way to solve it.
First, i am running on ubuntu server 12.04.
I installed deluge as a daemon (deluged) and the web-ui. All of this is working fine.
I am now trying to use deluged through a VPN connection. When i set the "listen_interface" field of the core.conf file with the value returned by ifconfig, deluge says something like "cannot assign the requested address".
So the question is, i am right when i set this field ??
when ifconfig returned something like :
ppp0 Link encap:Point-to-Point Protocol
inet addr:mynetaddress P-t-P:the_network_address_of_the_vpn Mask:255.255.255.255
....
in the core.conf file, i set:
"listen_interface"="the_network_address_of_the_vpn"
thanks by advance

tuxin