* [LARTC] Speed problem discriminating traffic services
@ 2002-04-05 17:05 Roberto Arcomano
0 siblings, 0 replies; only message in thread
From: Roberto Arcomano @ 2002-04-05 17:05 UTC (permalink / raw)
To: lartc
Hi all,
I use a very simple script like this:
*******************************************************************
#!/bin/bash
# Qdisc
tc qdisc del dev eth1 root
tc qdisc add dev eth1 root handle 1: prio
tc qdisc add dev eth1 parent 1:1 tbf limit 1600 burst 2600 rate 28800
# Filter
tc filter add dev eth1 parent 1:0 protocol ip prio 1 handle 1 fw classid 1:1
# Rules
ipchains -F
ipchains -A output -p tcp -d lab 20:21 -b -j ACCEPT -m 1
********************************************************************
where lab is an host of mine.
When I upload using ftp, all is ok (28800 bit/s).
When I use interactive services (like "Midnight Commander", Norton Commander"
Linux clone) I have speed problem, response time is slow. So I wonder what
about other services (like HTTP.....).
What I'm wronging? I need some other class to add?
Thank you very much for your help!
Roberto Arcomano
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-04-05 17:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-05 17:05 [LARTC] Speed problem discriminating traffic services Roberto Arcomano
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.