FINDING · EVALUATION
Client-side middleboxes at every tested vantage point interfere with IP-layer evasion tactics: Aliyun (6/11 nodes) discards all IP fragments, while the Tianjin China Unicom node drops packets with wrong TCP checksums or no TCP flag. IP-layer discrepancies that survive routers (e.g., IP total-length > actual length) are still dropped by some middleboxes, making IP-layer manipulations unreliable across Chinese ISPs. TCP-layer manipulations are significantly more consistent across paths.
From 2017-wang-your — Your State is Not Mine: A Closer Look at Evading Stateful Internet Censorship · §3, Table 2 · 2017 · Internet Measurement Conference
Implications
- Avoid IP-layer insertion techniques (fragmentation, wrong IP checksum) in production — client-side middleboxes silently drop them on major Chinese cloud and residential ISPs, causing silent failures rather than graceful degradation.
- Use TCP-layer insertion packets (MD5 option, old timestamp, wrong ACK number) as the primary mechanism; these are passed by every observed middlebox while still being accepted and processed by the GFW.
Tags
Extracted by claude-sonnet-4-6 — review before relying.