Hi,
Have a strange issue. The mangle list shown below clearly shows packets and there are two rules, mark connection and mark packets
#IP FIREWALL MANGLE
7 ;;; HTTP Down
chain=prerouting action=mark-connection new-connection-mark=HTTP passthrough=no protocol=tcp
in-interface=ether1-gateway src-port=80,443,8080 log=no log-prefix=""
8 chain=prerouting action=mark-packet new-packet-mark=HTTP passthrough=yes protocol=tcp in-interface=ether1-gateway
connection-mark=HTTP log=yes log-prefix="HTTP-PKT"
#QUEUE TREE
8 name="HTTP" parent=INBOUND packet-mark=HTTP limit-at=0 queue=default priority=7 max-limit=45M burst-limit=0
burst-threshold=0 burst-time=0s
However, when looking at the queue tree in GUI, it doesn't display anything for the HTTP for some strange reason.
Here is image showing going to speedtest which is using way more bandwidth than the queue should allow but queue is not doing what it should.
Below is a torch of the ether1-gateway showing packets
Tried rebooting the RB2011 to no avail. I also have SIP/RTP and DNSin the queue tree. These display properly.
Thanks for any help here.