Hey Guys,
I have the most curious problem and I haven’t been able to find an answer so I hope some of you might clarify what the hell is going on.
I have recently bought a new RB3011UiAS for one of our customers as a core router, so I was eager to test it out since I haven’t been working with RB3011UiAS ever before. I set up everything just fine, IP adresses, firewall, SMTP, DNS, Routing. Everything works just fine until I’ve tried to test of my Queue Tree works and to my surprise it wasn’t.
I’ve simply use mangle rules where I mark all traffic on LAN interface (bridge1 on ports 2-5) in prerouting and postrouting rules. It’s a basic setup. I mark connection in prerouting in incoming interface for upload and I mark connection on outgoing interface in postrouting for download. In Queue Tree I use global interface for master download and upload.
RB3011UiAS marks packets just fine, even connection yet in Queues I see traffic only on one interface. Same setup was ported to CRS1009, RB11004xAH and HeX S..no problems, and everything works, but in RB3011UiAS no way.
I even tried marking only traffic in prerouting in interface and then specify WAN and LAN interface in Queue Tree but with the same result. I even tried Forward…no luck!
add action=mark-connection chain=postrouting connection-state=new \
new-connection-mark=KLIENT_connection_download out-interface=bridge1 \
passthrough=yes
add action=mark-packet chain=postrouting connection-mark=\
KLIENT_connection_download new-packet-mark=klienti_packet_download \
passthrough=no
add action=mark-connection chain=prerouting connection-state=new in-interface=\
bridge1 new-connection-mark=KLIENT_connection_upload passthrough=yes
add action=mark-packet chain=prerouting connection-mark=\
KLIENT_connection_upload new-packet-mark=klient_packet_upload passthrough=\
no
QUESTION:
Does anybody know how to setup Queue Tree using Mangle on RB3011 or Do I have a faulty piece of hardware?
btw: I don’t have spare RB3011 to test if it’s the same on the same HW, but as far as I know every other product from Mikrotik including Wireless devices supports this kind of configuration.
Also I did try to use ports 6-9 since they are on the different switch chip and also tried to change WAN ports but no luck.