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

UDP port forwarding not working on Windows with network tunnel enabled #6821

Open
segevfiner opened this issue May 5, 2024 · 2 comments
Open
Assignees

Comments

@segevfiner
Copy link

Actual Behavior

With the network tunnel enabled host-switch listens for TCP even when exposing a UDP port from a container. Without it enabled wslrelay.exe doesn't listen at all on UDP ports.

Steps to Reproduce

Any container with -p 1234:1234/udp

Result

host-switch listens for TCP on the exposed port instead of UDP.

Expected Behavior

It should listen and forward UDP correctly.

Additional Information

No response

Rancher Desktop Version

1.13.1

Rancher Desktop K8s Version

1.29.4

Which container engine are you using?

moby (docker cli)

What operating system are you using?

Windows

Operating System / Build Version

Windows 11 Pro 10.0.22631

What CPU architecture are you using?

x64

Linux only: what package format did you use to install Rancher Desktop?

None

Windows User Only

N/A

@segevfiner segevfiner added the kind/bug Something isn't working label May 5, 2024
@Nino-K Nino-K self-assigned this May 6, 2024
@Nino-K
Copy link
Member

Nino-K commented May 6, 2024

The UDP is not supported currently, however, this is something that I will look into after our current release since I know that the upstream library that we are using may have done some work to support this.

@Nino-K Nino-K added kind/enhancement New feature or request platform/windows area/networking and removed kind/bug Something isn't working labels May 6, 2024
@segevfiner
Copy link
Author

P.S. I also tried WSL mirrored networking mode, but Rancher Desktop won't start in that mode #6665

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

No branches or pull requests

2 participants