[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

DoS



Hi,

I have the following lines in one of my startup scripts:
	echo -n "Starting $DESC: "
	iptables -t nat -N DROPILOG
	iptables -t nat -A DROPILOG -j LOG --log-level info
	iptables -t nat -A DROPILOG -j DROP
	iptables -t nat -N iflood
	iptables -t nat -A iflood -m limit --limit 12/s \
		--limit-burst 24 -j RETURN
	iptables -t nat -A PREROUTING -i $INET_IFACE \
		-d $INET_IP -p tcp --syn -j iflood 	echo "$NAME."

Problem is, what should I do to see the script working...?
tcpspray...?

Thanks in advance,
Oki


--
To UNSUBSCRIBE, email to debian-security-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: