any downside to blocking only inbound via LF_BLOCKINONLY
Posted: 19 Sep 2013, 17:33
The warning is "less effective". Not sure what that means specifically?
Is the concern a server could be tricked into contacting an outbound ip?
I think that risk is fairly low if not completely unlikely in most cases?
The idea is if you are using nearly 1000 rules, converting to inbound only could reduce the memory/cpu resource use?
Is the concern a server could be tricked into contacting an outbound ip?
I think that risk is fairly low if not completely unlikely in most cases?
The idea is if you are using nearly 1000 rules, converting to inbound only could reduce the memory/cpu resource use?
LF_BLOCKINONLY
By default csf will create both an inbound and outbound blocks from/to an IP unless otherwise specified in csf.deny and GLOBAL_DENY. This is the most effective way to block IP traffic. This option instructs csf to only block inbound traffic from those IP's and so reduces the number of iptables rules, # but at the expense of less effectiveness. For this reason we recommend leaving this option disabled. Set to "0" to disable this feature - the default