nichky
February 27, 2018, 11:22am
1
it is possible to change TTL by client.
Let say i got 100 clients and what i want to manage TTL on my clients, it possible?
i got rule who it works but it will affect to all my clients:
simple: /ip firewall mangle
add action=change-ttl chain=prerouting in-interface=ether1 new-ttl=set:9 passthrough=no
What about limit TTL to each client?
Thanks
A rule per client.
Or per client group (i.e. address list)
-Chris
nichky
February 27, 2018, 11:30am
3
you mean like this:
ip firewall mangle
add action=change-ttl chain=prerouting in-interface=WAN new-ttl=set:9 passthrough=no src-address=192.168.2.2
it doesn’t work like this
Thanks
using src-address-list= or src-address=<range of ip’s>
in above you have confliction conditions from WAN interface and from private address
nichky
February 27, 2018, 8:44pm
5
@sebastia
i’ve tried like your recommend
edit:
i’ve done limit TTL by interface, just i’m wondering how can i do per ip address on same interface.
I’ve specific ip address on src-address, i didn’t get expected effect
What’s your full new rule?
nichky
February 27, 2018, 10:36pm
7
I’ve done
Thanks a lot for your help