HI,
I have network with local and live ip addresses and i wanted to hide my any network ip while my users trace route from any local network to global ip address like 8.8.8.8. I wanted to skip 1 hop in my network and jump traceroute packet to next hop. How can i do this.
Thanks,
Direct Logic
You can adjust the TTL value using a mangle table rule.
I don’t have a Mikrotik in front of me to check the options, but if there’s an action to simply increment the TTL by one, then that would be the way to go.
/ip firewall mangle add chain=prerouting action=change-ttl new-ttl=increment:1
Thanks for reply ZeroByte and Chupaka. I also o the same last night. 