I have a dual wan setup on this 5009 so I suspected some of its configuration could be the culprit, so I grabbed an old hAP ac2 I had around and installed 7.15.2 on it, I started the ac2 with a blank configuration and only configured a bridge, ips and the queues, same result.
This is the configuration which allowed me to reproduce the issue with the hAP ac2 :
Code: Select all
# 1970-01-02 00:19:54 by RouterOS 7.15.2
# model = RBD52G-5HacD2HnD
/interface bridge
add name=bridge
/queue type
add cake-bandwidth=100.0Mbps cake-diffserv=besteffort kind=cake name=\
cake-wan-down
add cake-bandwidth=50.0Mbps cake-diffserv=besteffort kind=cake name=\
cake-wan-up
/queue simple
# CAKE type with bandwidth setting detected, configure traffic limits within queue itself
add name=wan-qos queue=cake-wan-down/cake-wan-up target=ether1
/interface bridge port
add bridge=bridge interface=ether2
add bridge=bridge interface=ether3
add bridge=bridge interface=ether4
add bridge=bridge interface=ether5
/ip firewall connection tracking
set udp-timeout=10s
/ip address
add address=192.168.88.1/24 interface=bridge network=192.168.88.0
add address=192.168.100.2/24 interface=ether1 network=192.168.100.0
Is this a known bug? I did a quick search and found nothing on this.