Hello guys,
I have a rules like below:
Table:
And block rules:
I want to ask why when i use those rules i have never got an entry in /etc/bruteforce and have never shown in table
I have a rules like below:
Code:
stossh ="(max 5, source-track rule, max-src-states 5, max-src-nodes 5, max-src-conn-rate 4/100, overload <bruteforce> flush global)"
Code:
table <bruteforce> counters persist file "/etc/bruteforce"
Code:
block drop in log quick on $ext_if from <bruteforce>
block drop out log quick on $ext_if from <bruteforce>
pfct -T show -t bruteforce
. When im using temporary rule <bruteforce>
until restart pf etc ... it works great, what about permanent. How does or should really work ? What am i doing wrong ?