How to check if UDP port is open?

1

Is it possible, using Linux/Unix commands to check if a UDP port is open on a remote computer, the same way telnet works for TCP?

Tom

Posted 2010-08-10T14:05:58.777

Reputation: 978

The question is answered in great detail here: http://serverfault.com/questions/416205/testing-udp-port-connectivity

– Gerald Schneider – 2015-08-20T09:45:30.793

Answers

2

Use nmap to scan a remote computer.

Borealid

Posted 2010-08-10T14:05:58.777

Reputation: 1 108