Cara ini digunakan untuk mencegah sharing hotspot mikrotik dari sisi server.
/ip firewall mangle
add action=change-ttl chain=postrouting new-ttl=set:1 out-interface=HotSpot passthrough=no
add action=change-ttl chain=output new-ttl=set:1 out-interface=HotSpot passthrough=no
add action=change-ttl chain=forward new-ttl=set:1 out-interface=HotSpot passthrough=no
Referensi :
https://buananetpbun.github.io/mikrotik/Limit-sharing-Hotspot-with-Change-TTL.html