I have a mikrotik with two gateways
- 10.10.100.55
- 10.1.1.1
I currently have two static routes
0.0.0.0/0 GW 10.10.100.55
0.0.0.0/0 GW 10.1.1.1
By disabling one or the other I am obviously sending my traffic out ether gateway
I also have two networks
192.168.250.X
192.168.251.X
I want to send all traffic originating from the 192.168.250.X network to 10.10.100.55 and all traffic originating from the 192.168.251.X network to the 10.1.1.1 gateway
A simple routing issue I’m sure, I’m to confused to make it work.
Thanks