We kindly inform you that we have also www.cyberbajt.com Zamknij

Search results:

Raporty i testy urządzeń

  • wróć do listy testów i raportów

    MikroTik - QoS

    Marek Burzyński, 2007-06-12, Drukuj
  • 3.

    Packets marking - configuration

    The first script we have to make is:

    (script)
    for x from 2 to 254 do={ /ip firewall mangle add chain=prerouting src-address=(192.168.0. . $x ) action=mark-packet new-packet-mark=( $x . upload ) passthrough=no }

    This script marks movement from user, that is its upload.

    In order to change address class from 192.168.0 one should entry edit “src-address=(192.168.0.)”. It is very important to put full stops at the same place as at above example.

    The situation is similar in case of scope from 2 to 254. We might edit that scope very easily by entering value, which are satisfied for us.

    (skrypt)
    :for x from 2 to 254 do={ /ip firewall mangle add chain=postrouting dst-address=(192.168.0. . $x ) action=mark-packet new-packet-mark=( $x . download ) passthrough=no }

    and this is the mark at the internet -> user direction, that is its download.

  • dalej wstecz
  • Spis treści:

Hold on there sparky! Using IE? Really? Come on now. You really need to move on and get a better browser.