Allow IP Range To Port in csf.allow
Posted: 10 Jan 2017, 22:41
First question:
How are the rules applied? Is the csf.deny applied first and then csf.allow - or is csf.allow applied first?
Here is my issue.
In the csf.allow file, I have IP ranges allowed for port 80 and port 443 - idea is to prevent them from being blocked:
tcp|in|d=80|s=1.1.1.0/24
tcp|in|d=443|s=1.1.1.0/24
However, computers within that range seem to have mis-configured mail clients. After so many failed attempts, they are getting permanently blocked in csf.deny.
Upon that happening, they no longer can get to port 80 or port 443 to access the website - which I always want to have available.
Do I have the configuration wrong?
How are the rules applied? Is the csf.deny applied first and then csf.allow - or is csf.allow applied first?
Here is my issue.
In the csf.allow file, I have IP ranges allowed for port 80 and port 443 - idea is to prevent them from being blocked:
tcp|in|d=80|s=1.1.1.0/24
tcp|in|d=443|s=1.1.1.0/24
However, computers within that range seem to have mis-configured mail clients. After so many failed attempts, they are getting permanently blocked in csf.deny.
Upon that happening, they no longer can get to port 80 or port 443 to access the website - which I always want to have available.
Do I have the configuration wrong?