Shorewall
Sign in to saveShorewall is an open source firewall tool for Linux that builds upon the Netfilter (iptables/ipchains) system built into the Linux kernel, making it easier to manage more complex configuration schemes by providing a higher level of abstraction for describing rules using text files. Its documentation is hosted on shorewall.org, while the latest code is hosted at https://gitlab.com/shorewall/code.
Wikidata facts
- Instance of
- firewall
- Official website
- shorewall.org
Show 4 more facts
- copyright license
- GNU General Public License
- operating system
- Linux
- programmed in
- Perl
- software version identifier
- 5.2.8
via Wikidata · CC0
~2 min read
Encyclopedic overview
6 sectionsContents
- Configuration
- Use
- History
- See also
- References
- External links
Shorewall is an open source firewall tool for Linux that builds upon the Netfilter (iptables/ipchains) system built into the Linux kernel, making it easier to manage more complex configuration schemes by providing a higher level of abstraction for describing rules using text files. Its documentation is hosted on shorewall.org, while the latest code is hosted at https://gitlab.com/shorewall/code.
== Configuration == It is not a daemon since it does not run continuously, but rather configures rules in the kernel allowing and disallowing traffic through the system. Shorewall is configured through a group of plain-text configuration files and does not have a graphical user interface, though a Webmin module is available separately. A monitoring utility packaged with Shorewall can be used to watch the status of the system as it operates and to assist in testing.
Excerpted from Wikipedia’s “Shorewall” article, available under the CC BY-SA 4.0 licence.