is the default route and main connection. Eth1 also goes out to internet and
it's the one I am trying to get deluged to use but it refuses.
eth0 ip is 172.16.0.3
eth1 ip is 192.168.1.253
deluged --help says:
Code: Select all
-i IFACE, --interface=IFACE
Interface daemon will listen for bittorrent
connections on, this should be an IP address
-u IFACE, --ui-interface=IFACE
Interface daemon will listen for UI connections on,
this should be an IP address
to the ui. Seems simple enough.
I run:
/usr/bin/deluged --do-not-daemonize -i 192.168.1.253 -u 172.16.0.3
and then I wait.....and no activity on the 192.168.1.253 interface while the
172.16.0.3 interface is as active as can be. Are these options just there to
piss people off? What am I doing wrong? Thanks for any help I'm pulling my hair out here.