+1 vote
105 views
in Linux by
How we can test UDP port connection we test TCP port using telnet from linux

1 Answer

0 votes
by
 
Best answer
You can test it with  nc -vz -u IP port
eg : nc -vz -u 192.23.43.23 9200
...