Helm Port Mappings

I actually have an issue open with STUNner here.

With your queries:

  1. Yes, the call receiver is notified.
  2. No, element just says "call connecting".
  3. I switched off Wifi, disconnected from Ziti, force killed the mobile tunnel, reopened it, and reconnected.

Here is my current intercept.v1 for the internal bridge:

{
  "name": "lan-calls-intercept",
  "data": {
    "portRanges": [
      {
        "low": 32769,
        "high": 65535
      }
    ],
    "addresses": [
      "*.internal.domain.com",
      "192.168.0.0/16",
      "10.0.0.0/8"
    ],
    "protocols": [
      "tcp",
      "udp"
    ]
  },
  "tags": {}
}

And here is my current host.v1 for the internal bridge:

{
  "name": "lan-calls-host",
  "data": {
    "forwardProtocol": true,
    "forwardAddress": true,
    "forwardPort": true,
    "allowedAddresses": [
      "*.internal.domain.com",
      "192.168.0.0/16",
      "10.0.0.0/8"
    ],
    "allowedPortRanges": [
      {
        "low": 32769,
        "high": 65535
      }
    ],
    "allowedProtocols": [
      "tcp",
      "udp"
    ],
    "httpChecks": [],
    "portChecks": []
  },
  "tags": {}
}

Here is the intercept.v1 for the stun service:

{
  "name": "stunner-intercept-config",
  "data": {
    "portRanges": [
      {
        "high": 3478,
        "low": 3478
      }
    ],
    "addresses": [
      "stun.kincke.com"
    ],
    "protocols": [
      "udp"
    ]
  },
  "tags": {}
}

And here is the host.v1 for the stun service:

{
  "name": "stunner-host-config",
  "data": {
    "address": "192.168.1.xxx",
    "forwardProtocol": true,
    "forwardPort": true,
    "allowedPortRanges": [
      {
        "high": 3478,
        "low": 3478
      }
    ],
    "allowedProtocols": [
      "udp"
    ],
    "httpChecks": [],
    "portChecks": []
  },
  "tags": {}
}

Here are STUNner logs from a successful call (Mobile data ringing LAN):


22:19:26.077033 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:26.077088 server.go:63: turn DEBUG: Handling TURN packet

22:19:26.077106 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:37831

22:19:26.077240 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:26.077255 server.go:63: turn DEBUG: Handling TURN packet

22:19:26.077267 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:37831

22:19:26.077349 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:26.077366 server.go:63: turn DEBUG: Handling TURN packet

22:19:26.077382 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:37831

22:19:26.077464 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:26.077485 server.go:63: turn DEBUG: Handling TURN packet

22:19:26.077501 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:37831

22:19:26.226830 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:26.226969 server.go:63: turn DEBUG: Handling TURN packet

22:19:26.226987 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:37831

22:19:26.227113 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:26.227135 server.go:63: turn DEBUG: Handling TURN packet

22:19:26.227151 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:37831

22:19:26.600476 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:36493 on [::]:3478

22:19:26.600476 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:26.600490 server.go:63: turn DEBUG: Handling TURN packet

22:19:26.600493 server.go:63: turn DEBUG: Handling TURN packet

22:19:26.600496 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:36493

22:19:26.600508 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:37831

22:19:26.600529 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:37831

22:19:26.600542 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:26.600542 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:36493 on [::]:3478

22:19:26.600605 allocation_manager.go:116: turn DEBUG: Listening on relay address: 10.0.0.65:47336

22:19:26.600610 server.go:63: turn DEBUG: Handling TURN packet

22:19:26.600616 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:36493

22:19:26.600650 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:36493 on [::]:3478

22:19:26.600654 server.go:63: turn DEBUG: Handling TURN packet

22:19:26.600658 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:36493

22:19:26.600680 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:36493 on [::]:3478

22:19:26.600686 server.go:63: turn DEBUG: Handling TURN packet

22:19:26.600691 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:36493

22:19:26.600719 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:36493 on [::]:3478

22:19:26.600725 server.go:63: turn DEBUG: Handling TURN packet

22:19:26.600729 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:36493

22:19:26.600755 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:36493 on [::]:3478

22:19:26.600760 server.go:63: turn DEBUG: Handling TURN packet

22:19:26.600765 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:36493

22:19:26.800019 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:26.800076 server.go:63: turn DEBUG: Handling TURN packet

22:19:26.800107 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:37831

22:19:26.800166 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:37831

22:19:26.800211 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:27.358566 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:36493 on [::]:3478

22:19:27.358612 server.go:63: turn DEBUG: Handling TURN packet

22:19:27.358641 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:36493

22:19:27.358682 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:36493

22:19:27.358705 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:27.358973 allocation_manager.go:116: turn DEBUG: Listening on relay address: 10.0.0.65:56377

22:19:27.359149 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:36493 on [::]:3478

22:19:27.359175 server.go:63: turn DEBUG: Handling TURN packet

22:19:27.359188 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:36493

22:19:27.359222 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:36493

22:19:27.359265 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:27.769118 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:36493 on [::]:3478

22:19:27.769165 server.go:63: turn DEBUG: Handling TURN packet

22:19:27.769188 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:36493

22:19:27.769226 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:36493

22:19:27.769249 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:29.042480 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:59459 on [::]:3478

22:19:29.042546 server.go:63: turn DEBUG: Handling TURN packet

22:19:29.042563 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:59459

22:19:29.042717 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:59459 on [::]:3478

22:19:29.042744 server.go:63: turn DEBUG: Handling TURN packet

22:19:29.042765 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:59459

22:19:29.047546 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:59459 on [::]:3478

22:19:29.047574 server.go:63: turn DEBUG: Handling TURN packet

22:19:29.047591 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:59459

22:19:29.047630 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59459

22:19:29.047662 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:29.047827 allocation_manager.go:116: turn DEBUG: Listening on relay address: 10.0.0.65:54612

22:19:29.052763 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59459 on [::]:3478

22:19:29.052795 server.go:63: turn DEBUG: Handling TURN packet

22:19:29.052818 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59459

22:19:29.052920 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59459

22:19:29.052954 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:29.052987 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59459", peer "10.194.190.229"

22:19:29.053032 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59459" to peer 10.194.190.229: no route to endpoint

22:19:29.053054 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59459 to peer 10.194.190.229

22:19:29.062666 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59459 on [::]:3478

22:19:29.062704 server.go:63: turn DEBUG: Handling TURN packet

22:19:29.062730 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59459

22:19:29.062779 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59459

22:19:29.062814 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:29.062865 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59459", peer "10.194.190.229"

22:19:29.062890 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59459" to peer 10.194.190.229: no route to endpoint

22:19:29.062918 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59459 to peer 10.194.190.229

22:19:29.063034 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59459 on [::]:3478

22:19:29.063059 server.go:63: turn DEBUG: Handling TURN packet

22:19:29.063079 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59459

22:19:29.063119 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59459

22:19:29.063145 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:29.063182 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59459", peer "127.0.0.1"

22:19:29.063209 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59459" to peer 127.0.0.1: no route to endpoint

22:19:29.063232 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59459 to peer 127.0.0.1

22:19:29.063350 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59459 on [::]:3478

22:19:29.063373 server.go:63: turn DEBUG: Handling TURN packet

22:19:29.063395 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59459

22:19:29.063434 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59459

22:19:29.063460 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:29.063503 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59459", peer "10.0.0.4"

22:19:29.063528 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59459" to peer 10.0.0.4: no route to endpoint

22:19:29.063549 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59459 to peer 10.0.0.4

22:19:29.790981 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59459 on [::]:3478

22:19:29.791017 server.go:63: turn DEBUG: Handling TURN packet

22:19:29.791037 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59459

22:19:29.791077 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59459

22:19:29.791101 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:29.791130 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59459", peer "10.0.0.65"

22:19:29.791146 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59459" to peer 10.0.0.65: no route to endpoint

22:19:29.791171 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59459 to peer 10.0.0.65

22:19:31.700400 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:36493 on [::]:3478

22:19:31.700413 server.go:63: turn DEBUG: Handling TURN packet

22:19:31.700419 turn.go:186: turn DEBUG: Received RefreshRequest from 10.0.0.4:36493

22:19:31.700434 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:36493

22:19:31.700459 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:31.700523 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:31.700533 server.go:63: turn DEBUG: Handling TURN packet

22:19:31.700540 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:37831

22:19:31.700553 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:37831

22:19:31.700559 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:31.700568 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:37831", peer "192.168.1.101"

22:19:31.700582 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:37831" to peer 192.168.1.101: no route to endpoint

22:19:31.700588 turn.go:245: turn INFO: permission denied for client 10.0.0.4:37831 to peer 192.168.1.101

22:19:31.700619 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:31.700623 server.go:63: turn DEBUG: Handling TURN packet

22:19:31.700630 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:37831

22:19:31.700646 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:37831

22:19:31.700653 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:31.700663 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:37831", peer "192.168.1.101"

22:19:31.700667 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:37831" to peer 192.168.1.101: no route to endpoint

22:19:31.700671 turn.go:245: turn INFO: permission denied for client 10.0.0.4:37831 to peer 192.168.1.101

22:19:31.700700 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:31.700710 server.go:63: turn DEBUG: Handling TURN packet

22:19:31.700714 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:37831

22:19:31.700721 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:37831

22:19:31.700726 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:31.700750 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:37831", peer "127.0.0.1"

22:19:31.700757 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:37831" to peer 127.0.0.1: no route to endpoint

22:19:31.700762 turn.go:245: turn INFO: permission denied for client 10.0.0.4:37831 to peer 127.0.0.1

22:19:31.855512 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:31.855558 server.go:63: turn DEBUG: Handling TURN packet

22:19:31.855579 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:37831

22:19:31.855623 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:37831

22:19:31.855646 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:31.855678 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:37831", peer "10.0.0.4"

22:19:31.855694 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:37831" to peer 10.0.0.4: no route to endpoint

22:19:31.855710 turn.go:245: turn INFO: permission denied for client 10.0.0.4:37831 to peer 10.0.0.4

22:19:31.855892 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:31.855916 server.go:63: turn DEBUG: Handling TURN packet

22:19:31.855936 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:37831

22:19:31.855978 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:37831

22:19:31.856005 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:31.856115 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:37831", peer "10.0.0.65"

22:19:31.856142 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:37831" to peer 10.0.0.65: no route to endpoint

22:19:31.856158 turn.go:245: turn INFO: permission denied for client 10.0.0.4:37831 to peer 10.0.0.65

22:19:31.958806 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:31.958943 server.go:63: turn DEBUG: Handling TURN packet

22:19:31.958981 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:37831

22:19:31.959095 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:37831

22:19:31.959137 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:31.959170 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:37831", peer "192.168.1.101"

22:19:31.959191 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:37831" to peer 192.168.1.101: no route to endpoint

22:19:31.959214 turn.go:245: turn INFO: permission denied for client 10.0.0.4:37831 to peer 192.168.1.101

22:19:31.959360 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:31.959388 server.go:63: turn DEBUG: Handling TURN packet

22:19:31.959413 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:37831

22:19:31.959448 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:37831

22:19:31.959473 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:31.959524 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:37831", peer "192.168.1.101"

22:19:31.959542 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:37831" to peer 192.168.1.101: no route to endpoint

22:19:31.959581 turn.go:245: turn INFO: permission denied for client 10.0.0.4:37831 to peer 192.168.1.101

22:19:31.959700 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:31.959722 server.go:63: turn DEBUG: Handling TURN packet

22:19:31.959741 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:37831

22:19:31.959802 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:37831

22:19:31.959835 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:31.959897 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:37831", peer "127.0.0.1"

22:19:31.959920 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:37831" to peer 127.0.0.1: no route to endpoint

22:19:31.959944 turn.go:245: turn INFO: permission denied for client 10.0.0.4:37831 to peer 127.0.0.1

22:19:31.960121 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:31.960147 server.go:63: turn DEBUG: Handling TURN packet

22:19:31.960170 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:37831

22:19:31.960215 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:37831

22:19:31.960244 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:31.960284 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:37831", peer "10.0.0.4"

22:19:31.960308 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:37831" to peer 10.0.0.4: no route to endpoint

22:19:31.960330 turn.go:245: turn INFO: permission denied for client 10.0.0.4:37831 to peer 10.0.0.4

22:19:32.235104 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:32.235129 server.go:63: turn DEBUG: Handling TURN packet

22:19:32.235138 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:37831

22:19:32.235151 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:37831

22:19:32.235158 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:32.235166 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:37831", peer "10.0.0.65"

22:19:32.235170 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:37831" to peer 10.0.0.65: no route to endpoint

22:19:32.235174 turn.go:245: turn INFO: permission denied for client 10.0.0.4:37831 to peer 10.0.0.65

22:19:36.627254 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:36.627269 server.go:63: turn DEBUG: Handling TURN packet

22:19:36.627276 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:37831

22:19:36.759984 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:36.760026 server.go:63: turn DEBUG: Handling TURN packet

22:19:36.760049 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:37831

22:19:37.957432 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:37831 on [::]:3478

22:19:37.957446 server.go:63: turn DEBUG: Handling TURN packet

22:19:37.957452 turn.go:186: turn DEBUG: Received RefreshRequest from 10.0.0.4:37831

22:19:37.957465 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:37831

22:19:37.957472 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:19:39.047942 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:59459 on [::]:3478

22:19:39.047980 server.go:63: turn DEBUG: Handling TURN packet

22:19:39.047997 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:59459

22:19:39.054796 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:59459 on [::]:3478

22:19:39.054826 server.go:63: turn DEBUG: Handling TURN packet

22:19:39.054867 turn.go:186: turn DEBUG: Received RefreshRequest from 10.0.0.4:59459

22:19:39.054911 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59459

22:19:39.054943 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

Here are STUNner logs from an unsuccessful call (Mobile data ringing mobile data):


22:22:02.935587 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:02.936241 server.go:63: turn DEBUG: Handling TURN packet

22:22:02.936266 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:59923

22:22:02.938267 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:02.938273 server.go:63: turn DEBUG: Handling TURN packet

22:22:02.938276 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:59923

22:22:02.938936 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:02.938941 server.go:63: turn DEBUG: Handling TURN packet

22:22:02.938944 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:59923

22:22:02.939001 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:02.939006 server.go:63: turn DEBUG: Handling TURN packet

22:22:02.939010 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:59923

22:22:02.939042 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:47575 on [::]:3478

22:22:02.939046 server.go:63: turn DEBUG: Handling TURN packet

22:22:02.939048 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:47575

22:22:02.939076 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:47575 on [::]:3478

22:22:02.939082 server.go:63: turn DEBUG: Handling TURN packet

22:22:02.939086 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:47575

22:22:02.939105 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:47575 on [::]:3478

22:22:02.939111 server.go:63: turn DEBUG: Handling TURN packet

22:22:02.939115 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:47575

22:22:02.939136 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:47575 on [::]:3478

22:22:02.939140 server.go:63: turn DEBUG: Handling TURN packet

22:22:02.939142 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:47575

22:22:03.015052 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:03.015093 server.go:63: turn DEBUG: Handling TURN packet

22:22:03.015109 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:59923

22:22:03.015100 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:47575 on [::]:3478

22:22:03.015147 server.go:63: turn DEBUG: Handling TURN packet

22:22:03.015176 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:47575

22:22:03.015228 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:03.015246 server.go:63: turn DEBUG: Handling TURN packet

22:22:03.015271 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:59923

22:22:03.015359 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:47575 on [::]:3478

22:22:03.015386 server.go:63: turn DEBUG: Handling TURN packet

22:22:03.015405 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:47575

22:22:03.424776 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:47575 on [::]:3478

22:22:03.424823 server.go:63: turn DEBUG: Handling TURN packet

22:22:03.424890 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:47575

22:22:03.426264 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:47575

22:22:03.426695 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:03.428195 allocation_manager.go:116: turn DEBUG: Listening on relay address: 10.0.0.65:46649

22:22:03.428247 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:03.428259 server.go:63: turn DEBUG: Handling TURN packet

22:22:03.428267 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:59923

22:22:03.428275 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59923

22:22:03.428285 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:03.428318 allocation_manager.go:116: turn DEBUG: Listening on relay address: 10.0.0.65:39075

22:22:03.806421 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:47575 on [::]:3478

22:22:03.806436 server.go:63: turn DEBUG: Handling TURN packet

22:22:03.806445 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:47575

22:22:03.806459 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:47575

22:22:03.806467 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:03.806522 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:03.806528 server.go:63: turn DEBUG: Handling TURN packet

22:22:03.806531 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:59923

22:22:03.806537 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59923

22:22:03.806542 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:07.304562 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:47575 on [::]:3478

22:22:07.304588 server.go:63: turn DEBUG: Handling TURN packet

22:22:07.304597 turn.go:186: turn DEBUG: Received RefreshRequest from 10.0.0.4:47575

22:22:07.304622 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:47575

22:22:07.304638 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:07.958093 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:07.958110 server.go:63: turn DEBUG: Handling TURN packet

22:22:07.958116 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:41144

22:22:07.958159 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:07.958166 server.go:63: turn DEBUG: Handling TURN packet

22:22:07.958170 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:41144

22:22:07.958205 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:07.958211 server.go:63: turn DEBUG: Handling TURN packet

22:22:07.958216 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:41144

22:22:07.958238 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:07.958244 server.go:63: turn DEBUG: Handling TURN packet

22:22:07.958248 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:41144

22:22:07.958276 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:07.958282 server.go:63: turn DEBUG: Handling TURN packet

22:22:07.958286 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:41144

22:22:07.958307 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:07.958313 server.go:63: turn DEBUG: Handling TURN packet

22:22:07.958317 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:41144

22:22:07.958344 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:07.958348 server.go:63: turn DEBUG: Handling TURN packet

22:22:07.958350 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:41144

22:22:07.958368 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:07.958373 server.go:63: turn DEBUG: Handling TURN packet

22:22:07.958376 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:41144

22:22:08.456608 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:08.456624 server.go:63: turn DEBUG: Handling TURN packet

22:22:08.456659 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59923

22:22:08.456672 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59923

22:22:08.456678 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:08.456702 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59923", peer "10.27.208.40"

22:22:08.457080 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59923" to peer 10.27.208.40: no route to endpoint

22:22:08.457098 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59923 to peer 10.27.208.40

22:22:08.457180 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:08.457184 server.go:63: turn DEBUG: Handling TURN packet

22:22:08.457187 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59923

22:22:08.457194 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59923

22:22:08.457200 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:08.457208 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59923", peer "10.27.208.40"

22:22:08.457212 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59923" to peer 10.27.208.40: no route to endpoint

22:22:08.457214 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59923 to peer 10.27.208.40

22:22:08.457238 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:08.457243 server.go:63: turn DEBUG: Handling TURN packet

22:22:08.457248 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59923

22:22:08.457256 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59923

22:22:08.457261 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:08.457270 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59923", peer "127.0.0.1"

22:22:08.457275 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59923" to peer 127.0.0.1: no route to endpoint

22:22:08.457280 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59923 to peer 127.0.0.1

22:22:08.625118 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:08.625130 server.go:63: turn DEBUG: Handling TURN packet

22:22:08.625135 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:41144

22:22:08.625146 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:41144

22:22:08.625152 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:08.625194 allocation_manager.go:116: turn DEBUG: Listening on relay address: 10.0.0.65:48495

22:22:08.625262 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:08.625267 server.go:63: turn DEBUG: Handling TURN packet

22:22:08.625272 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:41144

22:22:08.625280 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:41144

22:22:08.625286 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:08.664595 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:08.664610 server.go:63: turn DEBUG: Handling TURN packet

22:22:08.664625 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59923

22:22:08.664643 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59923

22:22:08.664651 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:08.664661 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59923", peer "10.27.208.40"

22:22:08.664666 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59923" to peer 10.27.208.40: no route to endpoint

22:22:08.664669 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59923 to peer 10.27.208.40

22:22:08.664709 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:08.664716 server.go:63: turn DEBUG: Handling TURN packet

22:22:08.664720 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59923

22:22:08.664728 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59923

22:22:08.664734 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:08.664746 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59923", peer "10.27.208.40"

22:22:08.664754 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59923" to peer 10.27.208.40: no route to endpoint

22:22:08.664759 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59923 to peer 10.27.208.40

22:22:08.664790 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:08.664797 server.go:63: turn DEBUG: Handling TURN packet

22:22:08.664802 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59923

22:22:08.664814 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59923

22:22:08.664820 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:08.664829 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59923", peer "127.0.0.1"

22:22:08.664846 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59923" to peer 127.0.0.1: no route to endpoint

22:22:08.664852 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59923 to peer 127.0.0.1

22:22:08.825126 server.go:38: turn DEBUG: Received 132 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:08.825138 server.go:63: turn DEBUG: Handling TURN packet

22:22:08.825144 turn.go:274: turn DEBUG: Received SendIndication from 10.0.0.4:59923

22:22:08.825393 server.go:229: turn ERROR: Failed to handle datagram: failed to handle Send-indication from 10.0.0.4:59923: unable to handle send-indication, no permission added: 127.0.0.1:58059

22:22:09.027140 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:09.027162 server.go:63: turn DEBUG: Handling TURN packet

22:22:09.027170 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:41144

22:22:09.027188 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:41144

22:22:09.027197 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:09.027209 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:41144", peer "10.194.190.229"

22:22:09.027216 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:41144" to peer 10.194.190.229: no route to endpoint

22:22:09.027220 turn.go:245: turn INFO: permission denied for client 10.0.0.4:41144 to peer 10.194.190.229

22:22:09.092286 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:09.092302 server.go:63: turn DEBUG: Handling TURN packet

22:22:09.092313 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:41144

22:22:09.092329 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:41144

22:22:09.092337 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:09.092346 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:41144", peer "10.194.190.229"

22:22:09.092352 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:41144" to peer 10.194.190.229: no route to endpoint

22:22:09.092356 turn.go:245: turn INFO: permission denied for client 10.0.0.4:41144 to peer 10.194.190.229

22:22:09.092399 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:09.092406 server.go:63: turn DEBUG: Handling TURN packet

22:22:09.092412 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:41144

22:22:09.092421 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:41144

22:22:09.092426 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:09.092433 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:41144", peer "127.0.0.1"

22:22:09.092437 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:41144" to peer 127.0.0.1: no route to endpoint

22:22:09.092441 turn.go:245: turn INFO: permission denied for client 10.0.0.4:41144 to peer 127.0.0.1

22:22:09.092468 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:09.092474 server.go:63: turn DEBUG: Handling TURN packet

22:22:09.092480 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:41144

22:22:09.092488 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:41144

22:22:09.092493 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:09.092501 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:41144", peer "10.0.0.4"

22:22:09.092507 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:41144" to peer 10.0.0.4: no route to endpoint

22:22:09.092514 turn.go:245: turn INFO: permission denied for client 10.0.0.4:41144 to peer 10.0.0.4

22:22:09.092541 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:09.092547 server.go:63: turn DEBUG: Handling TURN packet

22:22:09.092553 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:41144

22:22:09.092564 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:41144

22:22:09.092570 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:09.092580 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:41144", peer "10.0.0.65"

22:22:09.092587 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:41144" to peer 10.0.0.65: no route to endpoint

22:22:09.092593 turn.go:245: turn INFO: permission denied for client 10.0.0.4:41144 to peer 10.0.0.65

22:22:09.092625 server.go:38: turn DEBUG: Received 132 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:09.092632 server.go:63: turn DEBUG: Handling TURN packet

22:22:09.092637 turn.go:274: turn DEBUG: Received SendIndication from 10.0.0.4:41144

22:22:09.092656 server.go:229: turn ERROR: Failed to handle datagram: failed to handle Send-indication from 10.0.0.4:41144: unable to handle send-indication, no permission added: 127.0.0.1:33008

22:22:09.206686 server.go:38: turn DEBUG: Received 132 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:09.206733 server.go:63: turn DEBUG: Handling TURN packet

22:22:09.206776 turn.go:274: turn DEBUG: Received SendIndication from 10.0.0.4:41144

22:22:09.206832 server.go:229: turn ERROR: Failed to handle datagram: failed to handle Send-indication from 10.0.0.4:41144: unable to handle send-indication, no permission added: 10.194.190.229:47085

22:22:09.206958 server.go:38: turn DEBUG: Received 132 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:09.206978 server.go:63: turn DEBUG: Handling TURN packet

22:22:09.206997 turn.go:274: turn DEBUG: Received SendIndication from 10.0.0.4:41144

22:22:09.207039 server.go:229: turn ERROR: Failed to handle datagram: failed to handle Send-indication from 10.0.0.4:41144: unable to handle send-indication, no permission added: 10.194.190.229:60682

22:22:09.207091 server.go:38: turn DEBUG: Received 132 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:09.207111 server.go:63: turn DEBUG: Handling TURN packet

22:22:09.207130 turn.go:274: turn DEBUG: Received SendIndication from 10.0.0.4:41144

22:22:09.207164 server.go:229: turn ERROR: Failed to handle datagram: failed to handle Send-indication from 10.0.0.4:41144: unable to handle send-indication, no permission added: 10.0.0.4:59923

22:22:09.293657 server.go:38: turn DEBUG: Received 132 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:09.293701 server.go:63: turn DEBUG: Handling TURN packet

22:22:09.293726 turn.go:274: turn DEBUG: Received SendIndication from 10.0.0.4:41144

22:22:09.293773 server.go:229: turn ERROR: Failed to handle datagram: failed to handle Send-indication from 10.0.0.4:41144: unable to handle send-indication, no permission added: 10.0.0.65:39075

22:22:09.293816 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:09.293896 server.go:63: turn DEBUG: Handling TURN packet

22:22:09.293921 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:41144

22:22:09.293962 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:41144

22:22:09.293989 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:09.294018 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:41144", peer "10.194.190.229"

22:22:09.294036 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:41144" to peer 10.194.190.229: no route to endpoint

22:22:09.294054 turn.go:245: turn INFO: permission denied for client 10.0.0.4:41144 to peer 10.194.190.229

22:22:09.294176 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:09.294192 server.go:63: turn DEBUG: Handling TURN packet

22:22:09.294204 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:41144

22:22:09.294229 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:41144

22:22:09.294253 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:09.294288 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:41144", peer "10.194.190.229"

22:22:09.294310 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:41144" to peer 10.194.190.229: no route to endpoint

22:22:09.294336 turn.go:245: turn INFO: permission denied for client 10.0.0.4:41144 to peer 10.194.190.229

22:22:09.409940 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:09.409963 server.go:63: turn DEBUG: Handling TURN packet

22:22:09.409975 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:41144

22:22:09.409994 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:41144

22:22:09.410002 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:09.410015 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:41144", peer "127.0.0.1"

22:22:09.410026 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:41144" to peer 127.0.0.1: no route to endpoint

22:22:09.410032 turn.go:245: turn INFO: permission denied for client 10.0.0.4:41144 to peer 127.0.0.1

22:22:09.410081 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:09.410089 server.go:63: turn DEBUG: Handling TURN packet

22:22:09.410096 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:41144

22:22:09.410115 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:41144

22:22:09.410126 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:09.410139 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:41144", peer "10.0.0.4"

22:22:09.410149 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:41144" to peer 10.0.0.4: no route to endpoint

22:22:09.410158 turn.go:245: turn INFO: permission denied for client 10.0.0.4:41144 to peer 10.0.0.4

22:22:09.410204 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:09.410213 server.go:63: turn DEBUG: Handling TURN packet

22:22:09.410222 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:41144

22:22:09.410238 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:41144

22:22:09.410249 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:09.410263 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:41144", peer "10.0.0.65"

22:22:09.410273 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:41144" to peer 10.0.0.65: no route to endpoint

22:22:09.410281 turn.go:245: turn INFO: permission denied for client 10.0.0.4:41144 to peer 10.0.0.65

22:22:10.413185 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:10.413211 server.go:63: turn DEBUG: Handling TURN packet

22:22:10.413236 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59923

22:22:10.413249 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59923

22:22:10.413254 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:10.413261 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59923", peer "10.0.0.4"

22:22:10.413265 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59923" to peer 10.0.0.4: no route to endpoint

22:22:10.413268 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59923 to peer 10.0.0.4

22:22:10.784218 server.go:38: turn DEBUG: Received 132 bytes of udp from 10.0.0.4:59923 on [::]:3478

Unsuccesful continued:


22:22:10.784235 server.go:63: turn DEBUG: Handling TURN packet

22:22:10.784264 turn.go:274: turn DEBUG: Received SendIndication from 10.0.0.4:59923

22:22:10.784281 server.go:229: turn ERROR: Failed to handle datagram: failed to handle Send-indication from 10.0.0.4:59923: unable to handle send-indication, no permission added: 10.0.0.4:41144

22:22:10.784308 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:10.784311 server.go:63: turn DEBUG: Handling TURN packet

22:22:10.784314 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59923

22:22:10.784328 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59923

22:22:10.784335 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:10.784344 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59923", peer "10.0.0.4"

22:22:10.784372 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59923" to peer 10.0.0.4: no route to endpoint

22:22:10.784376 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59923 to peer 10.0.0.4

22:22:11.563285 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:11.563298 server.go:63: turn DEBUG: Handling TURN packet

22:22:11.563303 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59923

22:22:11.563337 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59923

22:22:11.563344 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:11.563354 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59923", peer "10.0.0.65"

22:22:11.563382 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59923" to peer 10.0.0.65: no route to endpoint

22:22:11.563386 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59923 to peer 10.0.0.65

22:22:11.784417 server.go:38: turn DEBUG: Received 132 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:11.784450 server.go:63: turn DEBUG: Handling TURN packet

22:22:11.784471 turn.go:274: turn DEBUG: Received SendIndication from 10.0.0.4:59923

22:22:11.784504 server.go:229: turn ERROR: Failed to handle datagram: failed to handle Send-indication from 10.0.0.4:59923: unable to handle send-indication, no permission added: 10.0.0.65:48495

22:22:11.784535 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:11.784538 server.go:63: turn DEBUG: Handling TURN packet

22:22:11.784541 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59923

22:22:11.784555 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59923

22:22:11.784565 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:11.784573 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59923", peer "10.0.0.65"

22:22:11.784593 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59923" to peer 10.0.0.65: no route to endpoint

22:22:11.784596 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59923 to peer 10.0.0.65

22:22:13.525818 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:13.525949 server.go:63: turn DEBUG: Handling TURN packet

22:22:13.525969 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:59923

22:22:13.903239 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:13.903261 server.go:63: turn DEBUG: Handling TURN packet

22:22:13.903267 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:59923

22:22:18.373263 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:18.373276 server.go:63: turn DEBUG: Handling TURN packet

22:22:18.373280 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:41144

22:22:18.768157 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:41144 on [::]:3478

22:22:18.768170 server.go:63: turn DEBUG: Handling TURN packet

22:22:18.768174 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:41144

22:22:22.891516 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:22.891534 server.go:63: turn DEBUG: Handling TURN packet

22:22:22.891540 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:57071

22:22:22.891602 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:22.891610 server.go:63: turn DEBUG: Handling TURN packet

22:22:22.891617 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:57071

22:22:22.891656 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:22.891662 server.go:63: turn DEBUG: Handling TURN packet

22:22:22.891666 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:57071

22:22:22.891693 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:22.891699 server.go:63: turn DEBUG: Handling TURN packet

22:22:22.891705 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:57071

22:22:22.891745 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:22.891758 server.go:63: turn DEBUG: Handling TURN packet

22:22:22.891765 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:57071

22:22:22.891809 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:22.891822 server.go:63: turn DEBUG: Handling TURN packet

22:22:22.891829 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:57071

22:22:23.339814 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:23.339968 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.340016 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:57071

22:22:23.340085 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:57071

22:22:23.340131 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:23.340331 allocation_manager.go:116: turn DEBUG: Listening on relay address: 10.0.0.65:42424

22:22:23.587041 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:23.587054 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.587060 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:57071

22:22:23.587070 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:57071

22:22:23.587095 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:23.737899 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:23.737912 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.737918 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:57071

22:22:23.737932 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:57071

22:22:23.737942 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:23.737954 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:57071", peer "10.194.190.229"

22:22:23.737965 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:57071" to peer 10.194.190.229: no route to endpoint

22:22:23.737972 turn.go:245: turn INFO: permission denied for client 10.0.0.4:57071 to peer 10.194.190.229

22:22:23.738019 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:23.738025 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.738030 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:57071

22:22:23.738044 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:57071

22:22:23.738051 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:23.738061 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:57071", peer "10.194.190.229"

22:22:23.738065 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:57071" to peer 10.194.190.229: no route to endpoint

22:22:23.738069 turn.go:245: turn INFO: permission denied for client 10.0.0.4:57071 to peer 10.194.190.229

22:22:23.738096 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:23.738100 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.738104 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:57071

22:22:23.738112 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:57071

22:22:23.738119 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:23.738126 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:57071", peer "127.0.0.1"

22:22:23.738131 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:57071" to peer 127.0.0.1: no route to endpoint

22:22:23.738137 turn.go:245: turn INFO: permission denied for client 10.0.0.4:57071 to peer 127.0.0.1

22:22:23.738163 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:23.738171 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.738178 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:57071

22:22:23.738188 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:57071

22:22:23.738193 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:23.738217 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:57071", peer "10.0.0.4"

22:22:23.738222 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:57071" to peer 10.0.0.4: no route to endpoint

22:22:23.738226 turn.go:245: turn INFO: permission denied for client 10.0.0.4:57071 to peer 10.0.0.4

22:22:23.805306 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:23.805319 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.805324 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59923

22:22:23.805337 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59923

22:22:23.805343 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:23.805351 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59923", peer "10.27.208.40"

22:22:23.805355 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59923" to peer 10.27.208.40: no route to endpoint

22:22:23.805358 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59923 to peer 10.27.208.40

22:22:23.805392 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:23.805396 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.805419 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59923

22:22:23.805426 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59923

22:22:23.805429 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:23.805436 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59923", peer "10.27.208.40"

22:22:23.805444 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59923" to peer 10.27.208.40: no route to endpoint

22:22:23.805448 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59923 to peer 10.27.208.40

22:22:23.805475 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:23.805479 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.805483 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59923

22:22:23.805491 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59923

22:22:23.805497 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:23.805502 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59923", peer "127.0.0.1"

22:22:23.805508 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59923" to peer 127.0.0.1: no route to endpoint

22:22:23.805513 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59923 to peer 127.0.0.1

22:22:23.974533 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:23.974558 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.974564 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:59923

22:22:23.974609 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:23.974615 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.974620 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59923

22:22:23.974649 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59923

22:22:23.974662 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:23.974679 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59923", peer "10.27.208.40"

22:22:23.974689 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59923" to peer 10.27.208.40: no route to endpoint

22:22:23.974698 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59923 to peer 10.27.208.40

22:22:23.974746 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:23.974755 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.974762 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59923

22:22:23.974776 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59923

22:22:23.974786 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:23.974799 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59923", peer "10.27.208.40"

22:22:23.974809 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59923" to peer 10.27.208.40: no route to endpoint

22:22:23.974816 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59923 to peer 10.27.208.40

22:22:23.989146 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:23.989166 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.989177 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:57071

22:22:23.989198 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:57071

22:22:23.989212 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:23.989226 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:57071", peer "10.0.0.65"

22:22:23.989235 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:57071" to peer 10.0.0.65: no route to endpoint

22:22:23.989242 turn.go:245: turn INFO: permission denied for client 10.0.0.4:57071 to peer 10.0.0.65

22:22:23.989300 server.go:38: turn DEBUG: Received 132 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:23.989310 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.989316 turn.go:274: turn DEBUG: Received SendIndication from 10.0.0.4:57071

22:22:23.989341 server.go:229: turn ERROR: Failed to handle datagram: failed to handle Send-indication from 10.0.0.4:57071: unable to handle send-indication, no permission added: 127.0.0.1:33008

22:22:23.989358 server.go:38: turn DEBUG: Received 132 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:23.989364 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.989369 turn.go:274: turn DEBUG: Received SendIndication from 10.0.0.4:57071

22:22:23.989381 server.go:229: turn ERROR: Failed to handle datagram: failed to handle Send-indication from 10.0.0.4:57071: unable to handle send-indication, no permission added: 10.194.190.229:47085

22:22:23.989394 server.go:38: turn DEBUG: Received 132 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:23.989402 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.989410 turn.go:274: turn DEBUG: Received SendIndication from 10.0.0.4:57071

22:22:23.989427 server.go:229: turn ERROR: Failed to handle datagram: failed to handle Send-indication from 10.0.0.4:57071: unable to handle send-indication, no permission added: 10.194.190.229:60682

22:22:23.989447 server.go:38: turn DEBUG: Received 132 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:23.989455 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.989462 turn.go:274: turn DEBUG: Received SendIndication from 10.0.0.4:57071

22:22:23.989504 server.go:229: turn ERROR: Failed to handle datagram: failed to handle Send-indication from 10.0.0.4:57071: unable to handle send-indication, no permission added: 10.0.0.4:59923

22:22:23.989528 server.go:38: turn DEBUG: Received 132 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:23.989535 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.989540 turn.go:274: turn DEBUG: Received SendIndication from 10.0.0.4:57071

22:22:23.989550 server.go:229: turn ERROR: Failed to handle datagram: failed to handle Send-indication from 10.0.0.4:57071: unable to handle send-indication, no permission added: 10.0.0.65:39075

22:22:23.997410 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:23.997425 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.997439 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:57071

22:22:23.997467 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:57071

22:22:23.997479 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:23.997493 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:57071", peer "10.194.190.229"

22:22:23.997507 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:57071" to peer 10.194.190.229: no route to endpoint

22:22:23.997520 turn.go:245: turn INFO: permission denied for client 10.0.0.4:57071 to peer 10.194.190.229

22:22:23.997582 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:23.997593 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.997600 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:57071

22:22:23.997617 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:57071

22:22:23.997631 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:23.997648 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:57071", peer "10.194.190.229"

22:22:23.997657 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:57071" to peer 10.194.190.229: no route to endpoint

22:22:23.997663 turn.go:245: turn INFO: permission denied for client 10.0.0.4:57071 to peer 10.194.190.229

22:22:23.997721 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:23.997734 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.997744 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:57071

22:22:23.997778 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:57071

22:22:23.997797 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:23.997816 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:57071", peer "127.0.0.1"

22:22:23.997828 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:57071" to peer 127.0.0.1: no route to endpoint

22:22:23.997849 turn.go:245: turn INFO: permission denied for client 10.0.0.4:57071 to peer 127.0.0.1

22:22:23.997943 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:23.997954 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.997971 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:57071

22:22:23.997991 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:57071

22:22:23.998005 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:23.998093 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:57071", peer "10.0.0.4"

22:22:23.998127 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:57071" to peer 10.0.0.4: no route to endpoint

22:22:23.998141 turn.go:245: turn INFO: permission denied for client 10.0.0.4:57071 to peer 10.0.0.4

22:22:23.998245 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:57071 on [::]:3478

22:22:23.998279 server.go:63: turn DEBUG: Handling TURN packet

22:22:23.998295 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:57071

22:22:23.998325 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:57071

22:22:23.998345 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:23.998364 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:57071", peer "10.0.0.65"

22:22:23.998381 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:57071" to peer 10.0.0.65: no route to endpoint

22:22:23.998394 turn.go:245: turn INFO: permission denied for client 10.0.0.4:57071 to peer 10.0.0.65

22:22:24.053356 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:24.053368 server.go:63: turn DEBUG: Handling TURN packet

22:22:24.053376 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59923

22:22:24.053392 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59923

22:22:24.053399 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:24.053432 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59923", peer "127.0.0.1"

22:22:24.053438 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59923" to peer 127.0.0.1: no route to endpoint

22:22:24.053443 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59923 to peer 127.0.0.1

22:22:24.463383 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:59923 on [::]:3478

22:22:24.463399 server.go:63: turn DEBUG: Handling TURN packet

22:22:24.463407 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:59923

22:22:25.858899 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:25.858938 server.go:63: turn DEBUG: Handling TURN packet

22:22:25.858955 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:59391

22:22:25.859096 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:25.859119 server.go:63: turn DEBUG: Handling TURN packet

22:22:25.859139 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:59391

22:22:25.859244 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:25.859278 server.go:63: turn DEBUG: Handling TURN packet

Last bit:


22:22:25.859295 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:59391

22:22:25.859373 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:25.859391 server.go:63: turn DEBUG: Handling TURN packet

22:22:25.859408 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:59391

22:22:25.859500 server.go:38: turn DEBUG: Received 20 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:25.859518 server.go:63: turn DEBUG: Handling TURN packet

22:22:25.859535 stun.go:12: turn DEBUG: Received BindingRequest from 10.0.0.4:59391

22:22:25.859635 server.go:38: turn DEBUG: Received 28 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:25.859707 server.go:63: turn DEBUG: Handling TURN packet

22:22:25.859727 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:59391

22:22:26.423964 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:26.424037 server.go:63: turn DEBUG: Handling TURN packet

22:22:26.424081 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:59391

22:22:26.424133 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59391

22:22:26.424163 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:26.424321 allocation_manager.go:116: turn DEBUG: Listening on relay address: 10.0.0.65:50545

22:22:26.793305 server.go:38: turn DEBUG: Received 168 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:26.793320 server.go:63: turn DEBUG: Handling TURN packet

22:22:26.793329 turn.go:21: turn DEBUG: Received AllocateRequest from 10.0.0.4:59391

22:22:26.793347 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59391

22:22:26.793358 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:26.795361 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:26.795373 server.go:63: turn DEBUG: Handling TURN packet

22:22:26.795381 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59391

22:22:26.795398 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59391

22:22:26.795408 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:26.795422 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59391", peer "10.27.208.40"

22:22:26.795443 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59391" to peer 10.27.208.40: no route to endpoint

22:22:26.795452 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59391 to peer 10.27.208.40

22:22:26.795492 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:26.795498 server.go:63: turn DEBUG: Handling TURN packet

22:22:26.795503 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59391

22:22:26.795515 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59391

22:22:26.795526 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:26.795548 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59391", peer "10.27.208.40"

22:22:26.795558 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59391" to peer 10.27.208.40: no route to endpoint

22:22:26.795564 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59391 to peer 10.27.208.40

22:22:26.795601 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:26.795606 server.go:63: turn DEBUG: Handling TURN packet

22:22:26.795613 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59391

22:22:26.795624 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59391

22:22:26.795631 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:26.795642 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59391", peer "127.0.0.1"

22:22:26.795648 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59391" to peer 127.0.0.1: no route to endpoint

22:22:26.795654 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59391 to peer 127.0.0.1

22:22:26.795689 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:26.795697 server.go:63: turn DEBUG: Handling TURN packet

22:22:26.795712 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59391

22:22:26.795721 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59391

22:22:26.795726 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:26.795735 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59391", peer "10.0.0.4"

22:22:26.795742 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59391" to peer 10.0.0.4: no route to endpoint

22:22:26.795749 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59391 to peer 10.0.0.4

22:22:27.043468 server.go:38: turn DEBUG: Received 132 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:27.043485 server.go:63: turn DEBUG: Handling TURN packet

22:22:27.043493 turn.go:274: turn DEBUG: Received SendIndication from 10.0.0.4:59391

22:22:27.043524 server.go:229: turn ERROR: Failed to handle datagram: failed to handle Send-indication from 10.0.0.4:59391: unable to handle send-indication, no permission added: 127.0.0.1:34917

22:22:27.043543 server.go:38: turn DEBUG: Received 132 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:27.043547 server.go:63: turn DEBUG: Handling TURN packet

22:22:27.043552 turn.go:274: turn DEBUG: Received SendIndication from 10.0.0.4:59391

22:22:27.043562 server.go:229: turn ERROR: Failed to handle datagram: failed to handle Send-indication from 10.0.0.4:59391: unable to handle send-indication, no permission added: 10.27.208.40:34781

22:22:27.043575 server.go:38: turn DEBUG: Received 132 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:27.043579 server.go:63: turn DEBUG: Handling TURN packet

22:22:27.043583 turn.go:274: turn DEBUG: Received SendIndication from 10.0.0.4:59391

22:22:27.043590 server.go:229: turn ERROR: Failed to handle datagram: failed to handle Send-indication from 10.0.0.4:59391: unable to handle send-indication, no permission added: 10.27.208.40:46955

22:22:27.043600 server.go:38: turn DEBUG: Received 132 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:27.043603 server.go:63: turn DEBUG: Handling TURN packet

22:22:27.043606 turn.go:274: turn DEBUG: Received SendIndication from 10.0.0.4:59391

22:22:27.043613 server.go:229: turn ERROR: Failed to handle datagram: failed to handle Send-indication from 10.0.0.4:59391: unable to handle send-indication, no permission added: 10.0.0.4:57071

22:22:27.043621 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:27.043625 server.go:63: turn DEBUG: Handling TURN packet

22:22:27.043630 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59391

22:22:27.043646 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59391

22:22:27.043655 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:27.043667 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59391", peer "10.27.208.40"

22:22:27.043673 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59391" to peer 10.27.208.40: no route to endpoint

22:22:27.043679 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59391 to peer 10.27.208.40

22:22:27.163560 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:27.163602 server.go:63: turn DEBUG: Handling TURN packet

22:22:27.163623 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59391

22:22:27.163664 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59391

22:22:27.163691 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:27.163720 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59391", peer "10.27.208.40"

22:22:27.163770 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59391" to peer 10.27.208.40: no route to endpoint

22:22:27.163784 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59391 to peer 10.27.208.40

22:22:27.164002 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:27.164029 server.go:63: turn DEBUG: Handling TURN packet

22:22:27.164052 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59391

22:22:27.164096 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59391

22:22:27.164123 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:27.164159 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59391", peer "127.0.0.1"

22:22:27.164184 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59391" to peer 127.0.0.1: no route to endpoint

22:22:27.164203 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59391 to peer 127.0.0.1

22:22:27.164325 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:27.164343 server.go:63: turn DEBUG: Handling TURN packet

22:22:27.164362 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59391

22:22:27.164414 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59391

22:22:27.164447 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:27.164481 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59391", peer "10.0.0.4"

22:22:27.164502 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59391" to peer 10.0.0.4: no route to endpoint

22:22:27.164523 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59391 to peer 10.0.0.4

22:22:27.911358 server.go:38: turn DEBUG: Received 172 bytes of udp from 10.0.0.4:59391 on [::]:3478

22:22:27.911371 server.go:63: turn DEBUG: Handling TURN packet

22:22:27.911377 turn.go:220: turn DEBUG: Received CreatePermission from 10.0.0.4:59391

22:22:27.911390 handlers.go:25: stunner-auth INFO: static auth request: username="stunner" realm="stun.domain.com" srcAddr=10.0.0.4:59391

22:22:27.911396 handlers.go:30: stunner-auth DEBUG: static auth request: valid username

22:22:27.911404 handlers.go:74: stunner-auth DEBUG: permission handler for listener "stunner/stunner-udp-gateway/udp-listener": client "10.0.0.4:59391", peer "10.0.0.65"

22:22:27.911409 handlers.go:91: stunner-auth DEBUG: permission denied on listener "stunner/stunner-udp-gateway/udp-listener" for client "10.0.0.4:59391" to peer 10.0.0.65: no route to endpoint

22:22:27.911412 turn.go:245: turn INFO: permission denied for client 10.0.0.4:59391 to peer 10.0.0.65

You switched to mobile data and restarted Ziti before initiating the call, correct?


From the successful call log I see stunner is listening on [::]:3478. Assuming Linux has default dual-stack config, it's listening on all IPv6 and IPv4 interface addresses.

As per stunner-host-config, the hosting Ziti tunneler is sending 3478/udp to 192.168.1.xxx address after exiting the Ziti network. That should be STUNner's IP, but from the successful call log, STUNner appears to be attached to a different LAN because it shows received packets from 10.0.0.4.

From STUNner's README:

Using STUNner a WebRTC deployment needs only two public-facing ports, one HTTPS port for signaling and a single UDP port for all your media.

This means the STUNner Ziti service's configs lack a TCP port for signaling over HTTPS.

22:22:27.043613 server.go:229: turn ERROR: Failed to handle datagram: failed to handle Send-indication from 10.0.0.4:59391: unable to handle send-indication, no permission added: 10.0.0.4:57071

This error from the unsuccessful log doesn't appear in the successful log. I'm guessing STUNner is enforcing one of its policies because it's complaining there's no permission for the client IP 10.0.0.4, which is the same IP that initiated the successful call. Did you reach any conclusions about that error? I'm unsure if it's significant.


Please confirm this is the desired system:

Two mobile devices running ZME and Matrix with permission to dial two services: stun.kincke.com acting as call broker and WebRTC over UDP relay, and a service that intercepts a wide private IP range.

Please confirm this is the desired (mal)function:

With ZME actively intercepting and either one of the two mobile devices on WiFi the Matrix call succeeds. However, if both mobile devices are on mobile data the callee is notified but the call never connects.


With the available info I'm guessing this means the wide range of private IPs in the second Ziti service is instrumental and no longer matches the peer address that is discovered by the STUN phase, i.e., STUNner is reporting a different, possibly public, peer IP that doesn't match the Ziti service.

I figured it out!
It was a service naming mismatch when I configured STUNner.
If you would like to see the details, the issue is over here

Again, thank you so much :slight_smile:

1 Like

Circling back to the traefik ingress with the controller chart when splitting the managementApi.

I did test the depreceated console chart, and it works fine behind traefik.

I suspect that something is not being respected with the managementApi.ingress block in the latest console chart.

Let me know if you get stuck on that because I have sample values for a separated management API with Traefik's Gateway mode (link to threadpost with two examples: Traefik TLS passthrough with Traefik CRDs and TLS passthrough with Gateway API). The Ziti controller chart's optional ingress values will not work with Traefik because Traefik doesn't support TLS passthrough for Ingress resources, and that's required for nearly all use cases involving Ziti's TLS listeners.

I got it sorted! Thank you for the insight :slight_smile:

I did need to specify a different containerPort for the managementApi.

The winning combination was this:

managementApi:
  # -- cluster service target port on the container
  containerPort: 1281
  # -- global DNS name by which routers can resolve a reachable IP for this service
  advertisedHost: zac.domain.com
  # -- cluster service, node port, load balancer, and ingress port
  advertisedPort: 443

I used that with traefik's IngressRouteTCP CRD.

At this point, the only lingering thing is, how can I use my ClusterIssuer to have a letsencrypt certificate for the ZAC?

I did notice that I cannot access the ZAC via a ziti service, only via LAN.

I created a service pointing to the traefik IP address as I have done for all the rest of my services.
Is there something special that I need to do for the ZAC?

Also, is there a recommended way to have the ZAC automatically upgrade HTTP connections to HTTPS?

Actually, I got the ziti service working. It functions properly if I only use port 443, not including port 80.

Yes. In summary, you successfully configured the controller to have separate container ports and Traefik TCP routes for the Ziti client and management APIs. Next you wish to configure a trusted cert for the Ziti console that is hosted on the same port as the management API.

webBindingPki:
  altServerCerts:
    - mode: certManager
      secretName: ziti-controller-alt-server-cert1
      dnsNames:
        - console.ziti.example.com
      issuerRef:
        group: cert-manager.io
        kind: ClusterIssuer
        name: dns01-issuer-ziti-example-com
      mountPath: /etc/ziti/alt-server-cert

This will make the trusted cert available on the management API port. The dnsNames must resolve to the external IP where you have published it with Traefik because Traefik must match the ClientHello server name on the request to route it to Ziti, and Ziti must match the server name too to present the correct certificate to your web browser.

As for upgrading to HTTPS, Ziti only listens with TLS and never without for the core control and edge and fabric ports, so you would need a load balancer configured to redirect HTTP requests to HTTPS.

This assumes you have declared a cluster issuer named like dns01-issuer-ziti-example-com. You could use an HTTP solver instead of a DNS solver if you are binding a trusted certificate for a public Traefik TCP route.

Thank you for all of the information :slight_smile:

I just tried the webBindingPki block, and it does create the certificate, but it is not using it.

Inspecting the certificate in a browser shows that the console is using the ziti-controller-web-identity certificate.

You navigated to the console after adding an alternative server cert spec to the controller's web identity, but you encountered the default web server cert instead of the new alt server cert you added to the web identity's input values.

Did you navigate to the console with the new name you specified for the alternative server cert, e.g., console.ziti.example.com?

The Ziti controller inspects the server name part of the TLS ClientHello when deciding which certificate to present to the client.


If that wasn't the cause, then let's double check that the templates rendered the required configmap. The controller's configmap has a list of "web" bindings. You should have at least two: one with edge-client (the client API) and one with edge-management (the mgmt API). They will have identical "identity" properties with a list of "alt_server_certs." I expect there's one item in that list with file paths that match the "mountPath" you specified in "webBindingPki." At that mountpoint you should find the contents of the TLS secret created by Cert Manager when the certificate was issued.

Correct.

I did. I accessed https://zac.domain.com/zac.

I described the ziti-controller-config ConfigMap, and this is the web block:

web:
  # name - required
  # Provides a name for this listener, used for logging output. Not required to be unique, but is highly suggested.
  - name: client
    # bindPoints - required
    # One or more bind points are required. A bind point specifies an interface (interface:port string) that defines
    # where on the host machine the webListener will listen and the address (host:port) that should be used to
    # publicly address the webListener(i.e. mydomain.com, localhost, 127.0.0.1). This public address may be used for
    # incoming address resolution as well as used in responses in the API.
    bindPoints:
      #interface - required
      # A host:port string on which network interface to listen on. 0.0.0.0 will listen on all interfaces
      - interface: 0.0.0.0:1280
        # address - required
        # The public address that external incoming requests will be able to resolve. Used in request processing and
        # response content that requires full host:port/path addresses.
        address: ziti-controller.domain.com:8441
    # Allows the webListener to have a specific identity instead of defaulting to the ctrl plane 'identity' section.
    identity:
      cert:        /etc/ziti/web-client-identity/tls.crt
      key:         /etc/ziti/web-client-identity/tls.key
      server_cert: /etc/ziti/web-identity/tls.crt
      server_key:  /etc/ziti/web-identity/tls.key
      ca:          /etc/ziti/web-identity/ca.crt
      alt_server_certs:
        - server_cert: "/etc/ziti/alt-server-cert/tls.crt"
          server_key:  "/etc/ziti/alt-server-cert/tls.key"

I also verified that the certificate is issued by letsencrypt with openssl x509 -in /etc/ziti/alt-server-cert/tls.crt -text -noout.

If you are still running the Ziti controller with separate ports for client and management APIs, then you will have at least one more web port (not 1280) that binds zac and edge-management. The controller chart re-uses the web PKI for both, so you should have an identical identity section in the other web binding.

Ensure there's an FQDN record like zac.domain.com resolving to Traefik's external IP, and a Traefik TCP route for requests like https://zac.domain.com/zac to ziti-controller-mgmt:443 (the mgmt service for the other web port).

You can probe the server certificate from outside the cluster to test the path used by the web browser.

openssl s_client -connect zac.domain.com:443 <>/dev/null \
|& openssl x509 -noout -text \
| grep -A1 Subject\ Alternative\ Name

I am:
kubectl -n ziti get svc

ziti-controller-mgmt     ClusterIP      xxx.xxx.xxx.xxx   <none>          443/TCP          16d

I have tried the managementApi with port 1280 and 1281.

dig zac.domain.com:

; <<>> DiG 9.20.3 <<>> zac.domain.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10418
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;zac.domain.com.			IN	A

;; ANSWER SECTION:
zac.domain.com.		3600	IN	A	traefik.ip.address.here

;; Query time: 0 msec
;; SERVER: internal.dns.server.here#53(internal.dns.server.here) (UDP)
;; WHEN: Tue Dec 10 01:06:12 UTC 2024
;; MSG SIZE  rcvd: 59

The output of the openssl command is here:

            X509v3 Subject Alternative Name: 
                DNS:localhost, DNS:ziti-controller, DNS:ziti-controller-client, DNS:ziti-controller-client.ziti, DNS:ziti-controller-client.ziti.svc, DNS:ziti-controller-client.ziti.svc.cluster.local, DNS:ziti-controller.domain.com, DNS:ziti-controller-mgmt, DNS:ziti-controller-mgmt.ziti, DNS:ziti-controller-mgmt.ziti.svc, DNS:ziti-controller-mgmt.ziti.svc.cluster.local, DNS:zac.domain.com, IP Address:127.0.0.1, IP Address:0:0:0:0:0:0:0:1

The problem is that the alternative certificate's subject name, e.g., zac.domain.com, appears in both server certs, creating ambiguity during certificate selection.

The DNS SAN must be unique for the subject alternative name to ensure predictable certificate presentation.

To recap, you have two server certificates created by the controller chart:

  • the web PKI's server identity
  • the web PKI's alternative server identity

You must choose a new domain name for the alternative server identity that is distinct from the names that appear in the main server identity's list of DNS SANs.