Hotspots dynamic mangle always at bottom

Hi team,

i want to route traffic by hotspot user profiles. So i let the hotspot mark every user package. My routing mark entries have to be the last in the hostspot mangle chain to set the routing mark depending on the package mark. but the hotspot entries are always addet at the bottom.

Is there a way to let the hotspot enter his mangle rules at the top? Can i make my entries stick to the bottom or maybe there is a much easier way by using a post-hotspot chain in mangle or setting routing marks by the profile?

My profiles are stored in a radius server.

Greetings,
Dominik

yes in ver 6 you can specify where dynamic queue is added. look in hotspot - user profiles -queues

Thank you karina. I’ll give it a try. In the mean time i’ve solved it with two lines of script in every profile

/ip firewall mangle
move [find comment="last"]

I have inserted a jump rule to post-hotspot in the hotspot chain with comment last. Now my routing marks are in the post-hotspot chain and everything works just fine.