View Single Post
  #1   (View Single Post)  
Old 16th December 2017
notooth notooth is offline
Shell Scout
 
Join Date: Jul 2015
Posts: 125
Default Need help with pf

Hi everyone,

In an effort to prevent a DoS attack to my web server, I am trying to set the maximum 1 request per 2 seconds to each client in pf.conf:

Quote:
pass in on egress proto tcp from any to (egress) port { 80 443 } keep state (max-src-conn-rate 1/2)
But when I tried to send about 10 requests to my web server in 2 seconds, the pf passed all to my web server. Can anyone tell me if there is something wrong with the configuration?
Reply With Quote