Harman Patil (Editor)

Shorewall

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
Thomas M. Eastep

Operating system
  
GNU

License
  
GPLv2+

Written in
  
Perl

Available in
  
English

Stable release
  
5.1.3.2 / March 25, 2017; 4 days ago (2017-03-25)

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.

Contents

Configuration

It is not a daemon since it does not run continuously, but rather configures rules in the kernel that allow and disallow 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 assist in testing.

Use

Shorewall is mainly used in network installations (as opposed to a personal computer firewall), since most of its strength lies in its ability to work with "zones", such as the DMZ or a 'net' zone. Each zone would then have different rules, making it easy to have for example relaxed rules on the company intranet, yet clamp down on traffic coming in from the Internet.

The plain-text configuration files are usually well-commented and easy to use, though Shorewall may be more difficult for new users to handle than other firewall systems with graphical front-ends.

Current version

The most recent stable version is 5.1.3.2. Starting with version 4, Shorewall uses a Perl-based compiler frontend; previously it used a shell-based compiler frontend. IPv6 is supported starting in version 4.4.3.

References

Shorewall Wikipedia