Русский flag Русский Español flag Español

Ipv6

2026-03-04

TTL (Time To Live) — is an eight-bit field in the IP header that defines the maximum number of “hops” (nodes) a packet can traverse before being discarded. Each time it passes through any router the TTL value is decreased by 1.


Typical default TTL values

Different operating systems use different initial values. This allows remote OS fingerprinting.

Operating systemDefault TTL
Windows (all versions)128
Linux (Ubuntu, Debian, CentOS, etc.)64
Android64
iOS / macOS64
FreeBSD / Solaris255

Why change TTL? Usage patterns

1. Bypassing tethering restrictions (internet sharing)

The most common scenario. Mobile carriers analyze incoming traffic.

Read more