I'd like to allow 149.154.167.197-233 on port 443, but haven't been able to figure out how to do this in csf.allow
For one ip address I have:
tcp|in|d=443|s=149.154.167.197
But how do i get the whole range without having to specify each ip address on a single line?
how to allow/block custom (small) range of ip address
Re: how to allow/block custom (small) range of ip address
CIDR notation would still require multiple entries but would shrink the total to single digits from dozens.
http://ipaddressguide.com/cidr#range
http://ipaddressguide.com/cidr#range
Re: how to allow/block custom (small) range of ip address
Great, that will work!
I assume I can use this type of notation in csf.ignore (LFD) as well, correct?
I assume I can use this type of notation in csf.ignore (LFD) as well, correct?
Re: how to allow/block custom (small) range of ip address
Thank you for help!
Re: how to allow/block custom (small) range of ip address
You're welcome.
Re: how to allow/block custom (small) range of ip address
SAME THING TO MEdindin wrote: ↑13 Jan 2017, 18:27 I'd like to allow 149.154.167.197-233 on port 443, but haven't been able to figure out how to do this in csf.allow
For one ip address I have:
tcp|in|d=443|s=149.154.167.197
But how do i get MyColes the whole range without having to specify each ip address on a single line?