HotSpot Packet Marking NOT working..

this is the user profile im using:

2   name="free2" address-pool=HS idle-timeout=none keepalive-timeout=2m 
     status-autorefresh=1m shared-users=1 incoming-packet-mark="HLdata" 
     outgoing-packet-mark="HLdata" transparent-proxy=yes 
     open-status-page=always advertise=yes 
     advertise-url=http://www.us.net advertise-interval=3m30s 
     advertise-timeout=immediately

and no mangle or firewall rules can see this packet mark..ive tried every chain.. does not see anything.

anyone getting this to work right, or does MT know about this?

thanks

It’s been a while since I tried but I also had the same results when I attempted to set this up.

can we PLEASE get a response from Mikrotik??

I need this feature. This would be the second time MT is holding me up in my large roll out due to a flaw they wont acknowledge.

Im emailing support as well.

tks

The particular dynamic rules are applied in HotSpot chain, you have to add jump rule to built-in chain for the traffic you wish to filter (input, forward, output), e.g. ip firewall filter add chain=forward action=jump jump-target=hotspot.
Then it should work fine.

Edit:
Respectively, you have to add jump rule to mangle chains, if you wish to makr packets.