-
Notifications
You must be signed in to change notification settings - Fork 189
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
Unable to connect to server using UDP #195
Comments
Can you check your firewall settings to see if you might be blocking UDP traffic? |
I tested using iperf3 in UDP mode as well as with ksdn117/tcp-udp-test and it works so I assume UDP is not blocked.
Also i can see in traefik logs that a UDP connection is trying to be established |
Could it be because quay.io/outline/shadowbox:stable container does not properly forward UDP to the underlying outline-ss-server container? |
Shadowbox should work for UDP. Did you test the ingress and egress for UDP on your VPS? |
Hi there, We're closing this issue due to inactivity. We haven't heard back from you in a while, and aim to keep our issue tracker organized. If you're still experiencing this problem or have any additional information to share, please feel free to reopen this issue or create a new one. Thank you for your understanding! |
Setting up my own outline server I stumbled upon an issue with connecting to the server via UDP traffic.
When the server boots up i can see that it is listening for connection with both tcp and udp on same port.
However, if disallow tcp traffic and only allow udp, the client won't be able to connect at all.
I am 100% certain this is not a configuration issue on my side as I have deployed a container to test udp connectivity and it works. (Using exact configuration as showcased below)
Maybe I am missing something and outline is not meant to connect using UDP or using UDP at all. (Which is a bit misleading then)
In my proxy(traefik) I can see that the stream gets forwarded but the connection does not get established
Below is my full k8s configuration:
Traefik Deployment
Traefik Service
Outline Deployment
Outline Service
Outline IngressRouteUDP
Uncommenting everything and adding IngressRouteTCP makes it work again but using TCP, but thats not the point since I am trying to make UDP work aswell.
It is also pretty hard to debug this sort of stuff as I have not found a way to enable more detailed logging on the ss-server
Any help would be much appriciated)
The text was updated successfully, but these errors were encountered: