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

[altq 720] Re: IPv6 help




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