diff --git a/README.md b/README.md index 3ef10a9..b3e894b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Iptables Essentials: Common Firewall Rules and Commands (more than 45)

+

Iptables Essentials: Common Firewall Rules and Commands


@@ -38,6 +38,7 @@ Found on the Internet - All in One List. ## Table Of Content - [Tools to help you configure Iptables](#tools-to-help-you-configure-iptables) +- [Manuals/Howtos/Tutorials](#manuals-howtos-tutorials) - [Iptables Rules](#iptables-rules) * [Saving Rules](#saving-rules) * [List out all of the active iptables rules with verbose](#list-out-all-of-the-active-iptables-rules-with-verbose) @@ -91,10 +92,20 @@ Found on the Internet - All in One List. ### Tools to help you configure Iptables -- **[Shorewall](http://shorewall.org/)** -- **[Firewalld](https://firewalld.org/)** -- **[FireHOL](https://github.com/firehol/firehol)** -- **[UFW](https://wiki.ubuntu.com/UncomplicatedFirewall)** +

+  :small_orange_diamond: Shorewall - advanced gateway/firewall configuration tool for GNU/Linux.
+  :small_orange_diamond: Firewalld - provides a dynamically managed firewall.
+  :small_orange_diamond: UFW - default firewall configuration tool for Ubuntu.
+  :small_orange_diamond: FireHOL - offer simple and powerful configuration for all Linux firewall and traffic shaping requirements.
+

+ +### Manuals/Howtos/Tutorials + +

+  :small_orange_diamond: Best practices: iptables - by Major Hayden
+  :small_orange_diamond: An In-Depth Guide to Iptables, the Linux Firewall
+  :small_orange_diamond: Advanced Features of netfilter/iptables
+

### Iptables Rules