Hi Team,
Recently I have installed coturn server on Microsoft Azure ubuntu 20.4 server using the script .
But I am getting error
0: Relay ports initialization done
0: IO method (general relay thread): epoll (with changelist)
0: turn server id=0 created
bind: Cannot assign requested address
0: Trying to bind fd 12 to <xx:3478>: errno=99
Cannot bind local socket to addr: Cannot assign requested address
0: Cannot bind TLS/TCP listener socket to addr xx:3478
0: Trying to bind TLS/TCP listener socket to addr xx:3478, again...
0: IO method (general relay thread): epoll (with changelist)
0: turn server id=1 created
bind: Cannot assign requested address
0: Trying to bind fd 17 to <xx:3478>: errno=99
Cannot bind local socket to addr: Cannot assign requested address
0: Cannot bind DTLS/UDP listener socket to addr xx:3478
0: Trying to bind DTLS/UDP listener socket to addr xx:3478, again...
bind: Cannot assign requested address
0: Trying to bind fd 18 to <xx:3478>: errno=99
Cannot bind local socket to addr: Cannot assign requested address
0: Cannot bind TLS/TCP listener socket to addr xx:3478
0: Trying to bind TLS/TCP listener socket to addr xx:3478, again...
bind: Cannot assign requested address
Please help me with this error.