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

Re: How to drop a specific TCP segment in iptables?



Hi Yuwen,
Try statistic extension. 
For example, to drop every second segment in http connection:

# iptables -A INPUT -p tcp --sport 80 -m statistic --mode nth --every 2 -j DROP



Reply to: