Skip to content

[Bug]: Auto MTU seems not to work #2210

@theklausklausen

Description

@theklausklausen

Describe the bug

Not sure if a bug but anyway.
I set up a fresh instance (v15.1.0) with default the Android client MTU is set to auto (placeholder text). I can connect to the server, i get Latest Handshakes, i can ping hosts in my home nework and i can curl HTTP traffic. I cannot curl HTTPS traffic, the response is unexpected eof while reading.
If, however, set the MTU on the client manually to 1150, it works perfectly. Since i'm not sure whether this is acutally a good idea and this does not scale, to do that manually on each client, i don't want to do that.
Server side i cannot set the MTU below 1280. ChatGPT recommended following hook: iptables -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu but apperently this is not supported.
On v14 this worked out of the box without any MTU configurations.
If this matters: running in Kubernetes with Cilium cni in native routing mode, wireguard port bound to loadbalancerip populated via Metallb IP. If any more info is needed, let me know.

Expected behavior

Work just fine!

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions