From 1183a6e710cf4d0807262c5d0b2d998dde574973 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 24 Apr 2021 10:14:03 +0200 Subject: add preliminary ADMIN docs, with notes on testing STUN/TURN service --- ADMIN.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 ADMIN.md diff --git a/ADMIN.md b/ADMIN.md new file mode 100644 index 0000000..b26b7db --- /dev/null +++ b/ADMIN.md @@ -0,0 +1,38 @@ +## 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 + + -- cgit v1.2.3