Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

read UDPv4 [EMSGSIZE Path-MTU=1358]: Message too large (code=90) #187

Open
kriegtiger opened this issue May 8, 2023 · 0 comments
Open

Comments

@kriegtiger
Copy link

kriegtiger commented May 8, 2023

Running the docker container on a clean Debian 11 install, the download and startup process went normally. Got the client.ovpn file on my phone, imported connection without issue, and fired up immediately. On the terminal where the container is running I get nothing but these messages though:

2023-05-08 15:09:07 read UDPv4 [EMSGSIZE Path-MTU=1358]: Message too large (code=90)
2023-05-08 15:09:08 read UDPv4 [EMSGSIZE Path-MTU=1358]: Message too large (code=90)
2023-05-08 15:09:10 read UDPv4 [EMSGSIZE Path-MTU=1358]: Message too large (code=90)
2023-05-08 15:09:11 read UDPv4 [EMSGSIZE Path-MTU=1358]: Message too large (code=90)
2023-05-08 15:09:15 read UDPv4 [EMSGSIZE Path-MTU=1358]: Message too large (code=90)
2023-05-08 15:09:15 read UDPv4 [EMSGSIZE Path-MTU=1358]: Message too large (code=90)
2023-05-08 15:09:15 read UDPv4 [EMSGSIZE Path-MTU=1358]: Message too large (code=90)
2023-05-08 15:09:15 read UDPv4 [EMSGSIZE Path-MTU=1358]: Message too large (code=90)

I have done a quick google and it indicates this can be fixed with 'fragment' and 'mssfix' options but I am uncertain where/how to implement them for this setup. Also, I tested the MTU size for the docker host to the gateway system and it's 1472 (+28 = a proper 1500) so I'm not sure where the 1358 is coming from and erroring out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant