This is what I've configured on either side:
LAN1 -IP address
ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.0.1/24 192.168.0.0 192.168.0.255 ether1
LAN 2 - IP address
ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.0.2/24 192.168.0.0 192.168.0.255 ether1
That is your problem. There are 2 ways of connecting two different networks:
BRIDGING and
ROUTING.
For Bridging, Network A and Network B are on the same subnet (ie. same network address). As you can see, this is how your ethernet interfaces are configured, because the network address of ether1 on BOTH Mikrotik units is
192.168.0.0.
For Routing, Network A and Network B MUST be on a different subnets (ie. different network addresses), and the necessary routes must be configured in each unit's routing table.
Now, in Mikrotik, to set up a
Bridged link, you need to use WDS to set up what is called a Transparent Bridge.
See:
http://www.mikrotik.com/Documentation/H ... How_bridge