Displaying 20 results from an estimated 6000 matches similar to: "Priority question ..."
2005 Jul 22
3
HTB as a child of another HTB - doesn''t work
Hi,
I am new to HTB and in the learning process I want to simulate a slower
link on my server to see how qdisc works.
I have a 100Mbit connection.
I want to simulate a 100K connection and to divide traffic between FTP
and SMB. (like in HTB user guide).
The problem is that it doesn’t work. I can transfer files with FTP of
SAMBA at the wire speed. (Just like when there was no HTB and qdisc).
2004 Jul 12
0
Please help... classical problem
Hello all.. i''m a newbie in LARTC...
And I reallize that my problem is a clasical problem
in this LARTC milist.....
So if anyone dont mind.. please help me with this...
Situation :
LAN --> Gateway <-- Internet
10.0.0.0/8 --> eth0 eth1<--
20.0.0.0/8
Linux Box:
RedHat 8.0
/sbin/tc size is +- 700 kb
#NAT to all computer to access
2005 May 05
5
packet shaping bridge
Hi all,
I''m new to using iproute2 for traffic shaping but not new to Linux.
Essentially I have a WAN between two cities that I stream audio over for
rebroadcast. Since it''s all done live stability and prioritization is
critical in staying on air for our radio broadcasts.
My WAN is 1.5Mbit PVC within my provider''s infrastructure so I have an
unencrypted direct
2007 May 18
1
High Latency With Tiered Queues
Hello,
I''m trying to setup what I thought would be a fairly basic tiered
shaping system. I have a 6mbit (768kbps) link coming into my eth1
device, with my LAN IPs on the eth0 device. I want to limit outgoing
traffic so that certain IPs are limited to 400kbps, with 3 classes under
that 400k so certain machines get prioritized (main servers in 1:21,
other servers in 1:22, workstations
2004 Aug 17
0
can this work?
Hi.
I''m newie using LARTC.
I have some pc''s and one 512/192kbits conection. I do not want that one
PC uses all the bandwidth available.
I made this script to limit, but I need that the applications (web
browsing, messenger with cam and audo , p2p, etc) in pc''s continue
acceding normally Internet.
Would work this script?
what type of qdisc could be added to htb in
2002 Oct 08
1
how can i choose HTB''s prio
HTB and imq was used to control traffic.
AC="tc class add dev eth0 parent"
$AC 1: classid 1:1 htb rate 100kbps burst 2k
$AC 1:2 classid 1:10 htb rate 50kbps ceil 100kbps
burst 2k prio 1
$AC 1:2 classid 1:11 htb rate 50kbps ceil 100kbps
burst 2k prio 2
$AC 1:2 classid 1:12 htb rate 50kbps ceil 100kbps
burst 2k
please tell me if i do not set prio, what is the
default prio? low delay class
2006 Feb 22
0
mysterious rebounce in htb
Attached is a graph obtained with ethereal where after time +/-45s there is
a rebounce which I can''t explain.
Setup is this:
- my machine starts to generate traffic at maximum speed against a
target machine (using nc < /dev/zero here and nc -l > /dev/null there)
- traffic pattern is:
0s: dst port 2500 (red)
20s: dst port 8000 (blue)
40s: kill port 2500 traffic
60s: kill
2002 Oct 11
0
outgoing packets not working..
hi all
I just tried to test whether the HTB works well or not .. (policy is very
simple ^^;;)
I tried HTB simulator ''Ethloop'' with lo (loopback ) and I found HTB works
well....(very well)
So I changed lo to eth0 and tested ..
./tc qdisc add dev eth0 root handle 1: htb default 10
./tc class add dev eth0 parent 1: classid 1:1 htb rate 500kbps ceil 500kbps
./tc class add
2002 Oct 11
0
outgoing packets notworking..
hi all
I just tried to test whether the HTB works well or not .. (policy is very
simple ^^;;)
I tried HTB simulator ''Ethloop'' with lo (loopback ) and I found HTB works
well....(very well)
So I changed lo to eth0 and tested ..
./tc qdisc add dev eth0 root handle 1: htb default 10
./tc class add dev eth0 parent 1: classid 1:1 htb rate 500kbps ceil 500kbps
./tc class add
2002 Sep 06
1
Examples from HTB home page...
... do not work anymore. Anybody with a hint? I''ve got a fully
functional HTB setup and just wanted to replace the kernel from 2.4.17
to 2.4.19. In the end the modified tc binary doesn''t recognize "tc
filter add" (yet it does accept qdisc show and recognizes htb...)
I''ve downloaded the 2.4.19 from kernel.org, iproute2 (2.4.7),
installed the patches
2007 Dec 04
2
Simple Example isnt working (ssh/bulk traffic)
Hi,
the script below should allow to get ssh connections running well while
downloading, but even the 100kbps (100kbyte/s?) doesnt work - can still
download with 500+kb/s. Whats wrong?
INTERFACE=eth0
#clear all on $INTERFACE
tc qdisc del dev $INTERFACE root
tc qdisc add dev $INTERFACE root handle 1:0 htb default 15
#root qdics, allows borrowing for its children
tc class add dev
2003 Feb 26
1
traffic shaper with htb and imq ==> bad latency
Hi!
I have configured traffic shaping with htb and imq but when i am downloading the latency for example on the Bnet class is very high .....
example:
65 kb/s download
best latency: 56ms
lateny on bnet class while downloading: 400 350 250 350 400 100 300 200 80 200 300 250 .....
To get informations about latency i am marking ping packets with iptables.
I want to play during other users
2006 Mar 05
0
revised shaping rules, please take a look
In my attempt to move my traffic shaping to my router from an internal
box, I have come up with a new set of rules. I would appreciate any
feedback the list members might have.
What I am trying to do is shape my outbound bandwidth so that my que
doesn''t get full. I run a ftp server 24/7, do normal email, some ssh,
web surfing and some downloading. I have a cable modem with 10mbit
2006 Sep 10
1
HTB and tc filter
Help me ...
I try use the tc filter, but seems he doesn''t work, I already
reconfigured my kernel ( 2.4.32 ) with all options related a QOS
enabled ( like modules ) and nothing happens. I get the tc tool from
HTB source package, well this is my set :
eth0 is my internal NIC.
tc qdisc add dev eth0 root handle 1: htb default 12
tc class add dev eth0 parent 1: classid 1:1 htb rate
2006 Sep 10
1
help with HTB and tc
Help me ...
I try use the tc filter, but seems he doesn''t work, I already
reconfigured my kernel ( 2.4.32 ) with all options related a QOS
enabled ( like modules ) and nothing happens. I get the tc tool from
HTB source package, well this is my set :
eth0 is my internal NIC.
tc qdisc add dev eth0 root handle 1: htb default 12
tc class add dev eth0 parent 1: classid 1:1 htb rate
2011 Sep 20
1
Network traffic control/shaping of guest interfaces
I've been using tc/htb for network control previously to control
bandwidth available to different services running on their own IPs on
a unvirtualized host.
Now, I have put them into their own guest VM. I would like to be able
to do something similar to ensure the more crucial service gets more
bandwidth as well as ensuring ssh always get reserved bandwidth.
However, when I try the good old
2002 Jun 06
1
parameter of htb
tc qdisc add dev eth0 root handle 1: htb default 12
tc class add dev eth0 parent 1: classid 1:10 rate
30kbps ceil 100kbps burst 2k
tc class add dev eth0 parent 1: classid 1:11 rate
10kbps ceil 100kbps burst 2k
tc class add dev eth0 parent 1: classid 1:12 rate
60kbps ceil 100kbps burst 2k
tc filter add dev eth0 protocol ip parent 1:0 prio 1
u32 match ip src 172.16.11.2 flowid 1:10
i login
2002 Sep 17
8
the range of HTB''s prio
HTB and imq was used to control traffic.
AC="tc class add dev eth0 parent"
$AC 1: classid 1:1 htb rate 100kbps burst 2k
$AC 1:2 classid 1:10 htb rate 50kbps ceil 100kbps
burst 2k prio 1
$AC 1:2 classid 1:11 htb rate 50kbps ceil 100kbps
burst 2k prio 1
please tell me the range of "prio"
_________________________________________________________
Do You Yahoo!?
新鲜到底,娱乐到家 -
2006 Jan 29
0
how can I delete filter : RTNETLINK file doesn''t exist
what is the script for deleting filter that already exist???
the htb script is:
tc qdisc add dev eth0 root handle 1:0 htb default 4
tc class add dev eth0 parent 1:0 classid 1:1 htb rate 500kbps ceil 500kbps
tc class add dev eth0 parent 1:1 classid 1:2 htb rate 300kbps ceil 300kbps
tc qdisc add dev eth0 parent 1:2 handle 12:0 pfifo
tc class add dev eth0 parent 1:1 classid 1:3 htb rate 150kbps
2006 Feb 02
0
Linux Gateway Qos_2 interfaces (1 lan and 1 internet) problem
Hello...I have a Slackware based machine doing routing & QoS for my internal LAN users...
It has two interfaces: eth1(100mbps) that connects to the aDSL modem(USR 9105) and eth0(100mbps) that connects to my local LAN...
I''am using shorewall as a firewall...i think it''s configured well as it''s working as i want and i pass all the online firewall tests... :D
All lan