Simple Queue IPv6 bug

Hi
http://bugs.mikrotik-routeros.com/view.php?id=10

This bug has been open for getting on for a year! I’m running 5.17 and still not fixed…I can overcome it using the workaround if I set the queue manually, but I’m looking for a way to do this using Radius queue creation.

i.e. Is there a Radius option to to set argument dst-address=::/0

If not, please can you escalate this? I can’t roll out IPv6 to my customers til this is fixed…

Thanks!
Rgds
Tim

this has been fixed a long time ago. arr you still getting this issue?
the link you posted, is from a site not maintained or monitored by mikrotik

Hi Normis
Thanks for your quick reply.

Queues don’t seem to be limiting IPv6 traffic on 5.17. Routerboard 1100AH.

I run a speedtest using http://ipv6-test.com/speedtest/

http://img2.ipv6-test.com/speedtest/result/2012/06/11/8e858eff1ee8dc8cdc8ad842d80e57f6.png

with the queue set automatically by Radius:

D name=“” target-addresses=“” interface= parent=none packet-marks=“” direction=both priority=8
queue=default-small/default-small limit-at=3M/16M max-limit=3M/16M burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
total-queue=default-small

so something is not right here, unless it’s me, of course.
Can you reproduce this?
Thanks
Rgds

if i understood you correctly, then Hotpost is the only way how to work with RADIUS server and hotspot knows nothing about ipv6 therefore queues that are added via hotspot+radius does not know anything about ipv6 too.

However, if you want to limit ipv6 traffic you can add manually queues for ipv6 using PCQ queue type that can be configured to work with ipv6.

Hi
No, I think you’ve misunderstood me. I’m not using Hotspot at all. I have a separate Freeradius server, which sets a dynamicly generated Simple Queue with rate limit for each pppoe customer login.

IPv6 packets going through the pppoe interface are not being rate limited by the queue. IPv4 packets are.

The queue should be rate limiting both types of IP Packets, and it is not. This has to be a bug…

Please can you see if you can reproduce it, and advise of a likely fix?

OK maybe I’ve confused you. Forget Radius. Just think Simple Queue.

I create a fixed Simple queue on a pppoe interface.


/queue simple
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s direction=both disabled=yes limit-at=3M/16M max-limit=3M/16M name=static-pppoe-29belmont
packet-marks=“” parent=none priority=8 queue=default-small/default-small target-addresses=“” total-queue=default-small
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s direction=both disabled=no interface= limit-at=3M/16M max-limit=3M/16M name=
“test queue 29 belmont” packet-marks=“” parent=none priority=8 queue=default-small/default-small target-addresses=“” total-queue=default-small


I run a wget download through the queue from server A onto my laptop, B. using ipv4, the queue rate limits to 16 mbit. Using Ipv6, it does not rate limit.

Can you reproduce and confirm?