We have a customer that's been automatically FTPing a webcam file (that shows the local surf conditions) from IP 1.2.3.4 to 10.11.12.13 every 5 minutes for years.
Suddenly, they started getting this: Error message: "connection failed check username and password"
We use cPHulk, CSF/LFD, CXS, and mod_sec for security.
The affected IP is whitelisted in cPHulk and csf/lfd, and has been for quite some time.
/var/log/messages shows the IP is blocked:
/var/log/lfd.log shows no entries.
cPHulk history log shows nothing.
mod_sec logs show nothing.
iptables -L |grep 1.2.3.4 shows nothing
iptables -S |grep 1.2.3.4 shows nothing
iptables-save|grep 1.2.3.4 shows nothing
grepping all logs for customer account being blocked shows no login failures
Using CSF to clear all blocks:
ConfigServer Security & Firewall - csf v14.18
Unblock 1.2.3.4, trying permanent blocks...
csf: 1.2.3.4 not found in csf.deny
...Done.
Unblock 1.2.3.4, trying temporary blocks...
csf: 21.2.3.4 not found in temporary bans
...Done.
How do we unblock that IP so our customer can continue to provide their service?
Suddenly, they started getting this: Error message: "connection failed check username and password"
We use cPHulk, CSF/LFD, CXS, and mod_sec for security.
The affected IP is whitelisted in cPHulk and csf/lfd, and has been for quite some time.
/var/log/messages shows the IP is blocked:
Code:
Apr 21 12:01:09 cp2 kernel: Firewall: *TCP_IN Blocked* IN=ens192 OUT= MAC=00:50:56:95:a7:f8:54:1e:56:72:64:00:08:00 SRC=1.2.3.4 DST=10.11.12.13 LEN=48 TOS=0x00 PREC=0x00 TTL=115 ID=31457 DF PROTO=TCP SPT=52594 DPT=21 WINDOW=8192 RES=0x00 SYN URGP=0
cPHulk history log shows nothing.
mod_sec logs show nothing.
iptables -L |grep 1.2.3.4 shows nothing
iptables -S |grep 1.2.3.4 shows nothing
iptables-save|grep 1.2.3.4 shows nothing
grepping all logs for customer account being blocked shows no login failures
Using CSF to clear all blocks:
ConfigServer Security & Firewall - csf v14.18
Unblock 1.2.3.4, trying permanent blocks...
csf: 1.2.3.4 not found in csf.deny
...Done.
Unblock 1.2.3.4, trying temporary blocks...
csf: 21.2.3.4 not found in temporary bans
...Done.
How do we unblock that IP so our customer can continue to provide their service?