What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Network down firewall not working fine?

Miguel

Occasional Visitor
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

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.
 
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.

Are you doing this from the LAN side or the WAN side?

WAN side - one should be safe as long as the Character Generator port (UDP/19) isn't exposed - which typically it is not.
 
[Quote = "sfx2000, mensaje: 315.694, miembro de: 7568"] ¿Estás haciendo esto desde el lado de la LAN o la WAN?

lado WAN - uno debe ser seguro, siempre y cuando el puerto generador de caracteres (UDP / 19) no está expuesto -. que típicamente no es [/ QUOTE]
Yo uso esta web:
https://www.ipstresser.com
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top