webproxy and queue problem

Hi guys.

I have one queue for each ip. When i enabled the webproxy and do redirection the queue same not work, i download without limit.
What i am doing wrong?? i want to use transparent proxy but limiting with queue.
Cris

Instead using webproxy, why dont you nat all traffic to port 80 directly to your external proxy server?

you mean nat port 80 tcp to external proxy??? I don’t have external proxy
I want to make the mikrotik webproxy.
I have 2.9.7 version

I have the same problem.

I have one queue for each IP address of my customers. Each queue has his own limit at and max limit.

If I enable Webproxy in transparent mode, my custmers don’t have any bandwidth limit when they are browsing the net.

I have searched this whole list and there is not a similar topic.

Any help will be appreciated.

Same problem here…simple queues stop working when I enable de webproxy. Try everything and nothing works, the problem persist…

try limiting to=target-address .
thnx

you mean…

i said , if you are limiting with Simple queues , set the IP address of the host in the flied TARGET ADDRESS not to DST Address.. if you understood what i mean

yes me understand…but, if I put the target address whit interface ether2(internet) the queue dont count the traffic and if I put it whit interface wlan3(internal) the downstream is the upstream and vice versa.
I dont know if I explain …

man i’m using webproxy too , set interface to ALL do not specify interface and it will work

I am not using Simple Queues. I am using Queue Tree.

I have one queue for each IP address of my customers. Each queue has his own limit at and max limit. Like this one:

/ ip firewall nat add chain=srcnat out-interface=Public src-address=10.132.243.33 dst-address=0.0.0.0/0
action=masquerade comment=“Nodo Poblado - Jose F Molina” disabled=no

/ ip firewall mangle add chain=prerouting src-address=10.132.243.33 action=mark-connection
new-connection-mark=JoseFMolina-con comment=“Nodo Poblado - Jose F Molina” disabled=no

/ ip firewall mangle add chain=prerouting connection-mark=JoseFMolina-con action=mark-packet
new-packet-mark=JoseFMolina comment=“” disabled=no

/ queue tree add name=“JoseFMolina-Download” parent=Private packet-mark=JoseFMolina limit-at=140000
queue=default priority=7 max-limit=160000 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no

/ queue tree add name=“JoseFMolina-Upload” parent=Public packet-mark=JoseFMolina limit-at=140000
queue=default priority=7 max-limit=160000 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no


If I enable Webproxy in transparent mode, my custmers don’t have any bandwidth limit when they are browsing the net.

Any help will be appreciated.