Hi folks!
i have this:
routerboard as a main router, 2WAN and 2LAN
eth1 in dhcp-client is WAN1. assigned by provider1 192.168.0.2/24 192.168.0.1 is my gateway, and public IP address 1.1.1.1
eth2 in dhcp-client is WAN2. assigned by provider2 192.168.1.2/24 192.168.1.1 is my gateway, and public IP address 2.2.2.2
I have two LAN:
eth3 is my first LAN 192.168.100.1/24 (with DHCP server ON)
eth4 is my second LAN 192.168.200.1/24 (with DHCP server ON)
with RouterOS I mark routing connection, by LAN or by interface, and set two static route:
0.0.0.0 routing-mark=“route1” gateway eth1
0.0.0.0 routing-mark=“route2” gateway eth2
to use both my WAN. lan1 use wan1 and lan2 use wan2
In RouterOS7 i can’t mark routing in IP Firewall Mangle → Mark Routing (only MAIN is displayed by default)
Should I have “ROUTING” menù in home? How can I that?