Displaying 4 results from an estimated 4 matches for "6000kbit".
Did you mean:
1000kbit
2007 Feb 14
0
Marking packets with iptables (NEWBIE)
Hi all,
I''m trying to marking packets with iptables and use tc filter to catch this
packets.
I configure my device:
tc qdisc del root dev eth0
tc qdisc add dev eth0 root handle 1: htb default 10
tc class add dev eth0 parent 1: classid 1:1 htb rate 3000kbit ceil 6000kbit
burst 15k
tc class add dev eth0 parent 1:1 classid 1:10 htb rate 2000kbit ceil
4000kbit burst 15k
tc qdisc add dev eth0 parent 1:10 handle 10: sfq perturb 10
tc class add dev eth0 parent 1:1 classid 1:20 htb rate 1400kbit ceil
2000kbit burst 15k
tc qdisc add dev eth0 parent 1:20 handle 20: sfq pert...
2005 Mar 25
1
Routing Load balancing and traffic shaping through 2 ISP links
Hello,
I started off by reading the Linux Advanced Routing & Traffic Control Howto, then searched a bit around the web.
I see many documents discussing these matters with kernel 2.2.x but they are quite old, something around 1998-2000.
I have some questions but I might as well start by exposing my setup to clarify things.
I have a couple of internet links: a leased line of 256kbit/s and an
2005 Jun 18
6
htb child classes don''t borrow form "parent''s parent class" :(
...0Kb/8 mpu 0b
overhead 0b cburst 2848b/8 mpu 0b overhead 0b level 7
Sent 221521122 bytes 257990 pkts (dropped 0, overlimits 0)
rate 1818Kbit 260pps
lended: 0 borrowed: 0 giants: 0 <------------ nothing going on here
tokens: -1118817 ctokens: -274
class htb 1:c1 parent 1:f1 rate 2048Kbit ceil 6000Kbit burst 50Kb/8 mpu
0b overhead 0b cburst 2349b/8 mpu 0b overhead 0b level 6
Sent 22500226 bytes 28784 pkts (dropped 0, overlimits 0)
rate 230776bit 37pps
lended: 13478 borrowed: 0 giants: 0 <------------ or here
tokens: 204546 ctokens: 3121
Any help is highly appreciated!
Thanx,
Bernd Froe...
2007 Jan 20
8
Shorewall VOIP Traffic Control Configuration
...ftp 16
all all tcp ftp - 16
all all tcp ftp-data - 8
all all tcp - ftp-data 8
#
/etc/shorewall/tcdevices:
eth0 6000kbit 500kbit
tcclasses:
eth0 1 100kbit 180kbit 1
tos=0x68/0xfc,tos=0xb8/0xfc,tos=0x48/0xfc
eth0 2 full/4 full 2
tcp-ack,tos-minimize-delay
eth0 3 full/4 full 3 default
eth0 4 f...