Deluge 1.3.0
Fedora 14 x64
libtorrent-0.12.7-1.fc14.x86_64
GTK
I have 2 network interfaces. A hardwired eth0 and wifi wlan0. I am trying to get deluge to use the wlan0. However if I have both connections up deluge defaults back to eth0. I have tried to set interface option in gui to wlan0 using the appropriate IP address but it still defaults back to eth0. I checked core.conf and it lists the IP I entered in the gui. I would also like to note that both connections use the same default route as 192.168.1.1. Is there something I can do to get deluge to use the interface I would like it to use?
network interface
Re: network interface
I have fixed my issue. I had to setup two new iptables setting one as default for browsing and the other for torrents.
I followed the guide at http://lartc.org/lartc.html#LARTC.RPDB.MULTIPLE-LINKS
Section 4.2 specifically. Before I could follow section 4.2 I had to add the two new iptables per the same howto. Just scroll up a couple lines to where it says "We now generate a new rule which we call 'John', for our hypothetical house mate." Follow the three commands that start with "#" and then you should be able to continue with section 4.2.
I followed the guide at http://lartc.org/lartc.html#LARTC.RPDB.MULTIPLE-LINKS
Section 4.2 specifically. Before I could follow section 4.2 I had to add the two new iptables per the same howto. Just scroll up a couple lines to where it says "We now generate a new rule which we call 'John', for our hypothetical house mate." Follow the three commands that start with "#" and then you should be able to continue with section 4.2.
Re: network interface
Good to know you fixed it, thanks for updating.