search for: 4096kbit

Displaying 4 results from an estimated 4 matches for "4096kbit".

Did you mean: 4096bit
2005 Nov 11
0
Re: RED qdisc not working...
...min 64Kb max 128Kb > Sent 53985530 bytes 36757 pkts (dropped 0, overlimits 0) > marked 0 early 0 pdrop 0 other 0 > > --- [2] > > tc qdisc del dev eth0 root > > tc qdisc add dev eth0 root handle 1: htb default 10 > tc class add dev eth0 parent 1: classid 1:1 htb rate 4096kbit ceil 4096kbit > tc class add dev eth0 parent 1:1 classid 1:10 htb rate 3072kbit ceil 3072kbit > tc qdisc add dev eth0 parent 1:10 handle 10: red \ > limit 4096kbit min 512kbit max 1024kbit avpkt 1000 \ > burst 100 probability 0.02 bandwidth 1024kbit > ___ > Daniel J Blueman Y...
2006 Jul 20
1
QoS doubt about network machine
...I am with a doubt about QoS solution... I have a 4 Mbit backbone coming from the telco I use... This is the link I serve to my clients, so I make this classes: $TC qdisc add dev $DL root handle 1: htb default 60 CLASS="/sbin/tc class add dev $DL parent" $CLASS 1: classid 1:1 htb rate 4096Kbit $CLASS 1:1 classid 1:10 htb rate 256Kbit ceil 3072Kbit burst 15k $CLASS 1:1 classid 1:20 htb rate 256Kbit ceil 1024Kbit burst 15k $CLASS 1:1 classid 1:30 htb rate 2048Kbit ceil 3072Kbit burst 15k $CLASS 1:1 classid 1:40 htb rate 256Kbit ceil 512Kbit burst 15k $CLASS 1:1 classid 1:50 htb rate 256Kbi...
2009 Apr 30
15
Shorewall Firewall con Openswan and OpenVPN
Hello guys, I past the last days trying to configure my shorewall 4.06 firewall to allow openvpn bridging connection. My scenario is the following: roadwarrior (openvpn client) -------------> Internet ------------> (X.Y.W.Z - eth0) Firewall/Gateway (10.x.x.254 - eth1) --------> Local Lan -------> OpenVPN Server (10.x.x.249 - br0) where 10.x.x.0-254 is my private lan X.Y.Z.W is
2005 Nov 11
8
Pfifo_fast "Unknown qdisc" and asking for basic design advice
Hi all, I''ve done a search through the archives but I can''t find a cause/solution to this. I''m running a FC4 box with the stock 2.6.12 kernel and a FC2 box with a stock 2.6.9 kernel. I''m obviously using iproute2 and the patched tc. When I clear down the qdiscs with "tc qdisc del dev <DEV> root" I get the following in response to "tc