Re: [LARTC] RE: [LARTC] Load Balance simply doesn´t work...

2004-09-01 Thread Marc-Christian Petersen
On Tuesday 31 August 2004 17:32, Marc-Christian Petersen wrote: > On Tuesday 31 August 2004 17:02, Marc-Christian Petersen wrote: > > ip route add 212.71.142.210/29 dev eth1 src 212.71.142.210 table 10 > > RTNETLINK answers: Invalid argument > blubber bleh silly me. I implement

Re: [LARTC] RE: [LARTC] Load Balance simply doesn´t work...

2004-08-31 Thread Marc-Christian Petersen
On Tuesday 31 August 2004 17:02, Marc-Christian Petersen wrote: > ip route add 212.71.142.210/29 dev eth1 src 212.71.142.210 table 10 > RTNETLINK answers: Invalid argument blubber bleh silly me. I implemented ipcalc.pl in my brain now ;) -- ciao

Re: [LARTC] RE: [LARTC] Load Balance simply doesn´t work...

2004-08-31 Thread Marc-Christian Petersen
On Thursday 26 August 2004 15:06, Marcos Schonfeld wrote: Hi Marcos, > ip route add $P1_NET dev $IF1 src $IP1 table 10 > ip route add default via $P1 table 10 > ip route add $P2_NET dev $IF2 src $IP2 table 20 > ip route add default via $P2 table 20 > > ip route add $P1_NET dev $IF1 src $IP1 # Th

Re: [LARTC] Dual Internet Connection

2004-08-26 Thread Marc-Christian Petersen
On Thursday 26 August 2004 15:07, Marcos Schonfeld wrote: Hi Marcos, > Try http://lartc.org/howto/lartc.rpdb.multiple-links.html > I think this is the solution. perfect :-) Thank you. -- ciao, Marc ___ LARTC mailing list / [EMAIL PROTECTED] http://ma

[LARTC] Dual Internet Connection

2004-08-26 Thread Marc-Christian Petersen
Hi all, I have two internet connections, both connected to eth0 and eth1, one is 1mbit, the other one is 3mbit. Now I want to use _both_ at one time via round robin or such. Anyone have an idea/docu how to set that up? Thanks in advance. -- ciao, Marc __

Re: [LARTC] IMQ patch for 2.6.3 kernel

2004-03-05 Thread Marc-Christian Petersen
On Friday 05 March 2004 16:12, Andre Correa wrote: Hi Andre, > Sorry, but the patch is not broken. It compiles without errors. You just > have to choose the right options in your config: > CONFIG_IP_NF_TARGET_IMQ=y > and > CONFIG_IMQ=y > and avoid using modules. which is, in short words, broken

Re: [LARTC] IMQ patch for 2.6.3 kernel

2004-03-05 Thread Marc-Christian Petersen
On Friday 05 March 2004 00:00, The Codrinus wrote: Hi Codrin, > I downloaded the latest imq patch for 2.6.x kernels from > http://www.linuximq.net/patchs/linux-2.6.2-imq-4.diff > I successfully applied the patch but when compiling IMQ I get the > following error messages: > What might be the prob

Re: [LARTC] Kernel config for HTB

2002-11-22 Thread Marc-Christian Petersen
z extract it, you'll see a "tc" binary. Do a "mv ./tc /sbin" and try the above again and you'll see that it works :) ... That binary has the needed patches for tc already applied to use HTB. have fun :) -- Kind regards Marc-Christian Petersen http://sourcef

Re: [LARTC] HTB on 2.4.20pre10 kernel

2002-10-12 Thread Marc-Christian Petersen
http://luxik.cdi.cz/~devik/qos/htb/v3/htb3.6-020525.tgz and use the tc binary in it. -- Kind regards Marc-Christian Petersen http://sourceforge.net/projects/wolk PGP/GnuPG Key: 1024D/569DE2E3DB441A16 Fingerprint: 3469 0CF8 CA7E 0042 7824 080A 569D E2E3 DB44 1A16 Key available at www.keyse

Re: [LARTC] HTB

2002-09-24 Thread Marc-Christian Petersen
a] # patch -p1 --dry-run < htb2_2.4.17.diff patching file net/sched/Config.in patching file net/sched/Makefile patching file net/sched/sch_htb.c patching file include/linux/pkt_sched.h patching file net/sched/sch_api.c -- Kind regards Marc-Christian Petersen http://sourceforge.net/p

Re: [LARTC] HTB

2002-09-24 Thread Marc-Christian Petersen
, leave out --dry-run, if not, fix the errors. If you have questions when errors occur, don't hesitate to ask. for HTB2 code, just download the patch and follow the same as above (patch -p1 ...) http://luxik.cdi.cz/~devik/qos/htb/ -- Kind regards Marc-Christian Petersen http://sou

Re: [LARTC] [htb3] patch errors on 2.4.19mdk

2002-09-17 Thread Marc-Christian Petersen
way? [n] > Skipping patch. > 1 out of 1 hunk ignored -- saving rejects to file > include/net/pkt_sched.h.rej > --- hmm, maybe htb is already in the mdk kernel? anyway, you should patch with "patch -p1 --dry-run < patchname&quo