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.
Local_LANs=192.168.0.0/16
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.
If all that you want is equal bandwidth sharing amongst all users, you don’t need mangle nor Queue Tree, can use simple queues with queue type pcq-download/pcq-upload (advanced tab) as stated at the end of the mikrotik wiki page you linked to in your post.
Of course it doesn’t working because is outdated? It’s another time when I found errors on Wiki page.
Please help me to correst and I will ask support to corect this entry - It will help in the future peaoples to use Wiki documentation without frustration.
Please explain me why on Wiki is 192.168.0.0/24 not a 192.168.0.0/16? in my opinion should be 192.168.0.0/16 to cover every most common used 192.168 network adressess.
It seems to be working now, but I think that is is not enought. What about connection parameters?
Do I need to put it in General tab of “queue3” (why its name is queue3 not 2 as is in topic that You putet) MAX LIMIT for download and upload?
How to change this parameter using CLI?
Of course it doesn’t working because is outdated? It’s another time when I found errors on Wiki page.
Seems that documentation is from a time where there weren’t predefined queue types, so you had to create them with the desired parameters, and name those queue-types as you wish.
ROS comes now with pre-defined queue-types, so its possible now to refer by them.
Please explain me why on Wiki is 192.168.0.0/24 not a 192.168.0.0/16? in my opinion should be 192.168.0.0/16 to cover every most common used 192.168 network adressess.
That’s just an example, you are the one in the better position to decide whose subnets should be the target of this simple queue.
Do I need to put it in General tab of “queue3” (why its name is queue3 not 2 as is in topic that You putet) MAX LIMIT for download and upload?
That’s just a sequential name auto generated by winbox, you can rename it as you see fit.
How to change this parameter using CLI?
Tips:
1.- Modify the simple queue (follow wiki page for target, max-limit and limit-at parameters reference) as your liking, then open a New terminal, and issue
/queue simple export
You’ll be able to see how values from Winbox translate to CLI syntax.
2.- While in a cli prompt menu, hit the tab key on your keyboard, it will show possible commands and parameters in a contextually-aware fashion; will also autocomplete them.