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

Re: limit traffic using iptables



Julian Esteban Perconti escribió:
Luis A. R. Paz escribió:
is tehre a way to limit bandwith using iptables ???


regards


perhaps -m limit, i don't know.

good luck.


example

iptables -A FORWARD -s 172.16.2.0/23 -d 0.0.0.0/0 -m limit 512kb -p tcp --dport 8080 something like that





Reply to: