<div dir="ltr">Hi All<div>I have been trying to find some ipfilter documentation that will show me how to rate limit to a particular port in OmniOS. I really want to rate limit users logging on using ssh to seriously discourage the brute forcers. I am more used to putting lines like this in pf.conf on a BSD.</div><div><br></div><div><p style="margin:0in;font-family:calibri;font-size:11pt">1. table
<abusive_ips> persist</p><p style="margin:0in;font-family:calibri;font-size:11pt"><br></p>

<p style="margin:0in;font-family:calibri;font-size:11pt">2. block in quick from
<abusive_ips></p><p style="margin:0in;font-family:calibri;font-size:11pt"><br></p></div><div>3. pass
in on $interface proto tcp to $interface port 53 flags S/SA keep state \</div><div>    (max-src-conn-rate 15/5, overload <abusive_ips> flush)<br></div><div><br></div><div>Can anyone show me where some good docs are on how to accomplish this on Omni?</div><div><br></div><div>Regards</div><div><br></div></div>