Two networks on one router.

Hello

I have 2 networks connected to one mikrotik router.

Both connected to two lan ports on mikrotik.

How to make them “talk” each other ?

For example : when i try to ping devices on first network from device in second one network than i do not have ping respond.

Here is configuration from mikrotik.


# jan/02/1970 02:31:29 by RouterOS 6.48.2
# software id = A2U0-ISBY
#
# model = RB924i-2nD-BT5&BG77
# serial number = E0FD0E567103
/interface wireless
set [ find default-name=wlan1 ] ssid=MikroTik
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/port
set 0 baud-rate=9600 name=modbus
set 1 name=usb2
/interface ppp-client
add apn=internet data-channel=2 info-channel=2 name=ppp-out1 port=usb2
/ip address
add address=192.168.76.3/24 interface=ether2 network=192.168.76.0
add address=192.168.144.5/24 interface=ether1 network=192.168.144.0
/system gps
set channel=1 init-channel=2 init-string=\
    "AT+QGPSCFG=\"outport\",\"usbnmea\";+QGPS=1" port=usb2

I’m newbe and i’m sure that i miss something in configuration or more precisely i don’t have any configuration.

The devices will only reply to each other if they have the IP of the mikrotik as their default route, or they have specific static routes for the other subnet via the mikrotik IP address.

Thanks for advice.

How can i set or where can i find mikrotik router IP ?

Is it possible to set all parameters for “talk each other” by some quick set?