All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] ingress QoS
@ 2004-03-15 12:20 Robert Felber
  2004-03-17  9:52 ` Andy Furniss
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Felber @ 2004-03-15 12:20 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 1866 bytes --]

Hello guys,

Setup: 	iptables 1.2.9 (patch-o-matic not used)
       	linux 2.4.25 (gentoo vanilla, everything needed compiled in)
	eth1 -> pppoe (ppp0)
	eth0

Goal:	Fair queuing of incomming traffic

Story:

since I've failed to use IMQ with iptables 1.2.9 and linux 2.4.25,
I've tried to attach a HTB qdisc to eth0 with a root of 100mbit
and classes with rates of 100mbit and DSL downlink speed (768 kbit).
The downlink class I divided into important traffic (700 kbit) and 
bulk (68 kbit) - both got HTB qdiscs.
The router packets with source 10.0.0.1 end up in the 100mbit queue, but
I have to set this rule to prio 1 otherwise the bulk rule (src 0.0.0.0/0)
will take place.

Everything is working fine so far.

Since I wanted to speed up browsing while having other downloads,
packets with sport 80 are queued in the important queue.
Also I wanted to be very smart and use a transparent squid.
But then I thought twice and realized, that packets with sport 80 end up
in squid (except it was a direct connection), thus the packets are queued 
different.

Question is now: do I also have to add qdiscs to device lo, or how can I
queue the router's incomming traffic for routers's local processes.
If I have to add qdiscs for lo, what would be the bandwidth?
And, would that be clever in general?

If someone is interessted in the script, drop a note.

Thanks in advance,
Rob


  
-- 
| Robert Felber (System-Administrator)    Tel: +49 (0) 89 / 453 12-86 |
| Autohaus Erich Kuttendreier             Fax: +49 (0) 89 / 453 12-80 |
| Drosselweg 21                           PGP:               896CF30B |
| 81827 Muenchen                                                      |
|                                                                     |
| PGP-Fingerprint: CF36 AA93 9716 63E8 962F 15CC A80E 1A79 BF77 25EA  |

[-- Attachment #2: Type: application/pgp-signature, Size: 187 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-17  9:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-15 12:20 [LARTC] ingress QoS Robert Felber
2004-03-17  9:52 ` Andy Furniss

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.