Skip to content

Support MSS Clamping definition through CWNP #160

@majst01

Description

@majst01

If on the communication path to outside destinations smaller MTUs are required, we should be able to enable MSS Clamping.

This can be done with netfilter, the generated rules must be specified before all statefule filter rules like so:

# TCP-MSS clamping
ip saddr { 100.127.1.44/32 } tcp sport { 2049 } tcp flags syn tcp option maxseg size set 1460
ip daddr { 100.127.1.44/32 } tcp dport { 2049 } tcp flags syn tcp option maxseg size set 1460

The CWNP must therefore get an additional field mtu

@chbmuc please correct me if im wrong

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions