Skip to content
Discussion options

You must be logged in to vote

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:

  1. Set the environment variable on your .env file:
VPN_DEFAULT_MTU=1380

This value will be propagated to all Wiredoor clients and gateways.

  1. Recreate the wiredoor container:
docker compose up -d --force-recreate wiredoor
  1. Restart the wiredoor-gateway client in docker so it receives the updated configuration.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by B08Z
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants