[LARTC] squid + tc

2002-05-22 Thread Gavin White
Hello, I have some htb rules set up to govern download speeds through a linux box, depending on the IP address of the destination machine. My problem is that when the end users choose to use my squid cache, which sits before the htb machine (and has to be there), the htb machine thinks the

Re: [LARTC] squid + tc

2002-05-22 Thread Gavin White
oh well, just wondered if there was a way to get squid to keep the original IP. I'm currently working on a fully automated mac address authentication, bandwidth control thing for WISPS - it takes a csv from rodopi and modifies it's iptables and htb rules according to the latest client data. In

Re: [LARTC] squid + tc

2002-05-22 Thread Martin Devera
I've seen patch to squid somewhere. The trick is to encode original requester information into new request packets. It can go into priority field - it is 32bit and is userspace-settable. I'm currently thinking about doing something like it but have no time ... On Wed, 22 May 2002, Gavin White

[LARTC] need a help

2002-05-22 Thread alouini khalif
I 'm working in project that consists in implementation of a multimedia extension over IP. I set up informations about MPEG Video on the IP option fields. I want to use this information , in the router side, to implemente a EPD (early packet discart) approche. The EPD approche consists in the

[LARTC] Devik's accelerometer project ;)

2002-05-22 Thread Martin Devera
Hi, I sent this during LARTC outage so that I'm resending it. It is off-topic but I feel here like at home so that I'd like to share my experiences with my latest interesting project. I created nice HW toy with interesting results so that if you want break from networking feel free to look at

Re: [LARTC] Devik's accelerometer project ;)

2002-05-22 Thread PiotR
On Wed, May 22, 2002 at 11:43:37AM +0200, Martin Devera wrote: Hi, I sent this during LARTC outage so that I'm resending it. It is off-topic but I feel here like at home so that I'd like to share my experiences with my latest interesting project. I created nice HW toy with interesting

[LARTC] Routing from a box behind two NAT'ing routers

2002-05-22 Thread Leonardo Balliache
Hi, iproute2 has a command that perhaps could help you. ip route add default scope global equalize nexthop dev ppp0 \ nexthop dev ppp1 (actually if you know peer addresses of ppp* use it instead). I've never tried with it but it´s a possibility. You have to have two NIC in your web server;

[LARTC] need a help:EDP discipline implementation

2002-05-22 Thread alouini khalif
I 'm working in project that consists in implementation of a multimedia extension over IP. I set up informations about MPEG Video on the IP option fields. I want to use this information , in the router side, to implemente a EPD (early packet discart) approche. The EPD approche consists in

[LARTC] not realy a lart question but...

2002-05-22 Thread ewan
has anyone noticed that traffic though so-1-0-0.mp1.Washington1.Level3.net [212.187.128.138] seems to have a 70ms latency in and out? I cant find any answers or way to contact level3 on the web and thought someone here might have a clue? ___ LARTC

Re: [LARTC] squid + tc

2002-05-22 Thread Andreas Lehrbaum
On Wednesday 22 May 2002 10:43, you wrote: I've seen patch to squid somewhere. The trick is to encode original requester information into new request packets. It can go into priority field - it is 32bit and is userspace-settable. That sounds exactly like the solution I've been looking for for

Re: [LARTC] not realy a lart question but...

2002-05-22 Thread ewan
Just a thought, but tracepath suggests significant asymmetry at that point in routing. looking at the map, i am going allmost allround the world, though, 70ms across america 70ms across 'the pond' hmmm ___ LARTC mailing list / [EMAIL PROTECTED]

Re: [LARTC] squid + tc

2002-05-22 Thread Martin Devera
On Wednesday 22 May 2002 10:43, you wrote: I've seen patch to squid somewhere. The trick is to encode original requester information into new request packets. It can go into priority field - it is 32bit and is userspace-settable. That sounds exactly like the solution I've been looking

Re: [LARTC] switch to hb3 in production enviroment

2002-05-22 Thread Martin Devera
the linux box uses redhat 7.2 with 2.4.18 kernel patched with htb 2 + bridge firewalling, i have 60 htb classes (from 64 to 512 kbit)each with sqf leaf and I am using U32 filter to select source, destination or port.I also have some firewalling iptables rules. I tested the setup for 15 days