Connecting 2 Subnets

additional mikrotik.PNG
Hi, I have been playing around with mikrotiks in the office for a while now and am quite enjoying getting into it but am still quite new to it.

I have 1 mikrotik which handles internet and the base networks

  • ether1-wan
  • ether2-lan (DHCP) 192.168.168.0/24
  • wlan1 (part of the subnet above with full access)
  • wlan3 (DHCP) 192.168.3.0/24 (Shares PPPOE but isolated from the rest)

I have another mikrotik which has been used to create another network. This is downstream of the first mikrotik via a switch.

  • ether1 (Static IP) Connected to 192.168.168.0/24
  • ether2 (DHCP) 192.168.1.0/24

What i am ‘trying’ to do is

  • make the 192.168.1.0/24 subnet reach the computers on 192.168.168.0/24
  • Reach the internet (PPPOE on router1) from 192.168.1.0/24

I have tried a bridging the ports without success, masquerading the port, natting, and a few other combinations based on a similar search through the forums although they tend to be either:
a) 2 subnets on the the same router
b) 2 Routers directly connected. (May be applicable but i could not make it work)

Any help or pointers would be great!

Did you try adding routes on router 1 that points to router 2?

eg

dst-address=192.168.1.0/24 gateway=192.168.168.99

Well that was a lot simpler than i had thought. That did the trick!