Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.15 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.15 KB

Iptables Management and Testing Utility

test2

This Bash script is a command-line tool designed to manage iptables rules and test network connections. It is particularly useful for network administrators and security professionals who need to quickly modify iptables configurations and verify network connections.

Features

  • Manage Iptables Rules: Easily set, list, and clear iptables rules.
  • Test Network Connections: Includes functionality to test connections to mail and web servers.
  • User-Friendly Menu: Interactive menu-driven interface for ease of use.
  • Color-Coded Output: Colorful output for better readability.
  • Customizable Port Settings: Allows setting rules for specific ports.

Prerequisites

  • sudo privileges
  • iptables installed and configured on your system
  • nc (netcat) for testing network connections

Usage

To run the script, execute it with superuser privileges:

sudo ./iptables_utility.sh

License

This project is licensed under the MIT License. See the LICENSE file for more details.