linuxserver / docker-unifi-controller

GNU General Public License v3.0
899 stars 125 forks source link

All TURN channel bindings failed, bind request 403 Forbidden IP #101

Closed ctrlbrk42 closed 2 years ago

ctrlbrk42 commented 3 years ago

I am getting these TURN errors and binding failures, not sure why or how to resolve.

Log:

Brought to you by linuxserver.io
-------------------------------------

To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------

User uid:    1000
User gid:    1000
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 20-config: executing...
[cont-init.d] 20-config: exited 0.
[cont-init.d] 30-keygen: executing...
[cont-init.d] 30-keygen: exited 0.
[cont-init.d] 90-custom-folders: executing...
[cont-init.d] 90-custom-folders: exited 0.
[cont-init.d] 99-custom-scripts: executing...
[custom-init] no custom files found exiting...
[cont-init.d] 99-custom-scripts: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
:0 Permanent error code on channel bind request: 403 - Forbidden IP
:0 Permanent error code on channel bind request: 403 - Forbidden IP
:0 All TURN channel bindings failed
:0 Invalid channel id: a0001; SID: 0x0001; _maxSctpChannels: 0x0400
:0 SSL_read permanently failed: (6)
:0 Unable to do SSL I/O
:0 webRtcId 1 terminated with code: (-2147090409) WebRTC connection interrupted from far side
:0 STUN id:   4; fd: 266 172.19.0.2:35848 -> 100.89.47.243:41955 (eth0) DTLS id: 0 () (PEER) timed out
:0 All TURN channel bindings failed
:0 Permanent error code on channel bind request: 403 - Forbidden IP
:0 All TURN channel bindings failed
:0 Permanent error code on channel bind request: 403 - Forbidden IP

Here is my docker compose:

    unifi:
        image: ghcr.io/linuxserver/unifi-controller
        hostname: unifi
        container_name: unifi
        ports:
            - 192.168.2.14:80:3001
        environment:
            TZ: America/Guayaquil
            PUID: 1000
            PGID: 1000
#           MEM_LIMIT: 4096M    # optional
#           MEM_STARTUP: 2048M  # optional
        labels:
          - "com.centurylinklabs.watchtower.enable=true"
        volumes:
          - /root/docker/unifi/config:/config
        ports:
          - 3478:3478/udp
          - 10001:10001/udp
          - 8080:8080
          - 8443:8443
          - 1900:1900/udp       # optional
          - 8843:8843           # optional
          - 8880:8880           # optional
          - 6789:6789           # optional
          - 5514:5514/udp       # optional
        restart: always
github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

drahdiwaberl commented 3 years ago

might not be a linuxserver-thing - got this with jacobalberty/unifi:latest-data-5 on qnap as well ..

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

j0nnymoe commented 2 years ago

Closing as this seemed to be a host related issue rather than container issue.