How to handle crazy amount of dropped requests #1787
-
|
Hello! I've started using technitium last week with a cluster of 2 servers. Everything runs fine, I'm hosting a couple domains and configured dot, doh, quic, etc. I've installed the "Drop Requests" app and set lower rate limiting settings. I have not configured ACL because I'm using it on my phone and the IP changes regularly (same when I'm not at home with my laptop). For a few days now, I'm getting between 7000/8000 dropped requests per minute… Technitium handles that perfectly it's pretty incredible. Is my only option setting ACL and a VPN to get fixed IPs? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Thanks for asking. What you see is DNS amplification attack in progress. These are sadly very common and there is nothing much you can do about them. The only mitigation is to have query rate limiting configured and keep regular watch on the DNS server dashboard to detect any new attack. Once you see a new attack and if it uses a specific domain and type, you can then use the Drop Requests app and add that domain name and type that must be dropped. Blocking IP address is something that is not feasible since these IP addresses keep varying and are of the victims of the attack. So using the Drop Requests app is enough to mitigate these attacks. These go away after a few days or a couple of weeks so you just need to drop and ignore them. Geo blocking may cause issues since these geo IP databases are not always accurate and it may end up blocking your IP address if that gets detected outside of the geo blocked region. |
Beta Was this translation helpful? Give feedback.
Thanks for asking. What you see is DNS amplification attack in progress. These are sadly very common and there is nothing much you can do about them. The only mitigation is to have query rate limiting configured and keep regular watch on the DNS server dashboard to detect any new attack. Once you see a new attack and if it uses a specific domain and type, you can then use the Drop Requests app and add that domain name and type that must be dropped.
Blocking IP address is something that is not feasible since these IP addresses keep varying and are of the victims of the attack. So using the Drop Requests app is enough to mitigate these attacks. These go away after a few days or a couple of …