Skip to content

Gadzhovski/IptablesAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Iptables Management and Testing Utility

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages