Open jessicana opened 2 years ago
Hi, a little while ago - nevertheless: the ipset has to be created before it can be updated... this should have been done by these lines from the .conf file you posted:
## Can be found under Real life example
ipv4 ipset create emerging_block_ips hash:ip
ipv4 ipset addfile emerging_block_ips ips emerging-Block-IPs.txt
# another collection for the networks
ipv4 ipset create emerging_block_nets hash:net
ipv4 ipset addfile emerging_block_nets nets emerging-Block-IPs.txt
Therefore I think something went wrong with creating these... --> when You restart firehol, are there any failure messages?
Cheers, Stephan
firehol.conf
located in/etc/firehol
includes the following:As per the content located under real life example, I created
auto-update-blookedips.sh
that includes the following:Whenever I run
./auto-update-blookedips.sh
I get this error:How can I correct this?