Page 1 of 1

interface parameter for the daemon

Posted: Sat Oct 03, 2009 9:13 pm
by Gurney
hello all,

I was just wondering if any of you knew how to use the --interface parameter for the daemon, as shown in the main.pty source file:

Code: Select all

 parser.add_option("-i", "--interface", dest="interface",
help="Interface daemon will listen for bittorrent connections on, \
this should be an IP address",
action="store", type="str")
I'm using the latest PPA for Ubuntu (1.1.9), so this should be ok. But... I cannot see how to use it.

deluged -i returns "unknown option".

Thanks a lot !

Re: interface parameter for the daemon

Posted: Sat Oct 03, 2009 10:12 pm
by Gurney
Just to add to my previous post:

what I would like to do is redirecting the whole deluge traffic to a local loopback, in order to redirect it through a VPN.

Cf. here:
http://forums.fedoraforum.org/showthread.php?t=229337

Re: interface parameter for the daemon

Posted: Thu Oct 08, 2009 4:37 am
by Gurney
Up!

Anybody? ;)

Re: interface parameter for the daemon

Posted: Thu Oct 08, 2009 10:06 pm
by andar
I'm not sure if 1.1.9 supports this? I think I only implemented this in 1.2..

Re: interface parameter for the daemon

Posted: Fri Oct 09, 2009 4:35 am
by Gurney
Oh ok, thanks.

I'll wait for 1.2 then !