Linux Advanced Routing and Traffic Control list
 help / color / mirror / Atom feed
* [LARTC] Does this work: CBQ on PPP over a PTY
@ 2001-11-27 11:53 bert hubert
  2001-11-27 12:08 ` Juri Haberland
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bert hubert @ 2001-11-27 11:53 UTC (permalink / raw)
  To: lartc

Hi,

Did anybody ever get CBQ on PPP over a PTY (pppoe or PPTP) to work?

I'm starting to think that it won't work!

Please let met know ASAP. Thanks!


Regards,

bert

-- 
http://www.PowerDNS.com          Versatile DNS Software & Services
Trilab                                 The Technology People
Netherlabs BV / Rent-a-Nerd.nl           - Nerd Available -
'SYN! .. SYN|ACK! .. ACK!' - the mating call of the internet

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LARTC] Does this work: CBQ on PPP over a PTY
  2001-11-27 11:53 [LARTC] Does this work: CBQ on PPP over a PTY bert hubert
@ 2001-11-27 12:08 ` Juri Haberland
  2001-11-27 12:35 ` bert hubert
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Juri Haberland @ 2001-11-27 12:08 UTC (permalink / raw)
  To: lartc

bert hubert wrote:
> 
> Hi,
> 
> Did anybody ever get CBQ on PPP over a PTY (pppoe or PPTP) to work?
> 
> I'm starting to think that it won't work!
> 
> Please let met know ASAP. Thanks!

I tried it once at home with my adsl connection using the kernel pppoe
module together with pppd. It worked like a charm.
I used the cpq.init script from
ftp://ftp.equinox.gu.net/pub/linux/cbq/cbq.init

Juri

-- 
  If each of us have one object, and we exchange them,
     then each of us still has one object.
  If each of us have one idea,   and we exchange them,
     then each of us now has two ideas.

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LARTC] Does this work: CBQ on PPP over a PTY
  2001-11-27 11:53 [LARTC] Does this work: CBQ on PPP over a PTY bert hubert
  2001-11-27 12:08 ` Juri Haberland
@ 2001-11-27 12:35 ` bert hubert
  2001-11-27 13:13 ` Juri Haberland
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bert hubert @ 2001-11-27 12:35 UTC (permalink / raw)
  To: lartc

On Tue, Nov 27, 2001 at 01:08:45PM +0100, Juri Haberland wrote:

> > Please let met know ASAP. Thanks!
> 
> I tried it once at home with my adsl connection using the kernel pppoe
> module together with pppd. It worked like a charm.
> I used the cpq.init script from
> ftp://ftp.equinox.gu.net/pub/linux/cbq/cbq.init

What did you set as 'bandwidth'? The bandwith of the ethernet you are
sending to? The bandwidth of your cable modem?

Regards,

bert

-- 
http://www.PowerDNS.com          Versatile DNS Software & Services
Trilab                                 The Technology People
Netherlabs BV / Rent-a-Nerd.nl           - Nerd Available -
'SYN! .. SYN|ACK! .. ACK!' - the mating call of the internet

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LARTC] Does this work: CBQ on PPP over a PTY
  2001-11-27 11:53 [LARTC] Does this work: CBQ on PPP over a PTY bert hubert
  2001-11-27 12:08 ` Juri Haberland
  2001-11-27 12:35 ` bert hubert
@ 2001-11-27 13:13 ` Juri Haberland
  2001-11-27 13:59 ` Sebastian 'spax' Pape
  2001-12-01  0:57 ` bert hubert
  4 siblings, 0 replies; 6+ messages in thread
From: Juri Haberland @ 2001-11-27 13:13 UTC (permalink / raw)
  To: lartc

bert hubert wrote:
> 
> On Tue, Nov 27, 2001 at 01:08:45PM +0100, Juri Haberland wrote:
> 
> > > Please let met know ASAP. Thanks!
> >
> > I tried it once at home with my adsl connection using the kernel pppoe
> > module together with pppd. It worked like a charm.
> > I used the cpq.init script from
> > ftp://ftp.equinox.gu.net/pub/linux/cbq/cbq.init
> 
> What did you set as 'bandwidth'? The bandwith of the ethernet you are
> sending to? The bandwidth of your cable modem?

Cable modem.
Actually I was trying to limit edonkey ;)

Here is my config file for cyq.init:

DEVICE=ppp0,768Kbit,77Kbit
RATEdKbit
WEIGHT=6Kbit
PRIO=5
RULE=,:4662\x1a\x15


Juri

-- 
  If each of us have one object, and we exchange them,
     then each of us still has one object.
  If each of us have one idea,   and we exchange them,
     then each of us now has two ideas.

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LARTC] Does this work: CBQ on PPP over a PTY
  2001-11-27 11:53 [LARTC] Does this work: CBQ on PPP over a PTY bert hubert
                   ` (2 preceding siblings ...)
  2001-11-27 13:13 ` Juri Haberland
@ 2001-11-27 13:59 ` Sebastian 'spax' Pape
  2001-12-01  0:57 ` bert hubert
  4 siblings, 0 replies; 6+ messages in thread
From: Sebastian 'spax' Pape @ 2001-11-27 13:59 UTC (permalink / raw)
  To: lartc

hi!

> What did you set as 'bandwidth'? The bandwith of the ethernet you are
> sending to? The bandwidth of your cable modem?
I am using cbq with the roaring penguin pppoe and cbq is working fine
for outgoing traffic here. I set the speed of my ethernet as bandwidth
and created a root-class with the speed of my adsl as rate. If I look
at the incoming traffic it shows that it only does anything if the
rate of the root class is approx. half of my available bandwidth. It
seems that cbq miscalculates something - but I'm not sure. I sent my
config to the list some time ago and askes for advice - but nothing
seemed wrong. 

best regards
		Sebastian

-- 
Sebastian 'spax' Pape          | If you're not part of the solution, be part of
mailto: sebastian@p-a-p-e.de   | the problem!  
pgp: http://p-a-p-e.de/pgp.asc | 
         --- Do you want to know more? http://www.p-a-p-e.de/ ---


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [LARTC] Does this work: CBQ on PPP over a PTY
  2001-11-27 11:53 [LARTC] Does this work: CBQ on PPP over a PTY bert hubert
                   ` (3 preceding siblings ...)
  2001-11-27 13:59 ` Sebastian 'spax' Pape
@ 2001-12-01  0:57 ` bert hubert
  4 siblings, 0 replies; 6+ messages in thread
From: bert hubert @ 2001-12-01  0:57 UTC (permalink / raw)
  To: lartc

On Tue, Nov 27, 2001 at 03:01:51PM +0100, Sebastian 'spax' Pape wrote:
> hi!
> 
> > What did you set as 'bandwidth'? The bandwith of the ethernet you are
> > sending to? The bandwidth of your cable modem?
> I am using cbq with the roaring penguin pppoe and cbq is working fine
> for outgoing traffic here. I set the speed of my ethernet as bandwidth
> and created a root-class with the speed of my adsl as rate. If I look
> at the incoming traffic it shows that it only does anything if the
> rate of the root class is approx. half of my available bandwidth. It
> seems that cbq miscalculates something - but I'm not sure. I sent my
> config to the list some time ago and askes for advice - but nothing
> seemed wrong. 

Well, this might very well fit the general brokenness of CBQ idle time
determinations. Try HTB (google://htb+devik).

I'm now convinced that CBQ is by no means reliable for shaping on all
interfaces.

Regards,

bert

-- 
http://www.PowerDNS.com          Versatile DNS Software & Services
Trilab                                 The Technology People
Netherlabs BV / Rent-a-Nerd.nl           - Nerd Available -
'SYN! .. SYN|ACK! .. ACK!' - the mating call of the internet

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-12-01  0:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-27 11:53 [LARTC] Does this work: CBQ on PPP over a PTY bert hubert
2001-11-27 12:08 ` Juri Haberland
2001-11-27 12:35 ` bert hubert
2001-11-27 13:13 ` Juri Haberland
2001-11-27 13:59 ` Sebastian 'spax' Pape
2001-12-01  0:57 ` bert hubert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox