[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[altq 661] Re: few questions.
greg@nova.fqdn.com wrote:
> I installed the patches for altq. Using the ALTQ
> conf file I added some firewall options to the end
> of the file. Prior to the altq kernel, everything
> was working as expected. Now I have a few issues/questions.
>
> hope someone can spare the time to help me out, thanks if you can.
>
> In no general order:
>
> 1. when kernel boots I see 2 lines indicating that
> IP filtering has been initialized. I'm sure there
> was only one of these prior.
>
> 2. My logging is defaulting to none. again it logged prior.
> /etc/rc.conf has firewall logging set to yes but with
> no apparent effect.
I believe these 2 issues have nothing to do with ALTQ.
> 3. tbrconfig works but cbq won't 'attach' to my int.
>
> I get this error:
>
> vortex# altqd -d
> ALTQ config file is /etc/altq.conf
> tbr is already installed on fxp0,
> using the current setting (rate:2.20M size:2.69K).
> syscall error: can't add cbq on interface 'fxp0'
> : Device not configured
> Error in /etc/altq.conf, line 1
> Config failed. Exiting.
>
> I used a few of the different sample files, I guess
> its failing befor it reads the config? It always
> says 'line1 1'.
ALTQ tried to attach CBQ from the interface command at the 1st line of
altq.conf, and it failed.
"Device not configured" usually means
- CBQ is not built into the kernel, or kldload failed
or
- specified interface is not found, or isn't supported by ALTQ
But, apparently, your kernel has CBQ, and fxp0 is detected by the
kernel and supported by ALTQ.
Could you try the example config for lo0 (cbq.lo0) as described in
INSTALL?
-Kenjiro