Manual:Packet Flow: Difference between revisions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
==Diagram== | ==Diagram== | ||
As it was impossible to get everything in one diagram, '''Packet flow diagram''' was created in 2 parts: | As it was impossible to get everything in one diagram, '''Packet flow diagram''' for Mikrotik RouterOS v3.x was created in 2 parts: | ||
* '''Bridging or Layer-2 (MAC)''' where Routing part is simplified to one "Layer-3" box | * '''Bridging or Layer-2 (MAC)''' where Routing part is simplified to one "Layer-3" box | ||
* '''Routing or Layer-3 (IP)''' where Bridging part is simplified to one "Bridging" box | * '''Routing or Layer-3 (IP)''' where Bridging part is simplified to one "Bridging" box | ||
[[Image:Bridge_final.png|Packet Flow in Layer-2|700px]] | |||
[[Image:mangle_prerouting.jpg|Mangle Prerouting|100px]] | |||
[[Image:mangle_input.jpg|Mangle Input|100px]] | |||
[[Image:mangle_forward.jpg|Mangle Forward|100px]] | |||
[[Image:mangle_output.jpg|Mangle Output|100px]] | |||
[[Image:mangle_postrouting.jpg|Mangle Postrouting|100px]] | |||
[[Image:IP_final.png|Packet Flow in Layer-3|700px]] | |||
Revision as of 14:13, 27 November 2008
MikroTik RouterOS is designed to be easy to operate in various aspects of network configuration. Therefore creating limitation for individual IP or natting internal clients to a public address or Hotspot configuration can be done without the knowledge about how the packets are processed in the router - you just go to corresponding menu and create necessary configuration.
However more complicated tasks, such as traffic prioritization, routing policies, where it is necessary to utilize more than one RouterOS facility, requires knowledge: How these facilities work together? What happens when and why?
To address these questions we created a packet flow diagram.
Diagram
As it was impossible to get everything in one diagram, Packet flow diagram for Mikrotik RouterOS v3.x was created in 2 parts:
- Bridging or Layer-2 (MAC) where Routing part is simplified to one "Layer-3" box
- Routing or Layer-3 (IP) where Bridging part is simplified to one "Bridging" box