search for: 98mbit

Displaying 5 results from an estimated 5 matches for "98mbit".

Did you mean: 93mbit
2004 Jan 28
4
Problems with HTB (ceil being overpassed)
...seems to be an error or something wrong on the setup, this is the test script i''m using, i know it''s very rough but i think it should do the work. tc qdisc del dev eth1 root tc qdisc add dev eth1 root handle 1: htb default 10 tc class add dev eth1 parent 1: classid 1:1 htb rate 98Mbit ceil 98Mbit tc class add dev eth1 parent 1:1 classid 1:10 htb rate 90Mbit ceil 90Mbit tc class add dev eth1 parent 1:1 classid 1:11 htb rate 2Mbit ceil 2Mbit tc class add dev eth1 parent 1:1 classid 1:12 htb rate 4Mbit ceil 4Mbit tc filter add dev eth1 protocol ip parent 1:0 prio 1 u32 match ip src...
2005 May 26
14
htb: HowTo identify squid cache hits
...%... "free" bandwidth. Today I took the plunge and started to use HTB traffic shaping... and (to my surprise) I got it going without much troubles. The setup I have chosen first divides the load over two classes: - one for Internet rate 2mbit and a 2mbit ceil - a second for our DMZ rate 98mbit and a 100mbit ceil Next I sub-classed the Internet bucket into 6 classes each with a 333kbit rate and a 2mbit ceil. This has had the effect that my DMZ can be accessed at full speed while they fairly share the Internet uplink. And the way it looks now it works :D Hail to all those people who wro...
2006 Nov 15
1
bypassing qdisc for some traffic
Hello everybody. I would like to enable QoS on the internal firewall NIC (eth2) to prevent bandwidth saturation from ftp downloads (for example). This is my firewall schema. ___ private network (100bit/s FD) / / /\ | / //\\ |/ || |eth2 \\ |
2007 Apr 04
13
tc questions
Hi to all of you!!! I am a Computer Science student trying to do the pre-grade thesis. I am trying to develop a free software tool to help administrators to control the traffic. Right now this tool is based on tc and iptables. I am having some problems trying to understand tc and tc examples: - Why in almost every list of tc rules based on htb class, there is a "tc qdisc dev ... root ...
2005 Jul 27
13
HTB and PRIO qdiscs introducing extra latency when output interface is saturated
Im using a Linux machine with standard pc hardware with 3 seperate PCI network interfaces to operate as a DiffServ core router using Linux traffic control. The machine is a P4 2.8ghz, 512mb RAM running fedora core 3 with the 2.6.12.3 kernel. All links and network interfaces are full duplex fast ethernet. IP forwarding is enabled in the kernel. All hosts on the network have their time sychronised