Hi,
I'm currently using the following in my router CCR2004 (using RoS 7.3.1);
/ip firewall filter
add chain=forward connection-state=new action=jump jump-target=block-ddos
add chain=forward connection-state=new src-address-list=ddoser dst-address-list=ddosed action=drop
add chain=block-ddos dst-limit=50,50,src-and-dst-addresses/10s action=return
add chain=block-ddos action=add-dst-to-address-list address-list=ddosed address-list-timeout=10m
add chain=block-ddos action=add-src-to-address-list address-list=ddoser address-list-timeout=10m
I'm noticing that every time ppl use Telegram on their phones, after a couple of messages the Mikrotik thinks it's being DDoS. Anybody else experiencing this? FYI, I've already added Telegram IPs into a list and mangle queues but it still happens:
/ip firewall address-list
add address=telegram.org list=Telegram-IP
add address=api.telegram.org list=Telegram-IP
add address=core.telegram.org list=Telegram-IP
add address=web.telegram.org list=Telegram-IP
add address=t.me list=Telegram-IP
add address=telesco.pe list=Telegram-IP
add address=91.108.4.0/22 list=Telegram-IP
add address=91.108.8.0/22 list=Telegram-IP
add address=91.108.56.0/22 list=Telegram-IP
add address=95.161.64.0/20 list=Telegram-IP
add address=149.154.160.0/22 list=Telegram-IP
add address=149.154.164.0/22 list=Telegram-IP
Really appreciate any suggestions.