HELP with UDP flooding
Posted: Wed Jan 15, 2014 10:49 am
Can someone tell what i have to do to prevent UDP flooding in my router.
I search the wiki and found these roules:
but it didnt work, new UDP connections keep comming to my router and everytime i have to manualy drop these ips.
Thanks.
I search the wiki and found these roules:
Code: Select all
add action=drop chain=forward disabled=no dst-address-list=udp_flooded
add action=drop chain=forward disabled=no src-address-list=udp_flooder
add action=jump chain=forward comment="UDP Flood Protection" connection-state=new
add action=return chain=udp_flood disabled=no dst-limit=50,50,src-and-dst-addresse
add action=add-src-to-address-list address-list=udp_flooder address-list-timeout=1
add action=add-dst-to-address-list address-list=udp_flooded address-list-timeout=1
Thanks.