Hello
I'm using mikrotik v 4.16 and configured as a transparent proxy.
And for bandwidth management I'm using simple queue.
My simple queue looks not working properly. I don't understand why.
Pls take look below and suggest me if any,
[admin@MikroTik] /interface> print
Flags: D - dynamic, X - disabled, R - running, S - slave
# NAME TYPE MTU L2MTU
0 R WAN2 ether 1500 1600
1 R WAN1 ether 1500 1600
2 R LAN ether 1500
(Note: here I used two WAN for failover)
[admin@MikroTik] /ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
35 chain=dstnat action=redirect to-ports=8070 protocol=tcp src-address=192.168.4.0/24 in-interface=LAN dst-port=80
36 chain=srcnat action=masquerade src-address=192.168.4.0/24 out-interface=WAN1
37 chain=srcnat action=masquerade src-address=192.168.4.0/24 out-interface=WAN2
[admin@MikroTik] /ip proxy> print
enabled: yes
src-address: 0.0.0.0
port: 8070
parent-proxy: 0.0.0.0
parent-proxy-port: 0
cache-administrator: "example@example.com"
max-cache-size: unlimited
cache-on-disk: yes
max-client-connections: 600
max-server-connections: 600
max-fresh-time: 3d
serialize-connections: no
always-from-cache: no
cache-hit-dscp: 4
cache-drive: secondary-master
[admin@MikroTik] /queue>
name="Ak.azad" target-addresses=192.168.4.25/32 dst-address=0.0.0.0/0 interface=all parent=none direction=both priority=8 queue=ethernet-default/ethernet-default
limit-at=0/0 max-limit=512k/512k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-small
name="ak.azad - wireless" target-addresses=192.168.4.26/32 dst-address=0.0.0.0/0 interface=all parent=none direction=both priority=8
queue=ethernet-default/ethernet-default limit-at=512k/512k max-limit=512k/512k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-queue=default-small
(Note: why target address shows here /32 bit ? it should be /24 bit)
Is there any configuration mistake? I don't understand.
Pls tell me how can I manage bandwidth ?