Hello everybody
I using a ADSL modem attached on my MT`s WAN port and if my customers make over 200 connections, this my f****d adsl modem crash over and over again
Pls Help me
this don`t work
/ ip firewall filter
add chain=forward protocol=tcp tcp-flags=syn connection-limit=200,0 action=drop
comment=“limit total ALL connections to 200” disabled=no
and this don`t work too
/ ip firewall filter
add chain=forward protocol=tcp tcp-flags=syn connection-limit=200,24 action=drop
comment=“limit total ALL connections to 200” disabled=no