Server firewall: Difference between revisions
Jump to navigation
Jump to search
(Copy from old) |
(No difference)
|
Latest revision as of 23:22, 6 June 2009
An iptables script with ingress/egress filtering, rate-limiting, logging and dynamic IP allow/block listing and more.
Useful as a starting point when making your own server firewall policy. Does not do NAT and is intended for a standalone public server running some services.
To prevent having to update the script in 2 places, you can find the latest version at http://www.hungryhacker.com/articles/security/rc.firewall.html
- Strykar