📘MikroTik MTCRE - TTL (Time-To-Live), what it is and how to change it.

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025

Комментарии •

  • @rayvenbacinillo8660
    @rayvenbacinillo8660 2 года назад +3

    Another good content from the one and only The Netwrork Berg. Keep doing stuff like this brother. ✌️

  • @BertPdeboy
    @BertPdeboy Год назад +1

    a small note about traceroute as a practical usage of TTL is missing in this video!

    • @demystifyingnetworking
      @demystifyingnetworking 11 месяцев назад

      TTL is one of the most mis-understood concept in networking, I have tried to answer all the questions below about TTL.
      How TTL works?
      When exactly TTL is decremented?
      TTL decremented at ingress or egress?
      When packet is dropped?
      Demystifying IP TTL
      ruclips.net/video/jJFZ1_nyULk/видео.html
      Demystifying IP TTL Quiz Scenario 1 Lab
      ruclips.net/video/5Fn4hdo-TmY/видео.html
      Demystifying IP TTL Quiz Scenario 2 Lab
      ruclips.net/video/WDIy766_Kts/видео.html
      Demystifying IP TTL Quiz Scenario 3 Lab
      ruclips.net/video/9UiTZSujjac/видео.html
      If you find these videos useful, please like and share the videos and subscribe to Demystifying Networking !!

  • @jeytis72
    @jeytis72 2 года назад +1

    interesting stuff. Thanks

  • @alideziner4819
    @alideziner4819 2 года назад +1

    Keep on master 😍

  • @drumer2142
    @drumer2142 2 года назад +1

    super useful

  • @geoffvandermerwe6220
    @geoffvandermerwe6220 2 года назад +1

    Nice video dankie !

    • @Rob_Turner_UK
      @Rob_Turner_UK 2 года назад

      No mention that this can be used to trick cell operators into thinking you are not tethering

  • @TheNetworkBerg
    @TheNetworkBerg  2 года назад

    Reference Material:
    help.mikrotik.com/docs/display/ROS/Mangle
    NB!!! Do not randomly change TTL unless there is a very specific reason why you want to do it. As seen in the video haphazardly just adding a rule to change the TTL value can potentially result in connectivity issues. Only use TTL for specific use cases or if a hop count seems to exceed the default value on ROS. You are required to understand how TTL functions and how to possibly change it for the MTCRE, but I strongly encourage to leave TTL values alone as much as possible :)

  • @gintarasp2
    @gintarasp2 2 года назад

    That could have been usefull leson after SPANNING TREE. Are you going to do that as well?

    • @TheNetworkBerg
      @TheNetworkBerg  2 года назад +1

      Hello, I will consider doing a MikroTik switching series at a later stage or cover STP on its own. The MTCRE focuses only on the routing aspects of ROS and unfortunately does not cover STP.

  • @ayadwalid680
    @ayadwalid680 2 года назад

    How to stop sharing internet connection in mikrotik? suppose if you have capsman?

    • @berry9312
      @berry9312 2 года назад

      use simple queue

  • @ruvingenaeros6665
    @ruvingenaeros6665 Год назад

    how to solve ttl transit error?

    • @TheNetworkBerg
      @TheNetworkBerg  Год назад

      Depends for the reason of the error, usually it is because the TTL gets expired because of a routing loop. So I would probably start by doing a traceroute to the destination and seeing where the traces loops and then look between those two devices if there is anything strange occurring.