# πŸ›‘οΈ Iptables & Netfilter Guide ## 🌐 Overview **iptables** works with **Netfilter** to manage and control network traffic on Linux systems. --- ## πŸ”— Connection Types 1. **NEW** – A new connection being initiated 2. **ESTABLISHED** – An existing, ongoing connection 3. **RELATED** – A new connection related to an existing one --- ## 🧰 iptables-persistent Install iptables and save the rules to a file for persistence across reboots. --- ## πŸ“‚ Default Path ```plaintext /etc/iptables ``` --- ## βš™οΈ Command Format ```bash iptables -t