I had to used mikrotik for BW limiter but i have i trouble in this case.
The configuration is working fine to Limit all user still i configure for nat some dst ip address trought my external proxy server.
I configured it in same machine mikrotik.
This is my configure nat dst ip adress :
ip firewall nat add chain=dstnat dst-address=64.0.0.0/8 src-addres
s=0.0.0.0/0 protocol=tcp dst-port=80 action=dst-nat to-addresses=202.51.229.8 to
-ports=3128
The natting is working fine but when i enable it BW limited isnot work.BW is unlimited.
Any one help me,