Skip to content

Instantly share code, notes, and snippets.

@andromedarabbit
Last active August 29, 2015 14:23
Show Gist options
  • Save andromedarabbit/32d32d095694d9df4230 to your computer and use it in GitHub Desktop.
Save andromedarabbit/32d32d095694d9df4230 to your computer and use it in GitHub Desktop.
Check if remote UDP port is open
# check if the remote ntp port is open
sudo nc -uv 10.0.0.11 123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment