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

Fix TURN server configuration for TURN servers behind NAT gateways #588

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 5, 2023

  1. Fix TURN server configuration for TURN servers behind NAT gateways

    Commit 1b19b0 (Updated for installing coturn on 20.04 - Jan 17 2021) added
    coturn configuration options (listening-ip, relay-ip, external-ip) that
    aren't properly set if the TURN server is behind a NAT gateway.
    
    In the NAT case, both listening-ip (the address the TURN server binds to)
    and relay-ip (the address the TURN server transmits on) should be the
    private IP address.
    
    If listening-ip and relay-ip are improperly set to the external IP address,
    then we get error messages (like those reported on Issue bigbluebutton#577) that the
    TURN server can't bind to the public IP address.
    
    Fixes and closes Issue bigbluebutton#577.
    BrentBaccala committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    073e9bd View commit details
    Browse the repository at this point in the history