Search found 11 matches

by MaXi32
02 Dec 2020, 01:00
Forum: General Discussion (csf)
Topic: Block IP - Is a CSF Reload Needed?
Replies: 4
Views: 3973

Re: Block IP - Is a CSF Reload Needed?

I can confirm to you that using csf -dr, you also need to restart csf epecially if the blocking rule is in CIDR form. For example try to remove 1.1.1.0/24 from the list, csf -dr 1.1.1.0/24 now if you don't restart you try to add the same network CIDR: csf -d 1.1.1.0/24 and csf will complain that CID...
by MaXi32
01 Dec 2020, 23:49
Forum: General Discussion (csf)
Topic: Is it possible to remove IP that belongs to blocked list in CIDR range?
Replies: 4
Views: 2276

Re: Is it possible to remove IP that belongs to blocked list in CIDR range?

Answering my own question again after searched about this on the internet csf not able to do this on its own and I have to manually wrote script about this. Successfully wrote this script.
by MaXi32
01 Dec 2020, 05:55
Forum: General Discussion (csf)
Topic: Is it possible to remove IP that belongs to blocked list in CIDR range?
Replies: 4
Views: 2276

Re: Is it possible to remove IP that belongs to blocked list in CIDR range?

It's sad to see that all of my posts that I asked (if u look at the history, nobody is answering) except me giving my own answer. Shed some light on this please.
by MaXi32
01 Dec 2020, 05:47
Forum: General Discussion (csf)
Topic: Is it possible to remove IP that belongs to blocked list in CIDR range?
Replies: 4
Views: 2276

Re: Is it possible to remove IP that belongs to blocked list in CIDR range?

Anyone willing to answer this? Do I have to create my own script to remove this duplicated entries ?
by MaXi32
30 Nov 2020, 14:48
Forum: General Discussion (csf)
Topic: Is it possible to remove IP that belongs to blocked list in CIDR range?
Replies: 4
Views: 2276

Is it possible to remove IP that belongs to blocked list in CIDR range?

To demonstrate this question, Let's say I have this 3 IPs: 1.1.1.1, 1.1.1.2 and 1.1.1.3 Now I want to block each of this IP individually using csf. So, csf -d 1.1.1.1 csf -d 1.1.1.2 csf -d 1.1.1.3 Success, now all of them are blocked in /etc/csf/csf.deny But then if I want to block 3 of them using C...
by MaXi32
04 Feb 2020, 10:25
Forum: Suggestions (csf)
Topic: Disable few security checks on directadmin
Replies: 1
Views: 7133

Re: Disable few security checks on directadmin

Thank you so much for adding this. Seems like it has been added on the latest version.

Regards,

MaXi32 @ Arafat Ali (https://earth.sofibox.com)
by MaXi32
28 Oct 2019, 04:27
Forum: Suggestions (csf)
Topic: CSF + Dovecot + cipber_list
Replies: 2
Views: 4673

Re: CSF + Dovecot + cipber_list

Another way is to use directadmin dovecot config file which contains the SSL Chiper (v.2.0.1 is the latest)

1)

Code: Select all

wget -O /etc/dovecot.conf http://files.directadmin.com/services/custombuild/dovecot.conf.2.0.1
2) Restart dovecot:

Code: Select all

systemctl restart dovecot
by MaXi32
28 Oct 2019, 03:56
Forum: Suggestions (csf)
Topic: CSF + Dovecot + cipber_list
Replies: 2
Views: 4673

Re: CSF + Dovecot + cipber_list

Too old to answer but still a valid question as today.

You can ignore the message because csf/ldf only check:

/etc/my.cnf and /etc/dovecot.conf, etc.

see this: http://forum.directadmin.com/showthread.php?t=55828
by MaXi32
13 Aug 2019, 05:10
Forum: Suggestions (csf)
Topic: Disable few security checks on directadmin
Replies: 1
Views: 7133

Disable few security checks on directadmin

The directadmin installation suggests that CSF config should be managed by the directadmin and we have to set some bruteforce settings to 0 or disable them. By doing this, the CSF will trigger few warning messages. From what I've known, CSF use a special installation config file for directadmin call...
by MaXi32
13 Aug 2019, 03:43
Forum: General Discussion (csf)
Topic: {Solved] How to receive update notification via email?
Replies: 1
Views: 1982

Re: How to receive update notification via email?

Ops, sorry for this silly question. I didn't know the command csf -c can do it. If anyone interested with the script that I have created, you can follow simple guide:

https://www.codegix.com/check-update-an ... ewall-csf/