[Fail2ban-users] Fail2ban not working for vsftpd on CentOS 8.

2020-08-19 Thread Jason Long via Fail2ban-users
Hello, I configured Fail2ban for CentOS 8 via "https://sysadminjournal.com/install-fail2ban-centos/"; but the vsftpd configuration not worked and fail2ban couldn't run. What is the correct configuration for vsftpd? Thank you. ___ Fail2ban-users maili

Re: [Fail2ban-users] Fail2ban not working for vsftpd on CentOS 8.

2020-08-24 Thread Jason Long via Fail2ban-users
tory. The Fail2ban service is running, is my configuration wrong? On Monday, August 24, 2020, 04:05:52 PM GMT+4:30, Richard Shaw wrote: On Wed, Aug 19, 2020 at 3:16 PM Jason Long via Fail2ban-users wrote: > Hello, > I configured Fail2ban for CentOS 8 via > "https://sysadm

Re: [Fail2ban-users] Fail2ban not working for vsftpd on CentOS 8.

2020-08-24 Thread Jason Long via Fail2ban-users
Thank you so much.The content of "00-firewalld.conf" file is: $ cat /etc/fail2ban/jail.d/00-firewalld.conf  # This file is part of the fail2ban-firewalld package to configure the use of# the firewalld actions as the default actions. You can remove this package# (along with the empty fail2ban meta

Re: [Fail2ban-users] Fail2ban not working for vsftpd on CentOS 8.

2020-08-24 Thread Jason Long via Fail2ban-users
How can I test the rule?What is your opinion about MariaDB config? Sent from Yahoo Mail on Android On Mon, Aug 24, 2020 at 10:48 PM, Richard Shaw wrote: On Mon, Aug 24, 2020 at 1:01 PM Jason Long wrote: Thank you so much.The content of "00-firewalld.conf" file is: $ cat /etc/fail2ban/jai

Re: [Fail2ban-users] Fail2ban not working for vsftpd on CentOS 8.

2020-08-24 Thread Jason Long via Fail2ban-users
Thank you. What is the role of "jail.conf" and "filter.d" ? Under the "filter.d" directory I see something like "vsftpd.conf" !!! Are they the instruction for Fail2ban about how to ban? On Tuesday, August 25, 2020, 03:09:32 AM GMT+4:30, Richard Shaw wrote: On Mon, Aug 24, 2020 at 2:4

[Fail2ban-users] How to protect phpMyAdmin with Fail2ban?

2020-08-24 Thread Jason Long via Fail2ban-users
Hello, How can I protect phpMyAdmin with Fail2ban? I guess phpMyAdmin not have any log file? Thank you. ___ Fail2ban-users mailing list Fail2ban-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fail2ban-users

Re: [Fail2ban-users] Fail2ban not working for vsftpd on CentOS 8.

2020-08-31 Thread Jason Long via Fail2ban-users
I don't know my configuration is OK or not? # cat 00-firewalld.conf # This file is part of the fail2ban-firewalld package to configure the use of # the firewalld actions as the default actions.  You can remove this package # (along with the empty fail2ban meta-package) if you do not use firewalld

[Fail2ban-users] Configure Fail2Ban to Apache.

2021-01-12 Thread Jason Long via Fail2ban-users
Hello, I have some questions about Fail2Ban. On CentOS, Firewalld is enabled by default, but it just a front-end for iptables? What is a good tutorial about protecting Apache with Fail2Ban? Is  https://www.atlantic.net/vps-hosting/how-to-protect-apache-and-ssh-with-fail2ban-on-centos-8/ OK? Than

Re: [Fail2ban-users] Configure Fail2Ban to Apache.

2021-01-12 Thread Jason Long via Fail2ban-users
GtzzQ/ https://paste.ubuntu.com/p/VSfwVRQjw7/ Why? Can you show me a tutorial about Fail2Ban and Firewalld? On Tuesday, January 12, 2021, 04:37:14 PM GMT+3:30, Richard Shaw wrote: On Tue, Jan 12, 2021 at 6:18 AM Jason Long via Fail2ban-users wrote: > Hello, > I have some ques

[Fail2ban-users] Is my Fail2Ban configuration OK?

2021-01-17 Thread Jason Long via Fail2ban-users
Hello, I installed Fail2Ban on CentOS and created below ".conf" files in "jail.d" directory with below content: # cat mariadb.conf  [mysqld-auth] enabled = true filter   = mysqld-auth port     = 3306 maxretry = 3 bantime = 600 logpath  = /var/log/mariadb/mariadb.log *

[Fail2ban-users] Fail2Ban for MariaDB.

2021-01-22 Thread Jason Long via Fail2ban-users
Hello, Fail2Ban configuration for MariaDB vs MySQL? Is below configuration OK? [mysqld-auth] enabled = true filter   = mysqld-auth port     = 3306 maxretry = 3 bantime = 600 logpath  = /var/log/mariadb/mariadb.log Thank you. ___ Fail2ban-users mailin

[Fail2ban-users] Protection of customized services

2024-03-05 Thread Jason Long via Fail2ban-users
Hello, GitLab uses Nginx and PostgreSQL internally. I want to protect Nginx with Fail2Ban. The GitLab log directory contains the following files: # ls  /var/log/gitlab/nginx/ access.log  config  current  error.loggitlab_access.log  gitlab_access.log.1.gz  gitlab_error.log  lock Is the foll

[Fail2ban-users] Block an IP for one day

2024-03-05 Thread Jason Long via Fail2ban-users
Hello, How can I block someone who has entered the wrong password three times in any given time period? Thanks. ___ Fail2ban-users mailing list Fail2ban-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fail2ban-users

Re: [Fail2ban-users] Protection of customized services

2024-03-05 Thread Jason Long via Fail2ban-users
> Why not just enable the nginx-http-auth config in jail.conf (using a jail.local, preferably)? > On 05/03/2024 09:57, Jason Long via Fail2ban-users wrote: > Hello, > GitLab uses Nginx and PostgreSQL internally. I want to protect Nginx with > Fail2Ban. The GitLab log directo

Re: [Fail2ban-users] Block an IP for one day

2024-03-06 Thread Jason Long via Fail2ban-users
> On Tuesday, March 5, 2024 at 11:36:49 PM GMT+3:30, James Moe via > Fail2ban-users wrote: > On 2024-03-05 04:14, Jason Long via Fail2ban-users wrote: > How can I block someone who has entered the wrong password three times in any > given time period? --[