I have the Webproxy running in a Mikrotik machine where I do nat and bandwidth control of each customer.
I have one queue for each IP address. And each queue has his own
limit at and max limit.
But if I enable Webproxy in transparent mode, using the following rule:
ip firewall nat add in-interface=Private dst-port=80 protocol=tcp
action=redirect to-ports=8000 chain=dstnat
the custmers don’t have any bandwidth limit when they are browsing the net.
I have searched the whole Mikrotik list and I have found another similar
topic but this was not answered.
Any help will be appreciated.