3

We are setting up iptables for each server we run, is there a nagios kind of tool that will allow us to see and manage from a central console without requiring us to get in each server and setup each and every iptables ?

If there is an open source firewall that does this I'd be glad to know. (we don't want to use webmin)

Devrim
  • 1,187
  • 4
  • 16
  • 29

2 Answers2

4

We're looking at doing this using Puppet - there's a module for iptables configuration

Whisk
  • 1,883
  • 1
  • 16
  • 21
2

My recent question on large-scale firewalling produced fwbuilder as being a possible contender -- apparently (I haven't evaluated it yet) it allows you to describe all of your firewalls in one place and then have them applied where they're needed. Could be worth a look.

womble
  • 96,255
  • 29
  • 175
  • 230