Hello, our network has 2 gateways 192.168.11.1 and 192.168.5.1. The client connections use PPPoE to connect to the network. An example IP of a client is 172.16.11.234. We want to route all traffic from 172.16.11.234 out via 192.168.5.1 in instead of 192.168.11.1 (the default gateway). How can this be done? It seems easy enough to put a route in that says destination = x and gateway = y but not source = z.
policy routing.
use the rules tab under the winbox routes window. This essentially will give anything matching those rules a completely independent routing table (so make sure to duplicate routes into that table as well if necessary)
Hello, thanks for the reply. That’s where I was looking but was hoping to see a “gateway” field there as well as “source” and “destination”. So in the example you could enter “src. address = 172.16.11.234”, “dst.address = 0.0.0.0/0” and “gateway = 192.168.5.1”. Maybe it is necessary to create a routing mark here and then in a different tab send any traffic with that routing mark to a specific gateway IP address? Is that how it works?