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

Enable use with CISCO VPN / allow specification of MTU size #738

Open
crkurz opened this issue Nov 5, 2024 · 0 comments
Open

Enable use with CISCO VPN / allow specification of MTU size #738

crkurz opened this issue Nov 5, 2024 · 0 comments
Labels
enhancement 🎉 New feature or request

Comments

@crkurz
Copy link

crkurz commented Nov 5, 2024

What is the new feature about?

Default MTU=1340 in /wg0.conf in cargo container causes reproducible packet drops when WireGuard connection data is transported over CISCO VPN connection.

gefyra-client should allow overriding MTU size, either on gefyra-cli-create or on gefyra-con-con or both.

Defining on gefyra-cli-create might be best, as this is an admin activity and gefyra admin would know about such MTU requirements (unlike the (many) gefyra users)

Why would such a feature be important to you?

Gefyra is not usable with default MTU on Mac when using CISCO VPN

Anything else we need to know?

Veeery tough to diagnose issue

temp work-around in cargo container:

  1. change MTU=1200 in /config/wg0.conf
  2. wg-quick down /config/wg0.conf
  3. wg-quick up /config/wg0.conf
@SteinRobert SteinRobert added the enhancement 🎉 New feature or request label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🎉 New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants