* Re: [LARTC] Re: wondershaper kills eth0
2002-10-31 17:28 [LARTC] Re: wondershaper kills eth0 Ludovic Drolez
@ 2002-10-31 20:06 ` Rob
2002-10-31 21:29 ` Rob
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Rob @ 2002-10-31 20:06 UTC (permalink / raw)
To: lartc
Very interesting!
I'm using Debian Stable (woody) right now with the default 2.4.18 kernel.
Hrmm... I wonder what option it is lacking??? Why is 'ingress' broke???
I have been trying to find the default .config file for the debian
kernel, but I can not find it! I don't know why it's so hard to find,
but it is not included with the source for some reason!
If you find out anything let me know! I would really like to get my
hands on the default .config file as well!
Thanks,
Rob
On Thu, 31 Oct 2002 18:28:13 +0100
Ludovic Drolez <ludovic.drolez@freealter.com> wrote:
> Hi !
>
> Which distribution do you use ?
> I have a similar problem with Debian Woody and the stock 2.4.18 kernel:
> - when 'ingress' is activated all incoming packets are dropped.
>
> I've tried the same wondershaper script on a Mandrake with a 2.4.18
> kernel, and it works !!
>
> I've tried Mandrake's iproute utilities on the Debian...without success
> so it seems to be a kernel problem.
>
> Regards,
> --
> Ludovic DROLEZ Free&ALter Soft
> 152, rue de Grigy - Technopole Metz 2000 57070 METZ
> tel : 03 87 75 55 21 fax : 03 87 75 19 26
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [LARTC] Re: wondershaper kills eth0
2002-10-31 17:28 [LARTC] Re: wondershaper kills eth0 Ludovic Drolez
2002-10-31 20:06 ` Rob
@ 2002-10-31 21:29 ` Rob
2002-11-01 1:36 ` Kenneth Porter
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Rob @ 2002-10-31 21:29 UTC (permalink / raw)
To: lartc
After doing a little searching, I found this in a post about ingressing
causing all packets to be droped w/ the debian default kernel:
"Problem sovled.
I needed to set CONFIG_NET_CLS_POLICE=y and CONFIG_NET_QOS=y in the kernel config.
After this (and a recompile) shaping works perfectly.
"
now to find the .config for the 2.4.18 debian kernel...
-Rob
On Thu, 31 Oct 2002 18:28:13 +0100
Ludovic Drolez <ludovic.drolez@freealter.com> wrote:
> Hi !
>
> Which distribution do you use ?
> I have a similar problem with Debian Woody and the stock 2.4.18 kernel:
> - when 'ingress' is activated all incoming packets are dropped.
>
> I've tried the same wondershaper script on a Mandrake with a 2.4.18
> kernel, and it works !!
>
> I've tried Mandrake's iproute utilities on the Debian...without success
> so it seems to be a kernel problem.
>
> Regards,
> --
> Ludovic DROLEZ Free&ALter Soft
> 152, rue de Grigy - Technopole Metz 2000 57070 METZ
> tel : 03 87 75 55 21 fax : 03 87 75 19 26
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [LARTC] Re: wondershaper kills eth0
2002-10-31 17:28 [LARTC] Re: wondershaper kills eth0 Ludovic Drolez
2002-10-31 20:06 ` Rob
2002-10-31 21:29 ` Rob
@ 2002-11-01 1:36 ` Kenneth Porter
2002-11-01 3:22 ` Rob
2002-11-04 14:22 ` Ludovic Drolez
4 siblings, 0 replies; 6+ messages in thread
From: Kenneth Porter @ 2002-11-01 1:36 UTC (permalink / raw)
To: lartc
--On Thursday, October 31, 2002 4:29 PM -0500 Rob <rob00si@fastmail.fm>
wrote:
> "Problem sovled.
>
> I needed to set CONFIG_NET_CLS_POLICE=y and CONFIG_NET_QOS=y in the
> kernel config. After this (and a recompile) shaping works perfectly.
> "
Interesting. Still, selecting a non-existent filter should give an error
message, not stop all traffic. Sounds like the kernel may not be adequately
checking the parameters.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [LARTC] Re: wondershaper kills eth0
2002-10-31 17:28 [LARTC] Re: wondershaper kills eth0 Ludovic Drolez
` (2 preceding siblings ...)
2002-11-01 1:36 ` Kenneth Porter
@ 2002-11-01 3:22 ` Rob
2002-11-04 14:22 ` Ludovic Drolez
4 siblings, 0 replies; 6+ messages in thread
From: Rob @ 2002-11-01 3:22 UTC (permalink / raw)
To: lartc
Yea, it seems like it would give an error BUT I do have "sch_ingress"
loaded as a module, so somehow those two (maybe one) kernel options
effect ingress... I'm going to try to find them and read the help
because I have no clue why they are important.
-Rob
On Thu, 31 Oct 2002 17:36:28 -0800
Kenneth Porter <shiva@sewingwitch.com> wrote:
> > "Problem sovled.
> >
> > I needed to set CONFIG_NET_CLS_POLICE=y and CONFIG_NET_QOS=y in the
> > kernel config. After this (and a recompile) shaping works perfectly.
> > "
>
> Interesting. Still, selecting a non-existent filter should give an error
> message, not stop all traffic. Sounds like the kernel may not be adequately
> checking the parameters.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [LARTC] Re: wondershaper kills eth0
2002-10-31 17:28 [LARTC] Re: wondershaper kills eth0 Ludovic Drolez
` (3 preceding siblings ...)
2002-11-01 3:22 ` Rob
@ 2002-11-04 14:22 ` Ludovic Drolez
4 siblings, 0 replies; 6+ messages in thread
From: Ludovic Drolez @ 2002-11-04 14:22 UTC (permalink / raw)
To: lartc
> I have been trying to find the default .config file for the debian
> kernel, but I can not find it! I don't know why it's so hard to find,
> but it is not included with the source for some reason!
It can be found in /boot (/boot/config-2.4.* )
--
Ludovic DROLEZ Free&ALter Soft
152, rue de Grigy - Technopole Metz 2000 57070 METZ
tel : 03 87 75 55 21 fax : 03 87 75 19 26
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 6+ messages in thread