I run MT 2.9.6 with 4 interface :
eth0 = to 1st ISP
eth1 = to 2nd ISP
eth2 = to proxy server
eth3 = to intranet
eth0 has 2Mbps up and down bandwidth and eth1 has 128kbps up and down too.
Now, i want to share my intranet client to 64kbps up/down using eth1
so i just do like manual says :
1. do mark-connection to every ip want to shape
2. do mark-packet to every ip want to shape
and as manual says I use PCQ
so I add queque type to upload and download,
then i just create tree queque. cause of many interface i had, i do :
1. Create name=Upload parent=global-out max-limit=64k
2. Create name=Download parent=global-in max-limit=64k
after that i do :
3. Create name=up-64 parent=Upload
4. Create name=down-64 parent=Download
problem is, on Winbox queque list/queque tree i just saw that download using about 16kbps, but when i saw on interface list, it using 128kbps.
Any suggestion please?
Thanks.