MikroTik change TTL (restrict other connected routers using time to live or hop limit)

Published: 05 August 2020
on channel: Michael Collada
8,640
37

How to restrict a router in a network, and allow only the main router


wan = ether1
ttl = 1 (allow only 1st hop/router)
ttl = 2 (allow only 2nd hop/router)
ttl = 3 (allow only 3rd hop/router)
and so on...


script
/ip firewall mangle
add action=change-ttl chain=prerouting in-interface=ether1 new-ttl=set:1 passthrough=no


Watch video MikroTik change TTL (restrict other connected routers using time to live or hop limit) online without registration, duration hours minute second in high quality. This video was added by user Michael Collada 05 August 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 8,640 once and liked it 37 people.