Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ItemDescriptionSolutions
Combine two internet sources and route by the group
  • Combine two internet sources (ISP1, ISP2)
    • Let's define ISP1 for the private network (IP range 10.0.0.0 ~ 10.0.*.*)
    • Let's define ISP2 for the external internet connection
  • Route any connection in 10.0.0.0 ~ 10.0.*.* through ISP1
  • Route any connection except above case through ISP2
TBD
Combine two internet sources and route by the group
  • Combine two internet sources (PIP1, PIP2)
    * Note PIP=Public IP
  • Route all the traffic associated with PC1 through PIP1
  • Route all other traffic through PIP2

Seems like "Policy Based Routing" can help solving this quizz

solve https://wiki.mikrotik.com/wiki/Policy_Base_Routing

...