diff --git a/README.md b/README.md
index 1eae2ee..87ba2fd 100644
--- a/README.md
+++ b/README.md
@@ -39,8 +39,11 @@ Found on the Internet - All in One List.
- [Tools to help you configure Iptables](#tools-to-help-you-configure-iptables)
- [Manuals/Howtos/Tutorials](#manuals-howtos-tutorials)
+- [How it works?](#how-it-works)
- [Iptables Rules](#iptables-rules)
* [Saving Rules](#saving-rules)
+ - [Debian Based](#debian-based)
+ - [RedHat Based](#redhat-based)
* [List out all of the active iptables rules with verbose](#list-out-all-of-the-active-iptables-rules-with-verbose)
* [List out all of the active iptables rules with numeric lines and verbose](#list-out-all-of-the-active-iptables-rules-with-numeric-lines-and-verbose)
* [Print out all of the active iptables rules](#print-out-all-of-the-active-iptables-rules)
@@ -87,6 +90,13 @@ Found on the Internet - All in One List.
* [Log and Drop Packets with Limited Number of Log Entries](#log-and-drop-packets-with-limited-number-of-log-entries)
* [Drop or Accept Traffic From Mac Address](#drop-or-accept-traffic-from-mac-address)
* [Block or Allow ICMP Ping Request](#block-or-allow-icmp-ping-request)
+ * [Specifying Multiple Ports with `multiport`](#specifying-multiple-ports-with--multiport-)
+ * [Load Balancing with `random*` or `nth*`](#load-balancing-with--random---or--nth--)
+ * [Restricting the Number of Connections with `limit` and `iplimit*`](#restricting-the-number-of-connections-with--limit--and--iplimit--)
+ * [Maintaining a List of recent Connections to Match Against](#maintaining-a-list-of-recent-connections-to-match-against)
+ * [Matching Against a `string*` in a Packet's Data Payload](#matching-against-a--string---in-a-packet-s-data-payload)
+ * [Time-based Rules with `time*`](#time-based-rules-with--time--)
+ * [Packet Matching Based on TTL Values](#packet-matching-based-on-ttl-values)
****
@@ -105,6 +115,14 @@ Found on the Internet - All in One List.
: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
+ :small_orange_diamond: Linux Firewalls Using iptables
+
+