I've setup pf to block any traffic contained in 2 files. however I've found that some, but not all, traffic from ip addresses that should be blocked is getting through.
pflog shows some traffic from blocked ips being dropped, while my postfix and apache logs show some traffic from the same ip addresses.
pf.conf
if it helps i can post excerpts from the logs and the files containing ips to block
regards
andrew
pflog shows some traffic from blocked ips being dropped, while my postfix and apache logs show some traffic from the same ip addresses.
pf.conf
Code:
ext_if="vtnet0"
scrub in
table <block-em> persist file "/etc/pf.blocked.ip.conf"
block drop in log (all) quick on $ext_if from <block-em> to any
table <stretchoid> persist file "/etc/pf.blocked.stretchoid"
block drop in log (all) quick on $ext_if from <stretchoid> to any
regards
andrew