-
Notifications
You must be signed in to change notification settings - Fork 380
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 tunnel not work #380
Comments
It's a bug, when running v10.1.16 UDP does not work, installed 9.7.4 and UDP works again. Tested this with a Windows client and an Ubuntu host and tunneling Wireguard data. |
Thanks for the reminder. I tried it, and version 9.7.4 works fine. |
Hello, I am busy with familly affairs at the moment, so i am going to take a look at a later time. Does the bug only happens with reverse tunnel ? |
It's ok for me on v10.1.6 After starting the wstunnels. You should get the message on pc_1 |
Did you use the forward tunnel or reverse tunnel? I found that only reverse tunnel does not work. |
Reverse. Ubuntu 24.04 on both. In your screen shots you're missing the bits to the right. It's best to copy and paste from the screen instead of doing screen shots. Another thing to try is on pc_1 run See if anything is being sent or received. |
Correctly set the correct destination in the udp connector
Should be fixed in the latest release Let me know if it is not the case |
I tried, the bug is fixed in v10.1.7. |
Describe the goal
Test udp tunnel by wstunnel
Describe what does not work
Has a UDP server with port 9999. Run the wstunnel client and perform remote port forwarding.
As a wstunnel server, IP is 172.29.7.73.
Failed to communicate with the UDP server on 127.0.0.1:10000 on pc_2.
Describe your wstunnel setup
wstunnel client -R udp://10000:127.0.0.1:9999 ws://172.29.7.73:12345
wstunnel server ws://0.0.0.0:12345
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: