Search found 3 matches

by MihanIT
24 Jul 2016, 23:06
Forum: Report Bugs (csf)
Topic: "csf -t" does not show port
Replies: 1
Views: 3499

"csf -t" does not show port

Hello, "csf -t" does not show port: [root@server2:~] $ csf -c csf is already at the latest version: v9.10 [root@server2:~] $ csf -td 1.2.3.4 -p 22 "Comment: TEST" DROP tcp opt -- in !lo out * 1.2.3.4 -> 0.0.0.0/0 tcp dpt:22 csf: 1.2.3.4 blocked on port 22 for 3600 seconds inbound...
by MihanIT
08 Jun 2016, 01:39
Forum: Report Bugs (csf)
Topic: Duble colon at start or end of IPV6
Replies: 1
Views: 3772

Duble colon at start or end of IPV6

Hello, There is a problem in removing IPV6 with double colon at the start or end of IPV6 from csf.deny or csf.allow Line 1339 and 1424 of csf.pl, it seems \b is not compatible with some IPV6 in the perl regular expression. Regards #### Tested on CentOS 7 - Perl v5.16.3 [root@server2:~] $ csf -c csf ...
by MihanIT
26 May 2016, 12:56
Forum: Report Bugs (csf)
Topic: lfd cron job in systemd systems is incorrect
Replies: 1
Views: 3667

lfd cron job in systemd systems is incorrect

Hello,

current version (8.25) does not install /etc/init.d/lfd in systemd systems so the following command is incorrect:
/etc/init.d/lfd restart
You should make some change in the installer to install a compatible cron job like:
systemctl restart lfd.service


Regards