I was wondering if you think it would be a problem to be doing constant updates to an ipset table.
I would like to pipe my snort data to the router/firewall and then have it auto add it to a block list. I believe ipsets are the way to go, but I'm not sure how it would handle numerous updates throughout the day.
Second question is how you would go about doing this. Is the best way to create the ipset first, then do a '-A' to add it to the list when it's fed an IP then update iptables? Or, add the list of ip's to a text file which a script runs to delete the old table, create a new one, add the ips, then the iptables command.
Thanks!
I would like to pipe my snort data to the router/firewall and then have it auto add it to a block list. I believe ipsets are the way to go, but I'm not sure how it would handle numerous updates throughout the day.
Second question is how you would go about doing this. Is the best way to create the ipset first, then do a '-A' to add it to the list when it's fed an IP then update iptables? Or, add the list of ip's to a text file which a script runs to delete the old table, create a new one, add the ips, then the iptables command.
Thanks!