[OmniOS-discuss] IPFILTER Rate Limiting

Software Information softwareinforjam at gmail.com
Tue Apr 25 17:29:58 UTC 2017


Hi All
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.

1. table <abusive_ips> persist


2. block in quick from <abusive_ips>


3. pass in on $interface proto tcp to $interface port 53 flags S/SA keep
state \
    (max-src-conn-rate 15/5, overload <abusive_ips> flush)

Can anyone show me where some good docs are on how to accomplish this on
Omni?

Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://omniosce.org/ml-archive/attachments/20170425/f1295749/attachment.html>


More information about the OmniOS-discuss mailing list