Blocklist reporting bogus IPs as blocked

Suggest, post, or discuss plugins for Deluge
Post Reply
thor

Blocklist reporting bogus IPs as blocked

Post by thor »

I am running deluge 1.2.0/libtorrent 0.14.6.0 in debug mode on 64bit Ubuntu and my logs show tons of entries with blocked private IP addresses:

[DEBUG ] 22:56:19 alertmanager:115 peer_blocked_alert: blocked peer: 10.0.0.1
[DEBUG ] 23:02:27 alertmanager:115 peer_blocked_alert: blocked peer: 10.0.0.1

there are no 10.x.y.z addresses on my network and running 'tcpdump -n -i any net 10.0.0.0/8' in another window shows no packets.

WTF ?
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Blocklist reporting bogus IPs as blocked

Post by johnnyg »

This is probably related to http://forum.deluge-torrent.org/viewtop ... =9&t=25695

What blocklist are you using?
thor

Re: Blocklist reporting bogus IPs as blocked

Post by thor »

$ cat blocklist.conf

Code: Select all

{
  "file": 1, 
  "format": 1
}{
  "check_after_days": 4, 
  "list_type": "Emule", 
  "url": "http://deluge-torrent.org/blocklist/nipfilter.dat.gz", 
  "try_times": 3, 
  "list_size": 3191220, 
  "last_update": 1265501822.7049949, 
  "timeout": 180, 
  "list_compression": "GZip", 
  "load_on_start": true
}
Post Reply