Displaying 1 result from an estimated 1 matches for "flooder".
Did you mean:
flooded
2004 Nov 30
0
Multiply targets ?
...--limit-burst ${synBurst} -j LOG --log-prefix Synflood -j RETURN
i.e. I want to return and log the event of syn flooding.... Next I want to be able for this rule to handle per-IP syn-floods automaticaly
but not globaly as it is now. How do u do this ?!!
And as a side effect view which one is the flooder in the syslog..
The next thing I want to do is instead :
iptables -A FORWARD -t mangle -s x.x.x.0/24 -j MARK --set-mark 7
I want it to act like this :
iptables -A FORWARD -t mangle -s x.x.x.0/24 -j MARK --set-mark 7 -j RETURN
i.e. mark and return, ''cause I have hundred of such rules a...