IP-Blocklist
-
how do i get this error message out of my system logs
php: : The command '/usr/local/pkg/pf/IP-Blocklist.sh start' returned exit code '2', the output was 'not running root: IP-Blocklist was found not running 0 table deleted. 0 table deleted. rm: /tmp/rules.debug.tmp: No such file or directory /usr/local/pkg/pf/IP-Blocklist.sh: cannot create /usr/local/www/packages/ipblocklist/errorOUT.txt: No such file or directory rm: /tmp/rules.debug.tmp: No such file or directory 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 cat: /usr/local/www/packages/ipblocklist/interfaces.txt: No such file or directory 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 15
-
Oh, an yes, I am running country block.
-
I discovered that Cisco makes a list of the Top 100 spammers, for the last 24 hours.
You can export that list. Way cool.
Now, if I can only make my list work, I'm cooking with hydrogen ;DHere's a link to the list in case anyone else wants it.
http://senderbase.com/home/detail_spam_source?displayed=lastday;amp;order=volume_change+desc
-
I used your spam list, http://www.tomschaefer.org/temp/pfsense/IP-Blocklist-ForumSpam.txt, and then created my own, it's small, but it's a start,
http://www.safetyservicesinc.com/spamlist/spamlist2.txt
and added it to IP Blocklist. When I started, the package reported
You are blocking 46182 Networks/IPs
I added about 25 ip's, but the number being blocked did not change. Did I do something wrong??The two lists are added to ipfw.ipfw in /usr/local/www/packages/ipblocklist/lists
Try adding just the one list and click save/update. See how many lines in that file
Now add both lists and click save/update. See how many lines in that file.Is there a difference?
-
There was not.
I'll try deleting both lists, then add one in, then delete it, then add both in and report back the difference if any. -
There must be something I'm wrong with my list, because when I added it in, all by itself, I'm blocking 0 IP's
I added to the list based on the stuff from the Cisco list, so it's more than the 25 I had this AM
Do they need to be sorted??
-
found a semi-colon instead of a colon, but the results are the same.
RATS. -
/usr/local/www/packages/ipblocklist/lists/ipfw.ipfw
is blank when I used my file. -
Your custom list, is it hosted on a webserver on the same lan as the pfsense router?
-
yes. The custom list is on the web server that is behind the firewall.
Also, I signed up for I-Block list, and got their spam list, when I pasted in the link, in either p2p format or cidr format, nothing loaded. -
When a list is hosted on a server that is on the same network as the router, you have to use the private IP address of the webserver for the list.
Fetch does not work when you tell pfsense to fetch from itself. Try modifying your link with the IP in the URL instead of the FQDN. I think you will find that your list will work now.
-
YahOOO
I'm not certain which format worked, but I am no blocking 64 IP addresses.
Tommy, YOU ARE A HERONow, why won't the I-Block list list work??
Not as important as having my list work, I can assure you.
Thank you
-
YahOOO
I'm not certain which format worked, but I am no blocking 64 IP addresses.
Tommy, YOU ARE A HERONow, why won't the I-Block list list work??
Not as important as having my list work, I can assure you.
Thank youGlad that's working.
So the I-Blocklist.com list url is http://list.iblocklist.com/?list=rynxmrknfjysesjtjlxy&fileformat=p2p&archiveformat=gz&id=ljbowdish&pin=2728 but when you open this list in a browser it redirects to http://list.iblocklist.com/f/sgtbrdkspntjshbzbimf/rynxmrknfjysesjtjlxy.gzSo http://list.iblocklist.com/f/sgtbrdkspntjshbzbimf/rynxmrknfjysesjtjlxy.gz is your true URL. I-Blocklist uses multiple mirrors to host files and the first link is just a refferer to the mirror list. The second url is where that link takes you, to the .gz file.
The version of fetch on pfsense doesn't follow links intelligently which requires users to find the true URL. Pro tip: Open the I-Blocklist.com link in a browser and download the file. Go back into the download history and copy the URL where the download came from. This is the True URL.
-
Glad that's working.
So the I-Blocklist.com list url is http://list.iblocklist.com/?. Pro tip: Open the I-Blocklist.com link in a browser and download the file. Go back into the download history and copy the URL where the download came from. This is the True URL.A tip from a PRO. Thank you.
-
lol. Perhaps one day I may get around this by using wget, but I don't like adding bells and whistles unless you need to. KISS is how you get stable packages.
Maybe fetch will get an upgrade one day, but until then the user will have to ensure they have the true URL. Once you have that URL, you don't have to worry about that list anymore.Thank you for your time sir and your generous donation!
-
p2p format?? That's what I downloaded.
I saw something about CDIR format. Which is preferred?? -
p2p format?? That's what I downloaded.
I saw something about CDIR format. Which is preferred??p2p format is the only supported format right now. Soon, the package will move to CIDR only.
I created a poll on this. It has a list of pro's and con's and is still open for voting
http://forum.pfsense.org/index.php/topic,39649.0.html -
If this has already been asked, I apologize, but I'm wondering: Is there a best practice for blocking domains? While searching for blocklists, I found a very extensive collection but it only listed the domains, not the actual IP's.
-
If this has already been asked, I apologize, but I'm wondering: Is there a best practice for blocking domains? While searching for blocklists, I found a very extensive collection but it only listed the domains, not the actual IP's.
Not sure on that one. It seems like a simple thing to script though. Feed a list of domains and for each domain ping it to have DNS resolve the IP and output that into an IP list. Should be less than 10 lines to script.
-
This seems to be a never ending battle. I'm adding 20-30 Ip's every night.
Is there a better list??