• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved fail2ban Trusted IP addresses manual adding

Burak Özdemir

New Pleskian
is there a way to enter Trusted IP list to a file in the OS. I loook at the
/etc/fail2ban/jail.conf
and
/etc/fail2ban/fail2ban.conf
files but no the IPs I entered through interface does not exist, so they are not the right files.

I have got lots of IPs to enter, so any workaround for this?

thanks.
 
Hi Burak Özdemir,

you might know, that you can always use "/etc/fail2ban/jail.local" for unique configurations for Fail2Ban. You could set there:
Code:
[DEFAULT]
ignoreip = XXX.XXX.XXX.XX1 XXX.XXX.XXX.XX2 XXX.XXX.XXX.XX3 XXX.XXX.XXX.XX4
The "ignoreip" are the whitelisted IPs, as for example your server - IP(s) and all possible additional IPs, that you desire to whilelist. IP - ranges can as well being used here, like "XXX.XXX.XXX.X/XX"
 
Hi Burak Özdemir,

you might know, that you can always use "/etc/fail2ban/jail.local" for unique configurations for Fail2Ban. You could set there:
Code:
[DEFAULT]
ignoreip = XXX.XXX.XXX.XX1 XXX.XXX.XXX.XX2 XXX.XXX.XXX.XX3 XXX.XXX.XXX.XX4
The "ignoreip" are the whitelisted IPs, as for example your server - IP(s) and all possible additional IPs, that you desire to whilelist. IP - ranges can as well being used here, like "XXX.XXX.XXX.X/XX"
will I see those which I enter in "/etc/fail2ban/jail.local" file in the Plesk 'trusted IPs list" in the plesk panel UI ?
 
Back
Top