I’m trying to share my bandwidth (6M) between two networks. Those 6M must be broken down in 1M for the network A and 5M for the network B, but if it exists the possibility, each of them should be able to reach the total 6M, guaranteeing the each network’s minimum bandwidth.
Inside each network, I would like to share its available bandwidth with the users using PCQ.
How should I configure the mangle and the queues to achieve that goal?
The problem is that I have two interfaces, an ethernet port for one network, and a bridge for the other one. Perhaps I’d have to use a more global interface as global-in; what do you think?