Dear All,
If I have bw 64 kbps and then the speed for download is 64/8 = 8 KBps
is it possible to limit downlod speed became 4 KBps and for browsing stil 64 kbps??
Need your kindly assist…
thx & Regards,
zong
Dear All,
If I have bw 64 kbps and then the speed for download is 64/8 = 8 KBps
is it possible to limit downlod speed became 4 KBps and for browsing stil 64 kbps??
Need your kindly assist…
thx & Regards,
zong
I’m using the burst function for that kind of stuff.
Web browsers open the ‘save as’(download) dialog box when they can`t open something in the browser. MIME type of a binary file (mos of the download is like this) is application/octet-stream so all you have to do is mark these packets and limit.
add chain=forward in-interface=INTERNET content=application/octet-stream action=mark-connection new-connection-mark=down-2 passthrough=yes
comment=“” disabled=no
add chain=forward in-interface=INTERNET connection-mark=down-2 action=mark-packet new-packet-mark=down-3 passthrough=yes comment=“”
disabled=no
add name=“download” dst-address=0.0.0.0/0 interface=all parent=none packet-marks=down-3 priority=8 queue=default/default limit-at=8000/8000
max-limit=8000/8000 total-queue=default disabled=yes
Dear All… thx for all your reply..
where do I put the command ?
is it under Ip firewall rule forward ???
thx
Zong
Two rules in mangle, ‘ip firewall mangle’ for 2.9 (dritoni provided with 2.9 syntax).
Third rule ‘queue simple’.
i am using MT 2.7x
can i use it ??
I have tried using ip firewal > add chain=forward
ERROR : No such argument (chain)
???
zong,
2.7 version is too old, I don’t even know correct syntax for it.
2.9 version is much better. ![]()