Static Rotue Senarios Mikrotik
Static Rotue Senarios Mikrotik
Scenario
You work in a company which has 2 MikroTik Routers connected to each others. Each
of the router is connected to a department, so a different network. As being one
company, you decided to connect both networks together by using Static Route.
Your tasks are:
Check if both routers are able to see each others.
Create a bridge Interface on MikroTik1 router and provide it an IP address of
192.168.12.1/24
Create a bridge Interface on MikroTik2 router and provide it an IP address of
192.168.21.1/24
Check if Bridge2 of MikroTik1 can ping Bridge2 of MikroTik2. What is the result?
Configure Static route on both Routers.
Make a test to check if the connectivity between the 2 Networks is working. Did it
work?
https://youtu.be/V4gZQfbZ5Hs
Static Routing is an important topic to any network administrator who works with
multiple MikroTik RouterOS and wants to establish communication among Router�s
local networks. For example, say a network administrator maintains two MikroTik
RouterOS connected with any communication medium and each RouterOS has its own
networks and network resources such as servers, printers etc. and he wants that
each network and network resources will be accessible from other networks. In this
case, static routing configuration between two RouterOS will be a better solution.
In this article, I will explain how to configure static routing between two
MikroTik RouterOS so that each RouterOS networks will be accessible from other
RouterOS networks. But before going to start our configuration, we need to be
familiar with some basic routing topics which are necessary for static routing
configuration.
Hops
In a Network, each layer 3 device endpoint (router) is called a HOP. In RIP and
Static Routing concept, HOP is very important term to understand.
Routing
Routing is the process used to find other networks which is not directly connected
in the local router. There are two types of routing.
Now we will start static routing configuration in MikroTik Router. Our proposed
network will be like below diagram.
MikroTik Static Routing Network Diagram
There are two office networks in this diagram and each office network has a
MikroTik RouterOS (R1 & R2). R1 Router is connected to WAN1 having IP address
192.168.110.2/28 and R2 Router is connected to WAN2 having IP address
192.168.10.2/30. R1 Router has its own LAN IP block (172.22.10.0/24) and R2 also
has its own LAN IP block (172.22.20.0/24). Both Routers are connected with a
communication medium having IP address 10.10.10.1/30 and 10.10.10.2/30
respectively. Now we will configure static routing in both RouterOS so that each
LAN IP block can be accessible from other LAN IP block.
As there are two RouterOS (R1 & R2) in this diagram, we have to configure both
RouterOS and now I will show this configuration from very beginning.
R1 Router Configuration
Now connect IP devices in both network and ping these devices. If everything is OK,
you will be able to access both network successfully.
You will be able to configure static routing in MikroTik Router if you follow the
above steps properly. However, if you face any confusion to do above steps, watch
my video about MikroTik static routing configuration step by step. I hope, it will
reduce your any confusion.
How to Configure Static Routing in MikroTik Router has been discussed in this
article. I hope, you are now able to configure static routing in your network if
required. However, if you face any problem to configure static routing in MikroTik
Router, feel free to discuss in comment or contact with me from Contact page. I
will try my best to stay with you.