Page 1 of 1

Blocklist reporting bogus IPs as blocked

Posted: Mon Feb 08, 2010 7:09 am
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 ?

Re: Blocklist reporting bogus IPs as blocked

Posted: Mon Feb 08, 2010 8:43 am
by johnnyg
This is probably related to http://forum.deluge-torrent.org/viewtop ... =9&t=25695

What blocklist are you using?

Re: Blocklist reporting bogus IPs as blocked

Posted: Mon Feb 08, 2010 9:14 am
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
}