Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If we look, for example, the Router1 routing table, we can see that the router knows only about directly connected networks. At this point when Client from LAN1 will try to reach client from LAN2 (192.168.2.0/24), a packet will be dropped on the router because such a destination is unknown for a particular router:

Code Block
languagetextros
[admin@MikroTik] > /ip/route> print 
Flags: D - dynamic; X - disabled, I - inactive, A - active; C - connect, S - static, r - ri
p, b - bgp, o - ospf, d - dhcp, v - vpn
Columns: DST-ADDRESS, GATEWAY, Distance
    DST-ADDRESS    GATEWAY D
DAC 10.1.1.0/24    ether1  0
DAC 172.16.1.0/30  ether2  0
DAC 192.168.1.0/24 ether3  0

...