Hello.
I have the following setup on a mikrotik:
ETH1 is my Primary internet gateway, connected to a chateu providing 5g internet. CHATEAU is running a DHCP server at 192.168.118.0/24 and my mikrotik gets an address with its DHCP CLient. It provides internet to both the following Bridges.
ETH3-6 are within a BRIDGE with DHCP Server on 192.168.88.0/24
ETH7-10 are within a BRIDGE2 with DHCP server on 192.168.99.0/24
I want to connect a secondary ISP on ETH2, and forward all the traffic of BRIDGE2 there. trying to find the simplest solution there is to that.
What i tried is this:
Open a DHCP Client on ETH2 with "add default route" set to "NO"
create a ip>route to fowrard all the traffic of the bridge directly to that gateway with
/ip route add disabled=no dst-address=192.168.99.0/24 gateway=192.168.1.1
This doesn't work. Mangle is the only way to go?