This has been driving me crazy. I remember I used to be able to do this in the past with older versions of FreeBSD. I can't seem to change the table-entries with pf. I added this to /boot/loader.conf:
I tried this in /etc/pf.conf:
As well as this:
I've rebooted and tried reloading pf, but I see no changes:
Any suggestions?
Code:
net.pf.states_hashsize=1048576
net.pf.src_nodes_hashsize=1048576
net.pf.request_maxcount=1000000
I tried this in /etc/pf.conf:
set limit table-entries 300000
As well as this:
set limit { states 200000, frags 200000, src-nodes 100000, table-entries 350000 }
I've rebooted and tried reloading pf, but I see no changes:
Code:
# pfctl -s memory
states hard limit 100000
src-nodes hard limit 10000
frags hard limit 5000
table-entries hard limit 200000
Any suggestions?