It drops the network, when receiving DRDOS (CHARGEN) attack, I have a router asus rt-ac66u B1, with its last alpha firmware but when I launch a ddos attack it falls the entire internal and external network, some way to solve it? Formerly used another router and did not drop the network, only worked slower.
I have added a script (/jffs/scripts/ firewall-start
with
If the attack lasts 5 minutes, the wan and lan fall
I feel my english bad.
I have added a script (/jffs/scripts/ firewall-start

Code:
#!/bin/sh
iptables -A INPUT -p udp -m limit --limit 5/s -j RETURN
iptables -A INPUT -p udp -m limit --limit 5/s -j LOG
iptables -A INPUT -p udp -m udp --sport 19 -j DROP
If the attack lasts 5 minutes, the wan and lan fall
I feel my english bad.