Is there an Apache tool to manage firewalld on a headless server? I am looking forward to my next Centos project which is to replace my Juniper SSG5 firewall... And along that line, what overlap, if any between firewalld and Suricata? thank you
I recently converted my employer's firewall from pure iptabes to firewalld and looked for something similar, more along the lines of webmin, etc. I didn't find anything close to a match. In the end, it all came down to getting comfortable with "firewall-cmd" in the shell. Haven't used suricata, so nothing to add there. On Mon, Mar 27, 2017 at 3:03 PM, Robert Moskowitz <rgm at htt-consult.com> wrote:> Is there an Apache tool to manage firewalld on a headless server? > > I am looking forward to my next Centos project which is to replace my > Juniper SSG5 firewall... > > And along that line, what overlap, if any between firewalld and Suricata? > > thank you > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos
On 03/27/2017 03:24 PM, Mike wrote:> I recently converted my employer's firewall from pure iptabes to > firewalld and looked for something similar, more along the lines of > webmin, etc. > I didn't find anything close to a match. > In the end, it all came down to getting comfortable with > "firewall-cmd" in the shell.I have been digging and found that Fedora includes Cockpit, but I don't know all it supports. Probably should ask over on Fedora list...> > Haven't used suricata, so nothing to add there. > > > > On Mon, Mar 27, 2017 at 3:03 PM, Robert Moskowitz <rgm at htt-consult.com> wrote: >> Is there an Apache tool to manage firewalld on a headless server? >> >> I am looking forward to my next Centos project which is to replace my >> Juniper SSG5 firewall... >> >> And along that line, what overlap, if any between firewalld and Suricata? >> >> thank you >> >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> https://lists.centos.org/mailman/listinfo/centos > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >
Michael Schumacher
2017-Mar-27 21:00 UTC
[CentOS] firewalld management on a headless server
Hi,> I recently converted my employer's firewall from pure iptabes to > firewalld and looked for something similar, more along the lines of > webmin, etc.funny, my webmin installation on a banana-pi has webmin 1.831, which has support for firewalld. I am not sure, but I believe I got it directly from www.webmin.com. best regards --- Michael Schumacher
Am 27.03.2017 um 21:03 schrieb Robert Moskowitz <rgm at htt-consult.com>:> > Is there an Apache tool to manage firewalld on a headless server? > > I am looking forward to my next Centos project which is to replace my Juniper SSG5 firewall... > > And along that line, what overlap, if any between firewalld and Suricata?We have good results with http://www.shorewall.net/ an iptables "abstraction". Despite its not a GUI, the streamlined configuration helps to be effective. -- LF
On 03/29/2017 07:38 AM, Leon Fauster wrote:> Am 27.03.2017 um 21:03 schrieb Robert Moskowitz <rgm at htt-consult.com>: >> Is there an Apache tool to manage firewalld on a headless server? >> >> I am looking forward to my next Centos project which is to replace my Juniper SSG5 firewall... >> >> And along that line, what overlap, if any between firewalld and Suricata? > > We have good results with http://www.shorewall.net/ an iptables "abstraction". > Despite its not a GUI, the streamlined configuration helps to be effective.From what I can determine, it is still iptables. Not firewalld.