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

[altq 723] Re: IPv6 help




Xia Tao wrote:
> It  seems that there is some problem in this config file.
> When I try to use it ,altqd failed".

Oops!  It shadows the implicitly-installed filters for the ctl class.

> So I change it like this:
> 
> interface fxp0 bandwidth 100M cbq
> class cbq fxp0 root_class NULL pbandwidth 100
> class cbq fxp0 def_class root_class borrow pbandwidth 95 default
> class cbq fxp0 ipv6_class def_class pbandwidth 10
> filter6 fxp0 ipv6_class ::0 0 ::0 0 6
> 
> You can see I just change the last "0" to "6", so altqd do not fail.
> But all my IPv6 ftp traffic still go to the def_class. Now the test boxes
> and the altq box are
> IPv6 only. The ttt tell me that the traffic is tcp6.

I tried this config, and it works on my FreeBSD-4.2 and the fxp
driver.
You said in the previous e-mail that you are also using bridging.
It might be releted to bridging.  Can you disable it?

-Kenjiro