UDP 接続テストの応答
ここでは、Gateway Connector と Protect Backend の間の UDP パスを確認するときに表示される出力の例を示します。
これらの例では次の条件を使用しています。
- 「Endpoint」は、テストする udp-connectivity-test の IP アドレスおよびポートです。
- 「Client Address:Port」は、Protect Backend から見た Gateway Connector の外部 IP アドレスおよびポートです。
- 「Server」は Protect Backend です。
例: UDP トラフィックが正常に送受信されています。
この例では、プライベートネットワークのコネクタと Protect Backend の間で UDP トラフィックが正常に送受信されています。
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
例: アウトバウンド UDP トラフィックはブロックされています。
この例では、UDP 接続テストクライアントはクライアント hello を送信できましたが、Protect Backend はタイムアウト期間内に応答を受信しませんでした。
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
例: インバウンド UDP トラフィックがブロックされています。
この例では、UDP 接続テストクライアントは UDP 接続テストクライアント hello を送信し、Protect Backend はそれを受信して応答しましたが、テストクライアントはタイムアウト期間内に応答を受信しませんでした。
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