Dear My Fiends,
Kindly, I want to separate the PING on DOWNLOAD .. I mean, for example, work DOWNLOAD and make PING on IP router remains constant does not change, if change means something simple does not rise, the rise to become Request time out and the browsing become low m i need to solve this issue pine stay stable not change … please i need config for this is issue
Thank you for help me in advance.
MICPROF
February 1, 2011, 12:15pm
3
Dear Ser,
Thank you for reply.
My friend , would you please send to me In the form of config , please even apply that on RB and check it ASAP.
MICPROF
February 9, 2011, 11:19am
4
Yes, it is possible.
add /ip firewall mangle marks to protocol=icmp and other traffic;
create two queues for each packet-mark;
set priority=1 to ICMP queue and priority=8 to other traffic queue (do not forget to use max-limit for queues).
My friend , i make two mangle.
First : add chain :forward , protocol: ICMP , action : Mark-packet=Ping
Two: add chain :forward , protocol :any , action ; mark-packet:Traffic
Queue Tree :
First : Name:ICMP , Parent :global_in , packet mark:ping , priority : 1
First : Name:Traffic , Parent :global_in , packet mark:Traffic , priority : 8
How much Max_limit for this queue , please this con-fig correct or not , im make it but same think when make download the ping high .
Feklar
February 9, 2011, 3:18pm
5
Max limit should be about 90% of the possible bandwidth on the internet link. You can try upping a bit if you feel that’s needed.
oki, this is config is correct ??
Please how much the Max_limit in bit even write in queue tree ??
I’ll wait help from your …
MICPROF
February 22, 2011, 6:24am
7
Hello,
My friends , I’m do the following from the website http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/Mangle#Marking_packets :
For mangel :
/ip firewall mangle
add action=mark-packet chain=forward comment="6 TCP" disabled=no \
new-packet-mark=first passthrough=yes protocol=tcp
add action=mark-packet chain=forward comment="17 UDP" disabled=no \
dst-address-list=second new-packet-mark=second passthrough=yes protocol=\
udp
add action=mark-packet chain=forward comment="First TCP" connection-mark=\
first disabled=no new-packet-mark=first passthrough=no
add action=mark-packet chain=forward comment="Second UDp" connection-mark=\
second disabled=no new-packet-mark=second passthrough=no
But the same think the ping on IP router high , would you please help me for that …
and do queue tree :
/queue tree
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \
max-limit=1M name=first packet-mark=first parent=global-out priority=1 \
queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \
max-limit=1M name=Second packet-mark=second parent=global-out priority=8 \
queue=default
Please my friend i need your support for me if possible .
Feklar
February 22, 2011, 3:41pm
8
First of all, your first two mangle rules you have listed there are marking packets not connections, so you are basically double marking packets.
Second of all, you are not identifying ICMP traffic, only TCP and UDP with those rules. Because ICMP is not being identified and given a higher priority in your queue, there is no way for it to be affected. There are many other kinds of protocols on the internet other than just TCP and UDP.