Hi guys,<br><br>I'm trying to use firehol to process some bluetack IP blocklist and I fear that firehol cannot handle the size of the list.<br>Here is how I proceed :<br><br>1) I've put in CIDR format all the subnets I'd like to filter on (1 per line) in the BADNETS file.<br>
2) I've modified the firehol.conf following line from <br><br>interface eth0 internet src not "${UNROUTABLE_IPS}"<br><br>to<br><br>interface eth0 internet src not "${UNROUTABLE_IPS} `cat /etc/firehol/BADNETS`"<br>
<br><b>What happens :</b><br><br>It seems that as long as my BADNETS file keeps a reasonable size, firehol is able to process it (see the attached BADNETS.light file with its 17925 lines)....indeed <b>with BADNETS.light file no problem, firehol starts without errors.</b><br>
But when I load the BADNETS.full file (see the attached BADNETS.full.zip file with its 344396 lines) , then I get many runtime errors.<br><br>I've attached the error.log.zip file which is an extract of the bunch of errors I get + the std output.<br>
<br>Any help appreciated.<br><br>Best Regards,<br>Shiryu<br>