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 via email to