You need to do Policy Based Routing and you have 3 options:
- mwan3 package
- pbr package
- a set of rules/routes for each internet connection.
That is because you want to route packets based on the source address and not on the destination.
You need to do Policy Based Routing and you have 3 options:
That is because you want to route packets based on the source address and not on the destination.