Closed sebastian-luna-valero closed 1 month ago
This PR runs the following checks with ncat on VMs with public IPs:
# TCP check ncat --nodns -z {ip} {port} # UDP check ncat --udp --nodns --idle-timeout 3s {ip} {port}
Note that checking accessible UPD ports is not as easy. [1]
Although these checks are not comprehensive, it may still be useful to confirm whether further checks are required.
[1] https://serverfault.com/questions/416205/testing-udp-port-connectivity
Related issue :
Summary
This PR runs the following checks with ncat on VMs with public IPs:
Note that checking accessible UPD ports is not as easy. [1]
Although these checks are not comprehensive, it may still be useful to confirm whether further checks are required.
[1] https://serverfault.com/questions/416205/testing-udp-port-connectivity
Related issue :