I know that You wil answer could be RTFM ... but beleave me .. I spend many hours on reading/googling before I created this topic.
My configuration is a bit different/complicated that regular ones that are commonly used.
I have 3 LAN (as subinterface/VLAN on one ethernet port) and one WAN port. Every LAN i SNATet to it's public IP.
I'd like to proritize traffic from/to internet only. I'm not using bridge at all.
I'd like to configure PCQ to give my users (50 users) equall bandwith so according to
http://wiki.mikrotik.com/index.php?titl ... edirect=no
it should be really simple ....
But I have couple questions/daubts:
- is it in my scenario I should mangle on FORWAD or PREROUTING?
- I'm using 6.35 ROS and there isnt "global-in/global-out" but only "global" queue - is it the same?
- if "global" replaced "global-in" how to get "global-out"?
- I checked flow diagram but now I'm completelly lost - please point me in right direction
Now I have code:
Code: Select all
/ip firewall mangle
add chain=forward action=mark-connection new-connection-mark=LAN-down-con passthrough=yes src-address-list=Local_LANs comment="mark client traffic" disabled=no
add action=mark-packet chain=forward comment="" disabled=no new-packet-mark=all_packet passthrough=no
Is this code will properly mark download traffic from internet?
With such mangle applied I see in "connection" tab connection that has "unknown 8" or "unknown 6" and of course a lot of "LAN-down-con". What does it mean unknown 8 ir 6? why they appear?
I hope that someone could help me solve my problem.
With regards
SLawek