overload

  1. Onepamopa

    PF match rules questions..

    Hello, Got a few questions in regards to the "match" rules. From what I understand - they do not create states, and, multiple rules are evaluated (i.e. it's not first/last match "wins") The question is - why do these rules allow, for example: match in on ix0 inet proto tcp from any to...
  2. L

    PF How to rate limit ping?

    I could use some help with a pf firewall I can't get to work. For some reason, ping/icmp won't get blocked by overload. This works for ssh connections: table <bruteforce> persist block drop in log quick on $ext_if inet proto tcp from <bruteforce> port 22 pass in log on $ext_if inet proto tcp to...
Back
Top