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

[altq 722] Re: IPv6 help



Hi,
It  seems that there is some problem in this config file.
When I try to use it ,altqd failed".
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.


Xia

>
> Xia Tao wrote:
> > All the test machine and the FreeBSD altq box are dual stack(IPv6 and
IPv4),
> > I make some IPv6 ftp transfer between the test boxes.
> > I don't think my IPv6 is tunneled over IPv4. Any ideas?
>
> OK.  Have you tried a simple config to classify all IPv6 to a class?
>
> 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 0
>
> -Kenjiro
>
>