[ask] 3 LAN with 3 Routers

I want to combine 3 network with 3 router. with the goal of each network that is behind the router can communicate with each other, with a topology as follows:

I welcome any suggestions from you, thank you

In exact that situation on every router you can use static routing:

on R1:

/ip route add dst-address=192.168.22.0/24 gateway=4.3.2.2
/ip route add dst-address=192.168.33.0/24 gateway=4.3.2.3

on R2:

/ip route add dst-address=192.168.11.0/24 gateway=4.3.2.1
/ip route add dst-address=192.168.33.0/24 gateway=4.3.2.3

on R3:

/ip route add dst-address=192.168.11.0/24 gateway=4.3.2.1
/ip route add dst-address=192.168.22.0/24 gateway=4.3.2.2

Nice diagram tinggalklik - what did you do that in?


thank you, I am happy for this response, but until now each client that is behind the routers is not connected to each other.
for example: the network R1 (192.168.11.0/24) can not communicate with the network R3 (192.168.33.0/24), as well as the network R2 (192.168.22.0/24) is also experiencing the same thing, oddly enough, from the network R3 (192.168.33.0/24) can communicate with the network R1 (192.168.11.0/24).

I have all the routing procedures was correctly implemented…

I made ​​it with the help of macromedia freehand mx, sorry if this figure was impressed fetched :slight_smile:, thanks for the comment