[Commotion-admin] [commotion-router] Rate limit ssh attempts to WAN zone (#120)

Josh King notifications at github.com
Wed Apr 30 11:52:15 EDT 2014


> @@ -61,6 +60,17 @@ config forwarding
>  config rule
>  	option src 'wan'
>  	option dest_port '22'
> +	option proto 'tcp'
> +	option state 'NEW'
> +	option limit '3/min'
> +	option limit_burst '2'
> +	option target 'LOG'
> +
> +config rule
> +	option src 'wan'
> +	option dest_port '22'
> +	option state 'RELATED'
> +	option state 'ESTABLISHED'

There seem to be two state options here. Is this intentional (it's sorta valid), or is it supposed to be a list?

---
Reply to this email directly or view it on GitHub:
https://github.com/opentechinstitute/commotion-router/pull/120/files#r12150389
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.chambana.net/pipermail/commotion-admin/attachments/20140430/230d9345/attachment.html>


More information about the Commotion-admin mailing list