Firstly, you don't need to have the LAN subnets of Router2 in the address list of Router1, you should remove them. Secondly, I don't see any 10.10.10.0 subnet that should be pingable. Thirdly, indeed there is a difference whether your gateway is a port or an address:
Lastly, the blue color on a route means it's not active. Given 192.168.2.0 and 192.168.55.0 are subnets of Router2, 10.10.55.1 is its gateway and 10.10.55.40 is its WAN address, the following configuration overall should be done:
(From MikroTik Wiki)Such route has following special properties:
- Unlike connected routes, routes with interface nexthops are not used for nexthop lookup.
- It is possible to assign several interfaces as a value of gateway, and create ECMP route. It is not possible to have connected route with multiple gateway values.
Lastly, the blue color on a route means it's not active. Given 192.168.2.0 and 192.168.55.0 are subnets of Router2, 10.10.55.1 is its gateway and 10.10.55.40 is its WAN address, the following configuration overall should be done:
Code:
/ip addressremove [find network=192.168.2.0]remove [find network=192.168.55.0]/ip routeset [find dst-address=192.168.55.0/24] gateway=10.10.55.40
Statistics: Posted by TheCat12 — Fri Feb 23, 2024 1:13 pm