Réponses du test de connectivité UDP

Les exemples suivants illustrent les sorties qui peuvent s'afficher lorsque vous vérifiez le chemin UDP entre Gateway Connector et Protect Backend.

Dans les exemples suivants :
  • Endpoint correspond à l'adresse IP et au port du test udp-connectivity-test effectué.
  • Client Address:Port correspond à l'adresse IP externe et le port du Gateway Connector , tels qu'ils sont vus par la Protect Backend.
  • Server correspond à Protect Backend.

Exemple : le trafic UDP a bien été envoyé et reçu

Dans cet exemple, le trafic UDP est correctement envoyé et reçu entre le connecteur de votre réseau privé et la Protect Backend.
PYTHON
Initiating discovery request
Starting connectivity test using endpoint=<IP address>:<port>
Sent hello message with id='62f6bf9e-741c-4f22-9907-2725789aa318' to <IP address>:<port>
Waiting for server hello
Received server hello with id='62f6bf9e-741c-4f22-9907-2725789aa318' from <IP address>:<port>
Sent ack message with id='62f6bf9e-741c-4f22-9907-2725789aa318' to <IP address>:<port>
Report:
  Client Address:Port = <IP address>:<port>
  Packet Size       = 1500
  Fragmented        = false
  RTT               = 3ms

Exemple : le trafic UDP sortant est bloqué.

Dans cet exemple, le client de test de connectivité UDP a pu envoyer hello, mais la Protect Backend n'a pas reçu la réponse avant l'expiration du délai.
PYTHON
Initiating discovery request
Starting connectivity test using endpoint=<IP address>:<port>
Sent hello message with id='2dca5fcf-3f9a-46c3-a158-911a851f94a7' to <IP address>:<port>
Waiting for server hello
Error: Timeout on receiving server hello
Getting test report from server
Error: The server did not receive our hello message.  Is outbound UDP blocked?
Starting connectivity test using endpoint=<IP address>:<port>
Sent hello message with id='40fe1e15-b2c0-4607-9880-7be08ec505ac' to <IP address>:<port>
Waiting for server hello
Error: Timeout on receiving server hello
Getting test report from server
Error: The server did not receive our hello message.  Is outbound UDP blocked?
Error: No endpoints to test

Exemple : le trafic UDP entrant est bloqué

Dans cet exemple, le client de test de connectivité UDP a envoyé le test de connectivité UDP hello et la Protect Backend l'a reçu et y a répondu, mais le client de test n'a pas reçu la réponse avant l'expiration du délai.
PYTHON
Initiating discovery request
Starting connectivity test using endpoint=<IP address>:<port>
Sent hello message with id='973e0d45-71f0-427b-be08-9e5f16d03349' to <IP address>:<port>
Waiting for server hello
Error: Timeout on receiving server hello
Getting test report from server
Error: The server sent a response that was not received.  Is inbound UDP blocked?
Starting connectivity test using endpoint=99.83.155.194:58255
Sent hello message with id='2fc6d3f8-43c2-4707-bc77-e85168c2596e' to <IP address>:<port>
Waiting for server hello
Error: Timeout on receiving server hello
Getting test report from server
Error: The server sent a response that was not received.  Is inbound UDP blocked?
Error: No endpoints to test