[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[altq 768] Re: help for a newbie...



Thank You, 
I was able to copy the newly compiled bsd kernel to the root
Reboot and test with the cbq sample config files.  All I need do now is set
it to start at time of boot (rc.local) and then go through the altqd.conf
file and try to figure out some of the options I will need.

Nigel

-----Original Message-----
From: Kenjiro Cho
To: nigelp@dolfin.com
Cc: altq@csl.sony.co.jp
Sent: 3/27/01 12:34 AM
Subject: Re: help for a newbie...


Nigel Punton wrote:
> I am fairly new to OpenBSD 2.8 and definitely new to bandwidth
management,
> all of my research has pointed me to using altq for bandwidth
management on
> my OpenBSD 2.8 server.  I have downloaded altq 3.0 and for the most
part
> completed the installation process.
> I am however getting "altqd: can't open altq device: Device not
configured"
> when I try to start altq.

It seems that your kernel doesn't have ALTQ built-in.
Did you use sys-altq/arch/i386/conf/ALTQ for your kernel config file?

> A couple of questions I have:
> After the installation process I didn't have a modules directory which
was
> referenced in the INSTALL document.  Should I be concerned?

The kernel module directory is only for FreeBSD.

> Do I need to install cbq if all I want to do is bandwidth management
(or
> shaping)?

For simple interface shaping, you can use tbrconfig(8).
Still, you need to have at least "options ALTQ" in your kernel config.

> Should I install kame for altq to work properly on my OpenBSD server?

No.  OpenBSD-2.8 + altq-3.0 works.

> Finally, for a quick test, what should my conf file look like, the
> altq.conf.sample that accompanies the altq install required cbq.

If you are going to use tbrconfig(8), you don't need to run altqd(8).

-Kenjiro