Search found 1 match

by chris_34
06 Sep 2008, 17:46
Forum: Suggestions (csf)
Topic: Server bandwidth limit...
Replies: 1
Views: 4325

Server bandwidth limit...

HI, I read a tutorial for limiting the servers bandwidth using iptables.... tc qdisc add dev eth0 root handle 1: cbq avpkt 1000 bandwidth 100mbit tc class add dev eth0 parent 1: classid 1:1 cbq rate 256kbit allot 1500 prio 5 bounded isolated tc filter add dev eth0 parent 1: protocol ip prio 16 u32 m...