How to increase the TTL value in Windows?

On Linux, this is easy to do. Is this possible on Windows?

Explanation: I want to increase TTL for all incoming packets.

+3
source share
1 answer

If you mean the default value (unlike the specific one for this package), the registry entry:

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters]
    DefaultTTL

and a value from 1 to 255 can be set.

And, I am confidently informed by Vinko Vrsalovic (thanks), you can also set it for each interface by changing the DefaultTTL key in:

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters
    \Interfaces\<InterfaceID>]

After editing the question:

TTL , TCP/IP . , , TCP/IP ( IP- TTL ). IBM - Edge Server, . IP-, .

, node - . .

+5

All Articles