Skip to content

Instantly share code, notes, and snippets.

@mmastoras
Last active May 23, 2023 18:46
Show Gist options
  • Save mmastoras/a61cc4b09f3f73a283667d5324685dab to your computer and use it in GitHub Desktop.
Save mmastoras/a61cc4b09f3f73a283667d5324685dab to your computer and use it in GitHub Desktop.
Port checks + network troubleshooting
$ nc -vz -u 10.100.0.10 53
Connection to 10.100.0.10 53 port [udp/domain] succeeded!
# nc -vz 10.100.0.10 443
Connection to 10.100.0.10 443 port [tcp/*] succeeded!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment