Displaying 8 results from an estimated 8 matches for "3072kbit".
2006 Jul 20
1
QoS doubt about network machine
...t 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 256Kbit ceil 256Kbit burst 15k
$CLASS 1:1 classid 1:60 htb ra...
2006 Feb 05
1
htb prio ...
...2
tc class add dev $DEV parent 1:0 classid 1:11 htb rate 100mbit
tc class add dev $DEV parent 1:11 classid 1:21 htb rate 512kbit ceil
512kbit
tc class add dev $DEV parent 1:11 classid 1:23 htb rate 1024kbit ceil
1024kbit
tc class add dev $DEV parent 1:11 classid 1:25 htb rate 3072kbit ceil
3072kbit
tc class add dev $DEV parent 1:21 classid 1:102 htb rate 64kbit ceil 128kbit
prio 2
tc qdisc add dev $DEV parent 1:102 handle 102:0 sfq perturb 10 quantum 1600
tc filter add dev $DEV parent 1:0 prio 2 protocol ip handle 102 fw flowid
1:102
iptables -t mangle -A USERS_DL -m s...
2006 Apr 05
5
QoS - Ping problem
...C qdisc del dev $DL root 2> /dev/null > /dev/null
$TC qdisc del dev $DL ingress 2> /dev/null > /dev/null
#------
# Regras para a placa eth1
#------
$TC qdisc add dev $DL root handle 1: htb default 50
CLASS="/sbin/tc class add dev $DL parent"
$CLASS 1: classid 1:1 htb rate 3072Kbit
$CLASS 1:1 classid 1:10 htb rate 1024Kbit ceil 1024Kbit
$CLASS 1:1 classid 1:20 htb rate 1536Kbit ceil 2560Kbit
$CLASS 1:1 classid 1:30 htb rate 512Kbit ceil 1024Kbit
$CLASS 1:1 classid 1:40 htb rate 512Kbit ceil 1024Kbit
$CLASS 1:1 classid 1:50 htb rate 512Kbit ceil 1024Kbit
QDISC="/sbin/tc...
2005 Nov 11
0
Re: RED qdisc not working...
...ion) qdisc
> working lately?
>
> I can''t get anything going through it to be dropped or marked; the
> ''marked'', ''early'', ''pdrop'' and ''other'' fields remain at 0 [1]. In my
> example script [2], I get the 3072Kbits/s transfer into eth0, which
> you''d expect if the RED qdisc wasn''t there.
>
> I have tried with a recent 2.6.12 debian kernel and stock 2.6.14 on
> x86_64 debian. I built new iproute and iptables packages from latest
> clean upstream sources, but to no avail.
>...
2006 Mar 01
0
new to TC need help
...=============
# Initial Classes (Default)
tc qdisc del dev eth1 root
tc qdisc add dev eth1 root handle 1: htb default 30 # root qdisk
tc class add dev eth1 parent 1: classid 1:1 htb rate 10240kbit ceil
10240kbit # Child class
#
tc class add dev eth1 parent 1:1 classid 1:10 htb rate 2048kbit ceil
3072kbit prio 1
tc class add dev eth1 parent 1:1 classid 1:20 htb rate 128kbit ceil 512kbit
prio 2
tc class add dev eth1 parent 1:1 classid 1:30 htb rate 100kbit ceil 512kbit
prio 3
tc class add dev eth1 parent 1:1 classid 1:50 htb rate 5120kbit ceil 6144kbit
#
tc qdisc add dev eth1 parent 1:10 handle 10:...
2006 Apr 07
9
u32 and iptables do not work together
...C qdisc del dev $DL root 2> /dev/null > /dev/null
$TC qdisc del dev $DL ingress 2> /dev/null > /dev/null
#------
# Regras para a placa eth1
#------
$TC qdisc add dev $DL root handle 1: htb default 50
CLASS="/sbin/tc class add dev $DL parent"
$CLASS 1: classid 1:1 htb rate 3072Kbit
$CLASS 1:1 classid 1:10 htb rate 256Kbit prio 1
$CLASS 1:1 classid 1:20 htb rate 1024Kbit ceil 2048Kbit prio 2
$CLASS 1:1 classid 1:30 htb rate 512Kbit ceil 512Kbit prio 3
$CLASS 1:1 classid 1:40 htb rate 512Kbit ceil 512Kbit prio 3
$CLASS 1:1 classid 1:50 htb rate 512Kbit ceil 512Kbit prio 4
QDIS...
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
2006 May 19
25
iptables CLASSIFY and MARK not working?
...5368
class htb 47:1 root prio 1 rate 80000bit ceil 128000bit burst 125Kb
cburst 8000b
Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
rate 0bit 0pps backlog 0b 0p requeues 0
lended: 0 borrowed: 0 giants: 0
tokens: 13107200 ctokens: 512000
class htb 48:1 root prio 2 rate 2048Kbit ceil 3072Kbit burst 3000Kb
cburst 192000b
Sent 54187 bytes 790 pkt (dropped 0, overlimits 0 requeues 0)
rate 624bit 1pps backlog 0b 0p requeues 0
lended: 790 borrowed: 0 giants: 0
tokens: 12287744 ctokens: 511831
class htb 49:1 root prio 3 rate 960000bit ceil 960000bit burst 960000b
cburst 60000b
Sent 1653...