So long story short, I am at work and logging into my server. After inputting my password through SCP wrong a few times I am banned from the server. However, I am only banned from accessing the DirectAdmin panel (ip:2222) and ssh. All of the websites that are hosted on my server load just fine (which is weird to me).
When I run csf -tr and csf -dr I get the "csf: There are no temp bans" and "not found in csf.deny"
When I run csf -g <myIP> I find this in the output:
When I run iptables -L INPUT -v -n | grep <myIP> I get a blank return (IP not found)
So, now I am stumped. When I do a csf -x (disabling csf and lfd) everything at work loads: SSH, DirectAdmin and my sites.
When I do a csf -e and then a csf -f my work IP is able to connect the DirectAdmin and SSH for a few minutes, then it get's blocked again.
I have my work IP added to csf.allow and csf.ignore.
Does anyone have any idea as to where my work IP is getting blocked from or where else I could look? Surely I have overlooked something.
Thanks in advance,
eNkrypt
*I accidentally posted this in ADMIN tech section. Please feel free to delete that copy*
When I run csf -tr and csf -dr I get the "csf: There are no temp bans" and "not found in csf.deny"
When I run csf -g <myIP> I find this in the output:
Code:
ALLOWIN 1 0 0 ACCEPT all -- !lo * <myIP> 0.0.0.0/0
ALLOWOUT 1 0 0 ACCEPT all -- * !lo 0.0.0.0/0 <myIP>
When I run iptables -L INPUT -v -n | grep <myIP> I get a blank return (IP not found)
So, now I am stumped. When I do a csf -x (disabling csf and lfd) everything at work loads: SSH, DirectAdmin and my sites.
When I do a csf -e and then a csf -f my work IP is able to connect the DirectAdmin and SSH for a few minutes, then it get's blocked again.
I have my work IP added to csf.allow and csf.ignore.
Does anyone have any idea as to where my work IP is getting blocked from or where else I could look? Surely I have overlooked something.
Thanks in advance,
eNkrypt
*I accidentally posted this in ADMIN tech section. Please feel free to delete that copy*