Ad Code

Responsive Advertisement

Ticker

6/recent/ticker-posts

How to use NC to test on Linux

  • Test UDP packet to pass
nc -z -v -u <ip> <port>

Parameters:
-z zero io mode
-v verbose
-u UDP mode



  • Check the UDP ports from 1 to 65535
nc -vnzu 192.168.8.78 1-65535