Main public logs

From IT-Arts.net

Combined display of all available logs of IT-Arts.net. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:25, 14 December 2025 Admin talk contribs created page SNORT - crtl-snort2c-fail2ban.sh (Created page with "Category:Wiki == crtl-snort2c-fail2ban.sh == <nowiki> #!/bin/bash # Define the IP addresses at the top for easy customization IP_PFSENSE_SOURCE_01="10.24.253.1" IP_PFSENSE_SOURCE_02="10.24.253.254" IP_FAIL2BAN="10.24.0.1" IP_PFSENSE_DEST="1.2.3.4" SSH_KEY="/path/to/your/ssh/key" # Specify your SSH private key location SNORT_TABLE="snort2c" # Define the pfSense Snort table name # Function to fetch banned IPs from the remote pfSense Snort2c table via S...")