opendut icon indicating copy to clipboard operation
opendut copied to clipboard

Slow network speeds when communicating via TURN server

Open mbfm opened this issue 11 months ago • 2 comments

We currently experience very slow network speeds when communication is relayed by the TURN server.

This may be caused by #270.

mbfm avatar Jan 07 '25 09:01 mbfm

NetBird has integrated a new WebSocket-based implementation for the relay, which may resolve this problem (and would also be preferable for firewall clearances, since it only needs Port 443): https://netbird.io/knowledge-hub/october-newsletter

Tasks:

  • [ ] Update https://github.com/eclipse-opendut/netbird-fork to the newest commit from the official NetBird repository
    • Merge the Protobuf file with the additional MTU field. Make sure to increment the number for the MTU field, so there are no conflicts.
  • [ ] Update https://github.com/eclipse-opendut/netbird-build by looking at the GitHub workflows in the official NetBird repository
  • [ ] Increment the NetBird versions in the openDuT repository
  • [ ] Add the new relay server to the LocalEnv and TestEnv deployment code.
  • [ ] Check the docker-compose file in the official NetBird repository for changes compared to our LocalEnv/TestEnv docker-compose file.
  • [ ] Remove coturn from the openDuT deployment code.

mbfm avatar Jun 03 '25 11:06 mbfm

Version update done by story #378

mplicht avatar Sep 12 '25 08:09 mplicht