How to access 192.168.0.x network from 192.168.1.x network

Hi all! I have a RB333 and the configuration is as follows:

Interface Ether1 - ISP
Interface Ether2 - network 192.168.1.x
Interface WLAN - network 192.168.0.x

My question is how do i set up the router so that computers from 192.168.1.x can access computers from network 192.168.0.x and vice-versa?

Thank you!

They should be able to as soon as you enter those IP addresses. Static routes will be set up and they should be reachable.

If not, post your > ip route print

Tom

OK, here’s my routing table:

 #      DST-ADDRESS        PREF-SRC        G GATEWAY              DISTANCE IN..
 0 A S  0.0.0.0/0                          r xxx.xx.197.153       1        am..
                                           r amain1                        am..
 1 ADC  192.168.0.0/24     192.168.0.254                          0        wifi
 2 ADC  192.168.1.0/24     192.168.1.254                          0        lo..
 3 ADC  xxx.xx.197.152/30  xxx.xx.197.154                         0        am..

The problem is that I cannot access any host in 192.168.0.x network from 192.168.1.x network. When i try to access a host it says “The network path was not found”
BUT I can ping hosts in 192.168.0.x from 192.168.1.x network.

Found the solution!!!
The problem was in Windows Firewall. I disabled it and now everything is OK!