I tried a lot of thing and nothing works, like i want:
I have a CCR1036 with 2 provider eth10 and eth12, provider in eth10, both provider Public wans and i have 2 /29 blocks for my servers.
1 trunk interface where a got custimers with vlans 100…300 with 10.1.100.0/8 clients.
We had all in PPoE Interfaces but we are having trouble with broadcast, them we choose for make route for out customers, i try to do:
2 address list:
/ip firewall address-list
add address=10.3.101.0/24 list=WAN1
add address=10.3.102.0/24 list=WAN1
add address=10.1.104.0/24 list=WAN1
add address=10.2.0.0/16 list=WAN1
add address=192.168.170.0/24 list=WAN2
add address=10.1.0.0/16 list=WAN2
add address=10.3.0.0/16 list=WAN2
add address=10.11.12.0/24 list=WAN2
/ip firewall nat
add action=masquerade chain=srcnat out-interface=bridge-WAN1 src-address-list=\ WAN1
add action=masquerade chain=srcnat out-interface=bridge-WAN2 src-address-list=\ WAN2
add check-gateway=ping distance=1 gateway=WAN1 scope=255
add check-gateway=ping distance=1 gateway=WAN2 scope=255
But isnt work, im using just one provider atm. If a place one network in WAN2 they didnt work.