Manual:Simple Static Routing

From MikroTik Wiki
Revision as of 13:57, 9 June 2009 by SergejsB (talk | contribs) (Add Beginning of Simple Static Routing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

Let's look on the simplest network example, when we have one router for different computers.

SR1.png

Computers are connected to router directly. Generally packets are sent by the simple path, client 1 wants to open one web page. Packets are sent:

  • 192.168.0.2 checks routing table, web page does not belong to any DST-address network, which is present in /ip route table;
  • 192.168.0.2 determines default gateway, it is 192.168.0.1 the address of the router. 0.0.0.0/0 is destination network of default gateway, ......