Page 1 of 1

SHARE .. marking traffic download and upload based traffic flow routeros v6

Posted: Thu Apr 21, 2016 6:09 am
by insignficant
hi guys .. nice to meet you.

i want share to you configure mikrotik for separate traffic download upload based on traffic flow routeros v6. in below i will explained with simple topology network but the rules is complex. you can develop their own .. this is it


eth0=WAN
eth1=LAN

rules

/ip firewall mangle add chain=prerouting in-interfaces=eth1 action=mark-connection src-address=192.168.100.1 new-connection-mark=conn-pc1 comment="connection pc 1"
/ip firewall mangle add chain prerouting in-interfaces=eth1 action=mark-packet new-packet-mark=pkt-upload-pc1 connection-mark=conn-pc1
/ip firewall mangle add chain prerouting in-interfaces=eth0 action=mark-packet new-packet-mark=pkt-download-pc1 connection-mark=conn-pc1

*note. in script below for user with ip 192.168.100.1 . if u want to another ip u can change it.

now for limit with queue tree u can see in my blog

http://learnbybit.blogspot.co.id/2016/0 ... rotik.html

sorry in indonesian language. u just focus in script ..

thanks

keep shared :lol: