-
|
Hey, This is ok for cli deployments but I cant workout how to do it with docker. I have a docker wiredoor as a gateway to my services. Inspecting the WG config I can see that the MTU is 1420. I can change it as I am not root. Any ideas - maybe this is an option that the advance tab could support? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi @B08Z, You can globally control the MTU used by all Wiredoor clients by defining the following environment variable on the Wiredoor server container. Steps:
VPN_DEFAULT_MTU=1380This value will be propagated to all Wiredoor clients and gateways.
docker compose up -d --force-recreate wiredoor
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks so much - this has saved me a whole lot of pain! |
Beta Was this translation helpful? Give feedback.
Hi @B08Z,
You can globally control the MTU used by all Wiredoor clients by defining the following environment variable on the Wiredoor server container.
Steps:
.envfile:This value will be propagated to all Wiredoor clients and gateways.
wiredoor-gatewayclient in docker so it receives the updated configuration.