UDP port 443 is not forwarded in the documentation for the external relay, leading to QUIC not working #6235
Unanswered
fuomag9
asked this question in
Issue Triage
Replies: 1 comment
|
Hi, Thanks for the clear report — verified this against the relay source. The relay serves WebSocket over TCP and QUIC over UDP on the same default Opened a PR fixing the docs: It adds '443:443/udp' to the compose example and lists 443/udp in the firewall |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Before posting
Affected area
Documentation
Deployment type
Self-hosted - advanced/custom deployment
Operating system or environment
Linux
NetBird version and upgrade status
not relevant
Did this work before?
Not sure
Regression details
No response
Summary
https://docs.netbird.io/selfhosted/maintenance/scaling/set-up-external-relays#alternative-tls-with-existing-certificates is not forwarding the udp port in the docker-compose.yml section. By default docker will only forward the tcp port https://stackoverflow.com/a/60061893
Current behavior
By default docker will only forward the tcp port if used like in the docs
Expected behavior
Udp port should also be forwarded to allow for QUIC usage on relays
Steps to reproduce
open https://docs.netbird.io/selfhosted/maintenance/scaling/set-up-external-relays#alternative-tls-with-existing-certificates
read the docs
Environment and topology
not relevant
Self-hosted details, if available
not relevant
Logs, status output, or debug evidence
Related issues or discussions
No response
Impact
No response
Additional context
No response
All reactions