[LARTC] multi ADSLs links

2004-08-15 Thread ThE LinuX_KiD
hi, I've a dedicated internet link 512k with a cisco router, and now, I want to upgrade bandwidth with 8 ADSLs (512k each) then: - build kernel 2.4.27 with pachs: - patch-o-matic-ng-20040621 : CONNMARK, H323, etc... - http://www.ssi.bg/~ja/#multigw Julian's patch. -

RE: [LARTC] load balanced adsl lines

2004-07-10 Thread ThE LinuX_KiD
Have you each ADSL line connected to a NIC ethernet ? You have 6 NIC ethernets ? bests andres -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nombre de Mark Coetser Enviado el: Sábado, 03 de Julio de 2004 08:33 a.m. Para: [EMAIL PROTECTED] Asunto: [LARTC] load

RE: [LARTC] Frottle + Bridge + IMQ

2004-06-30 Thread ThE LinuX_KiD
Hi, Martin. which is your experience with frottle ? Which is your external AP ? Can you post your frottle configure files ? regards andres - Hi, - - I'm trying to configure IMQ to work on the same machine with frottle - (http://frottle.sourceforge.net). The problem is both feed themselves

[LARTC] fairnat with squid + Squid with ZPH

2004-06-28 Thread ThE LinuX_KiD
Hi, I'm trying to share internet on a LAN I've a linux router with SQUID (with ZPH support) + FAIRNAT The idea is: - fairness sharing internet - priorize interactive traffic - if a web object is on squid-cache (HIT), user can download it, with a rate = LAN rate I've: - Last Fairnat Script:

RE: [LARTC] patch: HTB update for ADSL users

2004-06-23 Thread ThE LinuX_KiD
hi ! this patch can work good with last tc release ? which performance haves with rp-pppoe ? bests andres. - -Mensaje original- - De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] - nombre de Jason Boxman - Enviado el: Martes, 22 de Junio de 2004 02:17 p.m. - Para: [EMAIL PROTECTED] -

[LARTC] which is more appropiate for a ciber-cafe LAN ?

2004-06-22 Thread ThE LinuX_KiD
Jim diGriz's QoS Script ? http://www.digriz.org.uk/jdg-qos-script/ FairNat ? http://www.metamorpher.de/fairnat/ other ?? bests andres ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

RE: [LARTC] proces.pl error [ QoS net-snmp ]

2004-06-22 Thread ThE LinuX_KiD
exceeded buffer maxMsgSize ERROR: Message size exceeded buffer maxMsgSize. bests. andres - - On Saturday 19 June 2004 23:40, ThE LinuX_KiD wrote: - Hi, again. - - - Hi, - - I'm try to work with net-snmp and QoS patch, - and proces.pl from http://www.docum.org - - do you know why next error

RE: [LARTC] which is more appropiate for a ciber-cafe LAN ?

2004-06-22 Thread ThE LinuX_KiD
I see 2 differences betwen FairNat and JiM's Qos Script. 1) Jim uses esfq instead a HTB by host in order to fairness. But, is esfq really fairness ? In my tests with esfq, I can't get fairness between hosts with esfq. But, with esfq , I don't need to configure client by client. 2) Jim uses

[LARTC] QoS net-snmp ?

2004-06-19 Thread ThE LinuX_KiD
Hi I've patched net-mrtg http://www.net-snmp.org/ with http://x-ray.prokon.cz/data/snmp/ sucefully Also I've copied QOS.TXT to /usr/local/share/snmp/mibs when I make a normal use of snmp, with mrtg in order to monitor all traffic on eth0 and eth1, it works OK. But, how must I do in order to

[LARTC] shaping a ciber cafe

2004-06-18 Thread ThE LinuX_KiD
Hi, I'm looking for a script in order to do traffic control on a ciber cafe LAN, with linux router. Ciber has about 40 hosts, and I haven't much bandwidth (512kbit). Also, I've a squid cache and it works very good! I've found Jim QoS script, and FairNat. Which is more suitable for me ? Jim

[LARTC] ipp2p question

2004-06-18 Thread ThE LinuX_KiD
Hi, if I want to block ALL p2p traffic, ( bit torrent and apple included )... which is better ? # iptables -A FORWARD -p tcp -m ipp2p --ipp2p --bit --apple -j DROP or... # iptables -A FORWARD -p tcp -m ipp2p --ipp2p -j DROP # iptables -A FORWARD -p tcp -m ipp2p --bit -j DROP # iptables

RE: [LARTC] Re: [ANNOUCE] iproute2 update

2004-06-09 Thread ThE LinuX_KiD
somebody has tested this version ? is stable ? ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

[LARTC] error compilling TC

2004-05-26 Thread ThE LinuX_KiD
Hi, I have a box with RH 7,2 upgraded to Fedora Core 1. with: kernel 2.4.26 iptables 1.2.9 gcc 3.2.2 In this momment I'm using a binary TC version, but when I try to compile, get errors in Make process. Any hints ? Bests. Andres. iproute2-2.4.7-now-ss010824.tar.gz make[1]: Cambiando a

[LARTC] mrtg.cfg QoS

2004-05-25 Thread ThE LinuX_KiD
Hi, Steff. Next file are not found on your website: http://www.docum.org/stef.coene/qos/tc-snmp//example/html/mrtg.cfg can you post it ? Thank you ! Andres ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lartc

RE: [LARTC] monitoring classes

2004-05-25 Thread ThE LinuX_KiD
Hi, - There is a patch for snmp so you can get tc stats with snmp. I - created some - scrpits to graph this information with rrd. See docum.org. I've patched net-snmpd with patch that I see on docum.org: http://x-ray.prokon.cz/data/snmp/ # ./configure --with-perl-modules

RE: [LARTC] zph / squid syntaxis ? THANK YOU

2004-04-14 Thread ThE LinuX_KiD
Thank you, Evgeni It has worked !! This squid / ToS patch is excelent. Regards, Andres. - - ThE LinuX_KiD wrote: - - Hi, - - I've used old ZPH patch under squid 2.4 Stable4 - and it works great ! - - Now I want to patch squid 2.4 stable 5, - with new patch, on http://www.it-academy.bg/zph

[LARTC] zph / squid syntaxis ?

2004-04-13 Thread ThE LinuX_KiD
Hi, I've used old ZPH patch under squid 2.4 Stable4 and it works great ! Now I want to patch squid 2.4 stable 5, with new patch, on http://www.it-academy.bg/zph/ I've patched and installed squid 2.5 stable 5 succefully, but I can't get ZPH works. I'm trying with ... $TC class add dev $LANDEV

[LARTC] medir trafico

2004-04-06 Thread ThE LinuX_KiD
hola listeros! existe algun script webScript, proyecto, herramienta o lo que sea, que sirva para medir el trafico total de una lan, como para hacer reportes mensuales por host ? necesito hacer algo asi: hostTrafico/mes - 192.168.1.x1x

RE: [LARTC] HTB speed

2004-03-25 Thread ThE LinuX_KiD
Thanks, Andrew, it's intresting... - (default is 128). Changing this to 32 for rates below 100kb/s, I - have found you mean that try change linux/net/sched/sch_sfq.c this: ? #define SFQ_DEPTH 128 #define SFQ_HASH_DIVISOR1024 for this. #define SFQ_DEPTH 32

RE: [LARTC] r2q

2004-03-22 Thread ThE LinuX_KiD
servers. - just set qantum to 1500, for each rule when it is lower than mtu - bu default - - (quantum = rate (bytes) / r2q) this formula is used by tc to calculate - default quantum - you do not need to use it. - - - - Original Message - - From: ThE LinuX_KiD [EMAIL PROTECTED] - To: lartc

RE: [LARTC] r2q

2004-03-20 Thread ThE LinuX_KiD
) - - Remember that quantum affects priority - bigger quantum means higer priority. - - - - Original Message - - From: ThE LinuX_KiD [EMAIL PROTECTED] - To: lartc [EMAIL PROTECTED] - Sent: Friday, March 19, 2004 11:20 PM - Subject: [LARTC] r2q - - - Hi... - - I'm working with HTB

RE: [LARTC] VSAT sysctl parameters

2004-02-27 Thread ThE LinuX_KiD
thank you ! I will post all my results... regards. - - hi andres, - - i re-read your question and now that i have a bit more time, i'll try to - respond to it more carefully: - - On Fri, 2004-02-13 at 21:37, ThE LinuX_KiD wrote: - Hi, - - I'm trying to setting a very low bandwidth - VSAT

[LARTC] VSAT sysctl parameters

2004-02-18 Thread ThE LinuX_KiD
Hi, I'm trying to setting a very low bandwidth VSAT connection (90 kbits download / 20kbits upload) I'm looking for best kernel SYSCTL parameters for this Have someone a sysctl configuration for this ? Thank you! andres ___ LARTC mailing list /

RE: [LARTC] HFSC usage

2004-02-12 Thread ThE LinuX_KiD
Hi, In README seems that your patchs doesn't with egress, Please, tell me if you want to mean that patch works or not with: iptables -t mangle -A POSTROUTING . -j IMQ ??? thank you. Andres -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nombre de Remus

RE: [LARTC] HFSC usage

2004-02-12 Thread ThE LinuX_KiD
is each customer. I use IMQ egress and shape outbound traffic over it. Next I attach LAN ethernets over IMQ device regards - -Mensaje original- - De: Remus [mailto:[EMAIL PROTECTED] - Enviado el: Jueves, 12 de Febrero de 2004 12:49 p.m. - Para: ThE LinuX_KiD - CC: [EMAIL PROTECTED

RE: [LARTC] Questions about IMQ's stability [OFF TOPIC]

2004-02-06 Thread ThE LinuX_KiD
HI, I have a Off topic question about this. Have you enabled a PPPoE Server under Linux ? Can you tell me a URL or how-to about this ? thank you ! best regards andres - -Mensaje original- - De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] - nombre de Andre Correa - Enviado el: Viernes,

RE: [LARTC] IMQ update ?

2004-02-03 Thread ThE LinuX_KiD
Hi, I've patched 2.4.24 with IMQ successfully !! thank you Andres - -Mensaje original- - De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] - nombre de Andre Correa - Enviado el: Martes, 03 de Febrero de 2004 09:56 a.m. - Para: ThE LinuX_KiD - CC: lartc - Asunto: Re: [LARTC] IMQ update

[LARTC] Ip layer 7

2004-02-03 Thread ThE LinuX_KiD
Hi, I'm trying to install under 2.4.24 layer 7 patch I've patched kernel with http://sf.net/projects/l7-filter Kernel 2.4 QoS patch and next iptables 1.2.9 with patch taken from same url. when I make menuconfig, I can set new layer 7 options under QoS (network options) but no new options

[LARTC] IMQ update ?

2004-02-02 Thread ThE LinuX_KiD
Hello I'm trying the excelent IMQ patch for iptbles and kernel 2.4.21 and works very well... but, there is a IMQ patch for 2.4.24 ? I've tested IMQ for kernels 2,4,21 but patch fails ! Best regards andres ___ LARTC mailing list / [EMAIL PROTECTED]

RE: [LARTC] limiting p2p

2004-02-02 Thread ThE LinuX_KiD
Interesante !! lo probaste con 2.4 ? o 2.6 ? - -Mensaje original- - De: Esteban Ribicic [mailto:[EMAIL PROTECTED] - Enviado el: Lunes, 02 de Febrero de 2004 08:11 p.m. - Para: 'ThE PhP_KiD' - Asunto: RE: [LARTC] limiting p2p - - - Probaste layering 7 matching? - - - -Mensaje

[LARTC] Jim diGriz's QoS Script

2004-02-02 Thread ThE LinuX_KiD
Hi sombody know what is happen with Jim diGriz's QoS Script Web Page ? www.digriz.org.uk/jdg-qos-script Regards ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/