## TURN service validation Install package coturn (and stop and disable the service if unneeded). Simple test anonymous insecure STUN service: turnutils_stunclient -f turn1.debian.net (seems that if it hangs, it is the server offering a bogus secondary IP) Test anonymous insecure STUN service (udp and tcp: turnutils_uclient turn1.debian.net -y turnutils_uclient turn1.debian.net -t -y (check for packet loss) Alternatives STUN/TURN validation: STUN/TURN validation service: Public STUN/TURN services: https://github.com/DamonOehlman/freeice#current-list-of-servers Nice explanation of turnutils_stunclient: ## TURN service REST interface