Problem with PF

07/05/2015 23:20 Azrog#1
Hello,

I use this: [Only registered and activated users can see links. Click Here To Register...]

For ban an IP:

Code:
pfctl -t abusive_hosts -T add x.x.x.x
The IP has been banned. I can see the IP:

Code:
pfctl -t abusive_hosts -T show
But, when I make an reboot:
Code:
pfctl -t abusive_hosts -T show
List is empty..

Thanks for your help.
07/06/2015 09:31 .Shōgun#2
That's normal because tables are kept in memory not disk. PF can read IP lists from disks but cannot write them. Workaround:

[Only registered and activated users can see links. Click Here To Register...]