* [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* Re: [LARTC] ingress QoS
2004-03-15 12:20 [LARTC] ingress QoS Robert Felber
@ 2004-03-17 9:52 ` Andy Furniss
0 siblings, 0 replies; 2+ messages in thread
From: Andy Furniss @ 2004-03-17 9:52 UTC (permalink / raw)
To: lartc
Robert Felber wrote:
> 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,
What failed - my 2.4.24 setup may work I'll try 25 soon.
> 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.
You need to set limits to 80% or less - depending on number of tcps and
how much you care about latency.
> 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 what you want to do is controll/share incoming DSL bandwidth for
local and forwarded traffic you need to put IMQ on ppp0. I guess you
don't need to throttle/priorotise squid to the LAN for stuff that's
cached, but do when it's getting stuff from the net.
Andy.
>
> If someone is interessted in the script, drop a note.
>
> Thanks in advance,
> Rob
>
>
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ 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.