0% found this document useful (0 votes)
22 views

Router Directly Connected Gateway Indirectly Connected

This document describes the network configuration of 3 MikroTik routers. Router 1 is directly connected to subnets 172.16.10.0/28 and 192.168.200.0/24, and has a default route to subnet 10.10.24.0/27 through each. Router 2 is directly connected to subnets 172.16.10.0/28 and 10.10.24.0/27, and has a default route to subnet 192.168.200.0/24 through each. Router 3 is directly connected to subnets 192.168.200.0/24 and 10.10.24.0/27, and has a default route to subnet 172.16.10.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Router Directly Connected Gateway Indirectly Connected

This document describes the network configuration of 3 MikroTik routers. Router 1 is directly connected to subnets 172.16.10.0/28 and 192.168.200.0/24, and has a default route to subnet 10.10.24.0/27 through each. Router 2 is directly connected to subnets 172.16.10.0/28 and 10.10.24.0/27, and has a default route to subnet 192.168.200.0/24 through each. Router 3 is directly connected to subnets 192.168.200.0/24 and 10.10.24.0/27, and has a default route to subnet 172.16.10.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Router

MikroTik
1
MikroTik
2
MikroTik
3

Directly
Connected
172.16.10.0 /28
192.168.200.0 /
24
172.16.10.0 /28
10.10.24.0 /27
192.168.200.0 /
24
10.10.24.0 /27

Gateway
172.16.10.5 /
28
192.168.200.2
/24
172.16.10.1 /
28
10.10.24.1 /27
192.168.200.1
/24
10.10.24.2 /27

Indirectly
Connected
10.10.24.0 /27

192.168.200.0 /
24
172.16.10.0 /28

MikroTik1 :
1.
2.
3.
4.

ip route add dst-address=10.10.24.0/27 gateway=172.16.10.5


ip route add dst-address=10.10.24.0/27 gateway=192.168.200.2
ip route print
ping 10.10.24.2

MikroTik2 :
1.
2.
3.
4.

ip route add dst-address=192.168.200.0/24 gateway=172.16.10.1 /28


ip route add dst-address=192.168.200.0/24 gateway=10.10.24.1 /27
ip route print
ping 192.168.200.2

MikroTik3 :
1.
2.
3.
4.

ip route add dst-address=172.16.10.0 /28 gateway=192.168.200.1 /24


ip route add dst-address=172.16.10.0 /28 gateway=10.10.24.2 /27
ip route print
ping 172.16.10.2

You might also like