FireHOL
{{Short description|Firewall software}}
{{Infobox software
| name = FireHOL
| logo =
| screenshot =
| caption =
| developer = Costa Tsaousis
| released =
| latest release version = [https://github.com/firehol/firehol/releases/tag/v3.1.7 v3.1.7]
| latest release date = {{Start date and age|df=no|2020|12|31}}
| latest preview version = [https://github.com/firehol/firehol/releases/tag/v3.1.5-rc.1 v3.1.5-rc1]
| latest preview date = {{Start date and age|df=no|2017|09|17}}
| programming language = Bash
| operating system = Linux
| language =
| genre = Firewall
| license = GNU GPL v2+
| website = {{URL|https://firehol.org/}}
}}{{Unreferenced|date=March 2022}}
FireHOL is a shell script designed as a wrapper for iptables written to ease the customization of the Linux kernel's firewall netfilter. FireHOL is free software and open-source, distributed under the terms of the GNU General Public License.
FireHOL does not have graphical user interface, but is configured through an easy to understand plain text configuration file. FireHOL first parses the configuration file and then sets the appropriate iptables rules to achieve the expected firewall behavior. It is a large, complex BASH script file, depending on the iptables console tools rather than communicating with the kernel directly. Any Linux system with iptables, BASH, and the appropriate tools can run it. Its main drawback is slower starting times, particularly on older systems. FireHOL's configuration files are fully functional BASH scripts in of themselves.
External links
{{Portal|Free and open-source software}}
- {{Official website|firehol.org}}
- {{github|firehol/firehol}}
{{Firewall software}}
{{DEFAULTSORT:Firehol}}
Category:Free security software
{{linux-stub}}