pf tables

  1. A

    PF pf-badhost Table Loaded, but pf Not Blocking IPs

    After following the instructions listed at https://www.geoghegan.ca/pub/pf-badhost/latest/install/freebsd.txt to get pf-badhost running on FreeBSD 15.0, it seems like the pf-badhost script has run successfully and that pf itself has loaded the pfbadhost table, but it doesn't seem like pf is...
  2. Steffen

    PF Tables with persist do not exist

    Hi! I have this in my pf.conf (snippet) [...] table <intranet> { 192.168.178.0/24 192.168.178.0/24 10.8.0.0/24 10.8.0.0/24 192.168.1.0/24 192.168.1.0/24 } table <smartnet> { 192.168.10.0/24 192.168.10.0/24 } table <blocklist> persist file "/bla/blocklist_pf" [...] If I load the...
  3. byrnejb

    Solved Persistent TABLES

    I have this definition in /etc/pf.conf: table <WHITELIST> persist file "/var/db/pf/pf_white_list" When I add an address using pfctl I can see it is there: [root@gway04 ~ (master)]# pfctl -t WHITELIST -T add 72.140.215.253 1/1 addresses added. [root@gway04 ~ (master)]# pfctl -t WHITELIST -T...
Back
Top