All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Can't start ingress
@ 2002-03-20  2:25 Julián Muñoz
  2002-03-20  7:52 ` Stef Coene
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Julián Muñoz @ 2002-03-20  2:25 UTC (permalink / raw)
  To: lartc


#tc qdisc add dev eth0 handle ffff: ingress
RTNETLINK answers: No such file or directory


Need I something more from my kernel (debian, 2.2.19+HTB patch). ?

My kernel .config is at:
http://www.etsit.upm.es/~rclub/socios/julian/CONFIG


Thank you,


-- 

      __o
    _ \<_
   (_)/(_)

Saludos de Julián
EA4ACL
-.-


_______________________________________________
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] Can't start ingress
  2002-03-20  2:25 [LARTC] Can't start ingress Julián Muñoz
@ 2002-03-20  7:52 ` Stef Coene
  2002-03-20 11:48 ` Julián Muñoz
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Stef Coene @ 2002-03-20  7:52 UTC (permalink / raw)
  To: lartc

On Wednesday 20 March 2002 03:25, Julián Muñoz wrote:
> #tc qdisc add dev eth0 handle ffff: ingress
> RTNETLINK answers: No such file or directory
>
>
> Need I something more from my kernel (debian, 2.2.19+HTB patch). ?
You have to switch over to a 2.4.x kernel and enable INGRESS.
I think there is a patch for the 2.2.X kernel, but the network part of the 
kernel had a major cleanup in the 2.4.x, so I recommend a 2.4.x kernel.

Stef

-- 

stef.coene@docum.org
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.openprojects.net
_______________________________________________
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] Can't start ingress
  2002-03-20  2:25 [LARTC] Can't start ingress Julián Muñoz
  2002-03-20  7:52 ` Stef Coene
@ 2002-03-20 11:48 ` Julián Muñoz
  2002-03-20 12:00 ` Stef Coene
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Julián Muñoz @ 2002-03-20 11:48 UTC (permalink / raw)
  To: lartc

On Wed, 20 Mar 2002, Stef Coene wrote:

> On Wednesday 20 March 2002 03:25, Julián Muñoz wrote:
> > #tc qdisc add dev eth0 handle ffff: ingress
> > RTNETLINK answers: No such file or directory
> >
> >
> > Need I something more from my kernel (debian, 2.2.19+HTB patch). ?
> You have to switch over to a 2.4.x kernel and enable INGRESS.
> I think there is a patch for the 2.2.X kernel, but the network part of the
> kernel had a major cleanup in the 2.4.x, so I recommend a 2.4.x kernel.

:-(

Thank you very much Steff
Could someone tell me where is this patch ?

Upgrading the kernel, it is very serious.
How stable is 2.4.x ?
I've never compiled nor used it ...


-- 

      __o
    _ \<_
   (_)/(_)

Saludos de Julián
EA4ACL
-.-

Foro Wireless Madrid
http://opennetworks.rg3.net

_______________________________________________
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] Can't start ingress
  2002-03-20  2:25 [LARTC] Can't start ingress Julián Muñoz
  2002-03-20  7:52 ` Stef Coene
  2002-03-20 11:48 ` Julián Muñoz
@ 2002-03-20 12:00 ` Stef Coene
  2002-03-20 12:05 ` Julián Muñoz
  2002-03-20 12:15 ` Julián Muñoz
  4 siblings, 0 replies; 6+ messages in thread
From: Stef Coene @ 2002-03-20 12:00 UTC (permalink / raw)
  To: lartc

On Wednesday 20 March 2002 12:48, Julián Muñoz wrote:
> On Wed, 20 Mar 2002, Stef Coene wrote:
> > On Wednesday 20 March 2002 03:25, Julián Muñoz wrote:
> > > #tc qdisc add dev eth0 handle ffff: ingress
> > > RTNETLINK answers: No such file or directory
> > >
> > >
> > > Need I something more from my kernel (debian, 2.2.19+HTB patch). ?
> >
> > You have to switch over to a 2.4.x kernel and enable INGRESS.
> > I think there is a patch for the 2.2.X kernel, but the network part of
> > the kernel had a major cleanup in the 2.4.x, so I recommend a 2.4.x
> > kernel.
> >
> :-(
>
> Thank you very much Steff
> Could someone tell me where is this patch ?
I think it's in the diffserv patch.
http://diffserv.sourceforge.net/

> Upgrading the kernel, it is very serious.
> How stable is 2.4.x ?
> I've never compiled nor used it ...
I use 2.4.17 on 7 systems and had never a problem.

Stef

-- 

stef.coene@docum.org
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.openprojects.net
_______________________________________________
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] Can't start ingress
  2002-03-20  2:25 [LARTC] Can't start ingress Julián Muñoz
                   ` (2 preceding siblings ...)
  2002-03-20 12:00 ` Stef Coene
@ 2002-03-20 12:05 ` Julián Muñoz
  2002-03-20 12:15 ` Julián Muñoz
  4 siblings, 0 replies; 6+ messages in thread
From: Julián Muñoz @ 2002-03-20 12:05 UTC (permalink / raw)
  To: lartc


Is it related with "Differentiated Services" ?
http://diffserv.sourceforge.net/

(link in your web)


On Wed, 20 Mar 2002, Stef Coene wrote:

> On Wednesday 20 March 2002 03:25, Julián Muñoz wrote:
> > #tc qdisc add dev eth0 handle ffff: ingress
> > RTNETLINK answers: No such file or directory
> >
> >
> > Need I something more from my kernel (debian, 2.2.19+HTB patch). ?
> You have to switch over to a 2.4.x kernel and enable INGRESS.
> I think there is a patch for the 2.2.X kernel, but the network part of the
> kernel had a major cleanup in the 2.4.x, so I recommend a 2.4.x kernel.
>
> Stef
>
>

-- 

      __o
    _ \<_
   (_)/(_)

Saludos de Julián
EA4ACL
-.-

Foro Wireless Madrid
http://opennetworks.rg3.net

_______________________________________________
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] Can't start ingress
  2002-03-20  2:25 [LARTC] Can't start ingress Julián Muñoz
                   ` (3 preceding siblings ...)
  2002-03-20 12:05 ` Julián Muñoz
@ 2002-03-20 12:15 ` Julián Muñoz
  4 siblings, 0 replies; 6+ messages in thread
From: Julián Muñoz @ 2002-03-20 12:15 UTC (permalink / raw)
  To: lartc

Thank you again Steff,

> > > You have to switch over to a 2.4.x kernel and enable INGRESS.
> > > I think there is a patch for the 2.2.X kernel, but the network part of
> > > the kernel had a major cleanup in the 2.4.x, so I recommend a 2.4.x
> > > kernel.

Is my life in real danger with this patch ?
Is someone using it ?



-- 

      __o
    _ \<_
   (_)/(_)

Saludos de Julián
EA4ACL
-.-

Foro Wireless Madrid
http://opennetworks.rg3.net

_______________________________________________
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

end of thread, other threads:[~2002-03-20 12:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-20  2:25 [LARTC] Can't start ingress Julián Muñoz
2002-03-20  7:52 ` Stef Coene
2002-03-20 11:48 ` Julián Muñoz
2002-03-20 12:00 ` Stef Coene
2002-03-20 12:05 ` Julián Muñoz
2002-03-20 12:15 ` Julián Muñoz

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.