Another good content from the one and only The Netwrork Berg. Keep doing stuff like this brother. ✌️
@BertPdeboy11 ай бұрын
a small note about traceroute as a practical usage of TTL is missing in this video!
@demystifyingnetworking9 ай бұрын
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 kzbin.info/www/bejne/oHupi2SVo96Igs0 Demystifying IP TTL Quiz Scenario 1 Lab kzbin.info/www/bejne/a3fRZZuapJKHo7s Demystifying IP TTL Quiz Scenario 2 Lab kzbin.info/www/bejne/jXWsqmpsa8R-qtU Demystifying IP TTL Quiz Scenario 3 Lab kzbin.info/www/bejne/b4bMhY2Jqs-dl8U If you find these videos useful, please like and share the videos and subscribe to Demystifying Networking !!
@TheNetworkBerg2 жыл бұрын
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 :)
@alideziner48192 жыл бұрын
Keep on master 😍
@jeytis722 жыл бұрын
interesting stuff. Thanks
@drumer21422 жыл бұрын
super useful
@geoffvandermerwe62202 жыл бұрын
Nice video dankie !
@Rob_Turner_UK2 жыл бұрын
No mention that this can be used to trick cell operators into thinking you are not tethering
@ayadwalid6802 жыл бұрын
How to stop sharing internet connection in mikrotik? suppose if you have capsman?
@berry93122 жыл бұрын
use simple queue
@gintarasp22 жыл бұрын
That could have been usefull leson after SPANNING TREE. Are you going to do that as well?
@TheNetworkBerg2 жыл бұрын
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.
@ruvingenaeros6665 Жыл бұрын
how to solve ttl transit error?
@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.