I’m still trying to figure RouterOS out and I’m hoping someone can just hold my hand here so I have a jumping off point because the Wiki has my head spinning.
What should I use for mangle and/or queue to guarantee half the download and upload to, say, eth_04 while the other ports combined can use the other half?
Thanks.
Hi, If ether4 is in a bridge then its going to be a pain.
What I can suggest is to remove ether4 from the bridge or set the master port to none then to setup a ip address in a different subnet and setup dhcp on that port.
For example
Port4: 192.168.1.1/24
Remaining-ports: 192.168.0.1/24
Then You create a simple queue called Internet with the total connection speed.
After that you create 2 child queues with targets 192.168.1.0/24 and 192.168.0.0/24 and give them half the Bandwidth.
Remember to set the parent to the Internet queue then.
Its very simple and it should work just fine, no need to setup fancy mangle rules and queue trees