I need to set up two individual private network with two routers
Router1: (got wan-connection)
LAN:
192.168.1.1
255.255.255.0
dhcp range 192.168.1.100-150
dhcp static 192.168.1.129 hw:router:2:xx:bb
Router2 (wired to router1)
WAN settings:
Ip assigned 192.168.1.129
Service provider gateway: 192.168.1.1
Lan:
192.168.0.1
255.255.255.0
dhcp range 192.168.0.100-200
initially this gives both router/network internet-connection and ip-range, but network2 can access network1's computers. I need to make network2 unable to access network one. I cant figure out how to use subnet to do so