Search found 5 matches

by Sphinxes
Sat Oct 15, 2016 4:46 pm
Forum: Plugins
Topic: [Plugin] IfaceWatch - Watch for IP changes on interface
Replies: 12
Views: 15751

Re: [Plugin] IfaceWatch - Watch for IP changes on interface

Hmm ok. The ouput of ifconfig --version give me the following, so it seems like it's a pretty old version. Everything should be updated to the latest versions, but maybe ifconfig is still running an old one :)
net-tools 1.60
ifconfig 1.42 (2001-04-13)
by Sphinxes
Sat Oct 15, 2016 1:17 pm
Forum: Plugins
Topic: [Plugin] IfaceWatch - Watch for IP changes on interface
Replies: 12
Views: 15751

Re: [Plugin] IfaceWatch - Watch for IP changes on interface

I presume you are running LInux kernel >= 3.3? If so, this is the reason it doesn't work: https://github.com/ftao/python-ifcfg/blob/master/ifcfg/__init__.py#L37 Aaah... yea, I'm running 4.4.0-42-generic. Would it just be enough to change that line, or does it require a lot of changes to get it work...
by Sphinxes
Fri Oct 14, 2016 7:48 pm
Forum: Plugins
Topic: [Plugin] IfaceWatch - Watch for IP changes on interface
Replies: 12
Views: 15751

Re: [Plugin] IfaceWatch - Watch for IP changes on interface

Ah okay :) I entered only tun0 now (without the *) but it seems like it's still not working, unfortunately. I also get the exact same errors as before in the log files. I tried changing the IfaceWatch settings to eth0 (which is the name for my ethernet interface) just to see if it would make any dif...
by Sphinxes
Fri Oct 14, 2016 6:45 pm
Forum: Plugins
Topic: [Plugin] IfaceWatch - Watch for IP changes on interface
Replies: 12
Views: 15751

Re: [Plugin] IfaceWatch - Watch for IP changes on interface

IFaceWatch will check the IP regularly (the specified interval), so if the VPN interface changes IP, the IP in Deluge settings should be updated automatically on the next interval update. The log window should inform about what is happening. What interval have you specified and how long did you wai...
by Sphinxes
Fri Oct 14, 2016 1:13 am
Forum: Plugins
Topic: [Plugin] IfaceWatch - Watch for IP changes on interface
Replies: 12
Views: 15751

Re: [Plugin] IfaceWatch - Watch for IP changes on interface

Hmm, strange this plugin don't have more comments as it's an extremely useful plugin! Loads of thanks for creating it, bro! :) Though, I seem to have some issues getting it to work with Deluge 1.3.13 running as a systemd service on Ubuntu Server 16.04. I have entered *tun0* as the Interface it shoul...