Hi,
I’m implementing Cachebox in our network, it works like a charm, but when I enable the mikrotik simple queues I only reach half the bandwidth!!
My WAN is port WAN, and my cachebox is port ether2 (CACHEBOX). My computer IP address is 170.3.5.100.
add action=mark-routing chain=prerouting comment=
“Mark TCP /80 for routing cachebox” dst-address=170.3.5.0/24
in-interface=“!ether2 v- Cachebox” new-routing-mark=cachebox protocol=tcp
src-port=80
add action=mark-routing chain=prerouting comment=
“Mark TCP /80 for routing cachebox” dst-port=80 in-interface=
“!ether2 v- Cachebox” new-routing-mark=cachebox protocol=tcp src-address=
170.3.5.0/24
And the simple queue is
/queue simple
add max-limit=8M/8M name=queue1 target=170.3.5.100/32
I also tried specifying the LAN interface and the same issue, I can only get up to 4Mbps
I was testing different settings and I found that adding two queues and selecting one for WAN port and one for the CACHEBOX it works, but it’s not useful to have two queues per IP address, cause I’m using user manager who handles the queues automatically.